From 8d114b78ac936a9b8e956abcbc424f9427628677 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 27 Aug 2010 12:00:11 +0000 Subject: [PATCH] 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. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 005dca55f8..12e00df441 100644 --- a/NEWS +++ b/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.