From dd464c85fcb367afe59bdb7f7a9b1d7c98abf49e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 11 Mar 2014 16:35:08 +0000 Subject: [PATCH] VERSION: Fix verbiage about Fortran libraries The library filenames for the Fortran MPI APIs have changed over time, so update the text that refers to these libraries to be a bit more generic. cmr=v1.8:reviewer=rhc (NOTE: this will likely incur conflicts when merging to the v1.7/v1.8 branch; it will likely be easiest just to copy over a new copy of bullet 3) This commit was SVN r30994. --- VERSION | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 134a06b1bc..535ffc24fd 100644 --- a/VERSION +++ b/VERSION @@ -69,12 +69,11 @@ date="Unreleased developer copy" # 2. The version number of libmpi refers to the public MPI interfaces. # It does not refer to any internal interfaces. -# 3. Similar to libmpi, libmpi_f77, libmpi_f90 (and possibly other -# Fortran libraries someday -- shrudder!), the version number refers -# to the public MPI interfaces. Note that there have been typo fixes -# in the parameter types to libmpi_f77 functions over time; these -# technically did not change the interface because Fortran 77 does not -# link by parameter type. +# 3. Similar to libmpi, the version numbers of the Fortran libraries +# refer to the public MPI interfaces. For example, that there have +# been typo fixes in the parameter types to mpif.h Fortran library +# functions over time; these technically did not change the interface +# because Fortran 77 does not link by parameter type. # 4. Similar to libmpi, libmpi_cxx's version number refers to the # public MPI interfaces. Note that this version number may or may not