1
1
This commit was SVN r25029.
Этот коммит содержится в:
Jeff Squyres 2011-08-09 14:54:47 +00:00
родитель ecf8c805e6
Коммит f96db45c17

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

@ -101,9 +101,10 @@ Trunk (not on release branches yet)
MPI_THREAD_MULTIPLE. MPI_THREAD_MULTIPLE.
- Fix mpirun handling of prefix conflicts. - Fix mpirun handling of prefix conflicts.
- Ensure mpirun's --xterm options leaves sessions attached. - Ensure mpirun's --xterm options leaves sessions attached.
- Fix types of the sendcounts and displs parameters to the F90 module - Fixed type of sendcounts and displs in the "use mpi" F90 module.
for MPI_Scatterv (while still preserving the F90 ABI). Thanks to ABI is preserved, but applications may well be broken. See the
Stanislav Sazykin for identifying the issue. README for more details. Thanks to Stanislav Sazykin for
identifying the issue.
- Fix indexed datatype leaks. Thanks to Pascal Deveze for supplying - Fix indexed datatype leaks. Thanks to Pascal Deveze for supplying
the initial patch. the initial patch.
- Fix debugger mapping when mpirun's -npernode option is used. - Fix debugger mapping when mpirun's -npernode option is used.