From d5e6b50d8315dfd49554856b4e81b3a871b8593f Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 6 Aug 2013 15:23:36 +0000 Subject: [PATCH] Add bullet about MPI_Get_address in the "mpi" module This commit was SVN r29006. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index bf1982cb18..411ff18e57 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,8 @@ included in the vX.Y.Z section and be denoted as: Trunk (not on release branches yet) ----------------------------------- +- Add missing MPI_Get_address implementation in the Fortran "mpi" + module for gfortran. Thanks to Hugo Gagnon for identifying the issue. - Add support for MPI_Dist_graph functionality (MPI 2.2). - Do not build the MPI C++ bindings by default. They must be enabled via --enable-mpi-cxx.