1
1

Sync with the 1.1 NEWS; move a few items down to the 1.1.3 section.

This commit was SVN r13210.
Этот коммит содержится в:
Jeff Squyres 2007-01-19 14:28:09 +00:00
родитель 6a260e4a9a
Коммит 1452de3034

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

@ -41,11 +41,6 @@ Trunk (not on release branches yet)
1.2
---
- Fixed the type of the first parameter to the MPI F90 binding for
MPI_INITIALIZED. Thanks to Tim Campbell for pointing out the
problem.
- Fix a bunch of places in the Fortran MPI bindings where MPI_Fint was
mistakenly being used instead of MPI_Aint.
- Fixes for endian handling in MPI process startup.
- Openib BTL initialization fixes for cases where MPI processes in the
same job has different numbers of active ports on the same physical
@ -110,6 +105,11 @@ Trunk (not on release branches yet)
1.1.3
-----
- Fixed the type of the first parameter to the MPI F90 binding for
MPI_INITIALIZED. Thanks to Tim Campbell for pointing out the
problem.
- Fix a bunch of places in the Fortran MPI bindings where (MPI_Fint*)
was mistakenly being used instead of (MPI_Aint*).
- Fixes for fortran MPI_STARTALL, which could sometimes return
incorrect request values. Thanks to Tim Campbell for pointing out
the problem.