1
1

Add bullett about ABI-changing F90 parameter changes. Note that this

is 1.5 only; we probably shouldn't change it in 1.4.x.

This commit was SVN r23677.
Этот коммит содержится в:
Jeff Squyres 2010-08-27 12:00:11 +00:00
родитель 4abcf5a0d7
Коммит 8d114b78ac

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

@ -71,6 +71,11 @@ Trunk (not on release branches yet)
1.5
---
- Fixed extra_state parameter types in F90 prototypes for
MPI_COMM_CREATE_KEYVAL, MPI_GREQUEST_START, MPI_REGISTER_DATAREP,
MPI_TYPE_CREATE_KEYVAL, and MPI_WIN_CREATE_KEYVAL.
--> this is a 1.5-only bullet; not 1.4.3.
- Added "knem" support: direct process-to-process copying for shared
memory message passing. See http://runtime.bordeaux.inria.fr/knem/
and the README file for more details.