1
1
This commit was SVN r13661.
Этот коммит содержится в:
Jeff Squyres 2007-02-15 02:28:18 +00:00
родитель e532b928af
Коммит 170b23c994

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

@ -105,9 +105,16 @@ Trunk (not on release branches yet)
- Properly check for local host only addresses properly, looking - Properly check for local host only addresses properly, looking
for 127.0.0.0/8, rather than just 127.0.0.1. for 127.0.0.0/8, rather than just 127.0.0.1.
1.1.5 1.1.5
----- -----
- Add new MCA parameter (mpi_preconnect_oob) for pre-connecting the
"out of band" channels between all MPI processes. Most helpful for
MPI applications over InfiniBand where process A sends an initial
message to process B, but process B does not enter the MPI library
for a long time.
- Fix for a race condition in shared memory locking semantics.
- Add major, minor, and release version number of Open MPI to mpi.h. - Add major, minor, and release version number of Open MPI to mpi.h.
Thanks to Martin Audet for the suggestion. Thanks to Martin Audet for the suggestion.
- Fix a race condition in the shared memory btl that could cause - Fix a race condition in the shared memory btl that could cause
@ -117,6 +124,7 @@ Trunk (not on release branches yet)
- Fix a problem with compiling the XGrid components with non-gcc - Fix a problem with compiling the XGrid components with non-gcc
compilers. compilers.
1.1.4 1.1.4
----- -----
@ -142,6 +150,7 @@ Trunk (not on release branches yet)
- Fix possible segmentation fault during shutdown when using the - Fix possible segmentation fault during shutdown when using the
MX BTL. MX BTL.
1.1.3 1.1.3
----- -----