1
1
This commit was SVN r9624.
Этот коммит содержится в:
Jeff Squyres 2006-04-13 04:24:32 +00:00
родитель b92e78761a
Коммит b1ed81920a

8
NEWS
Просмотреть файл

@ -24,15 +24,17 @@ version 1.0.
1.1 1.1
--- ---
- Numerous performance improvements throughout the entire code base.
- Many minor threading fixes.
- Fixed MPI_COMM_SELF attributes to free properly at the beginning of - Fixed MPI_COMM_SELF attributes to free properly at the beginning of
MPI_FINALIZE. Thanks to Martin Audet for bringing this to our MPI_FINALIZE. Thanks to Martin Audet for bringing this to our
attention. attention.
- Add a define OMPI_SKIP_CXX to allow the user to skip the mpicxx.h from - Add a define OMPI_SKIP_CXX to allow the user to skip the mpicxx.h from
being included in mpi.h. It allows the user to compile C code with a CXX being included in mpi.h. It allows the user to compile C code with a CXX
compiler without including the CXX bindings. compiler without including the CXX bindings.
- The PERUSE support is now available directly on the trunk. In order to - PERUSE support has been added. In order to activate it add
activate it add --enable-peruse to the configure options. All events --enable-peruse to the configure options. All events described in
described in the PERUSE 2.0 draft are supported, plus one Open MPI the PERUSE 2.0 draft are supported, plus one Open MPI
extension. PERUSE_COMM_REQ_XFER_CONTINUE allow to see how the data extension. PERUSE_COMM_REQ_XFER_CONTINUE allow to see how the data
is segmented internally, using multiple interfaces or the pipeline is segmented internally, using multiple interfaces or the pipeline
engine. However, this version only support one event of each type engine. However, this version only support one event of each type