1
1
This commit was SVN r11858.
Этот коммит содержится в:
Jeff Squyres 2006-09-27 21:35:17 +00:00
родитель a5928a2a89
Коммит 953ccb7e0a

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

@ -65,8 +65,9 @@ version 1.0.
1.1.2
-----
- Fix off-by-one error check in MPI_INFO_GET_NTHKEY. Thanks to
Lisandro Dalcin for reporting the problem.
- Fix various error checking in MPI_INFO_GET_NTHKEY and
MPI_GROUP_TRANSLATE_RANKS. Thanks to Lisandro Dalcin for reporting
the problem.
- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM.
- Fix the "tuned" collective componenete where some cases where
MPI_BCAST could hang.