1
1
This commit was SVN r13592.
Этот коммит содержится в:
Jeff Squyres 2007-02-09 18:56:58 +00:00
родитель 2d6b3776bf
Коммит 418f9ee5c8

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

@ -105,6 +105,18 @@ Trunk (not on release branches yet)
- Properly check for local host only addresses properly, looking
for 127.0.0.0/8, rather than just 127.0.0.1.
1.1.5
-----
- Add major, minor, and release version number of Open MPI to mpi.h.
Thanks to Martin Audet for the suggestion.
- Fix a race condition in the shared memory btl that could cause
deadlock.
- Fix the "restrict" compiler check in configure.
- Fix a problem with argument checking in MPI_TYPE_CREATE_SUBARRAY.
- Fix a problem with compiling the XGrid components with non-gcc
compilers.
1.1.4
-----