1
1

Clean / fix a few bullets. Add in some OMPI user credit -- spread the

love.

This commit was SVN r15096.
Этот коммит содержится в:
Jeff Squyres 2007-06-15 13:20:28 +00:00
родитель 7e379aff10
Коммит 05526d4208

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

@ -65,10 +65,16 @@ Trunk (not on release branches yet)
1.2.3
-----
- Fix a regression in comm_spawn functionality when using options like pernode.
- Fix segfault when the home directory is unavailable on a remote node.
- Fix a regression in comm_spawn functionality that inadvertently
caused the mapping of child processes to always start at the same
place. Thanks to Prakash Velayutham for helping discover the
problem.
- Fix segfault when a user's home directory is unavailable on a remote
node. Thanks to Guillaume Thomas-Collignon for bringing the issue
to our attention.
- Fix MPI_IPROBE to properly handle MPI_STATUS_IGNORE on mx and psm
MTLs. Thanks to Sophia Corwell for finding this and supplying a reproducer.
MTLs. Thanks to Sophia Corwell for finding this and supplying a
reproducer.
- Fix some error messages in the tcp BTL.
- Use _NSGetEnviron instead of environ on Mac OS X so that there
are no undefined symbols in the shared libraries.