[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-236-g75f0eae

Service Account noreply at mpich.org
Thu May 8 15:22:48 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  75f0eaeb57ad25fdaf95c4d52419b4852016ea4b (commit)
      from  97114ec5b135538a43fabb45b0d6be9a830b623e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/75f0eaeb57ad25fdaf95c4d52419b4852016ea4b

commit 75f0eaeb57ad25fdaf95c4d52419b4852016ea4b
Author: Michael Blocksome <blocksom at us.ibm.com>
Date:   Thu May 8 15:15:48 2014 -0500

    Document the 'MPIFCLIBNAME' configure environment variable
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/configure.ac b/configure.ac
index 8a19977..1c45bcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,6 +850,7 @@ m4_map([PAC_SUBCFG_DO_PREREQ], [PAC_SUBCFG_MODULE_LIST])
 AC_ARG_VAR([MPILIBNAME],[can be used to override the name of the MPI library (default: "mpi")])
 AC_ARG_VAR([PMPILIBNAME],[can be used to override the name of the MPI profiling library (default: "p$MPILIBNAME")])
 AC_ARG_VAR([MPICXXLIBNAME],[can be used to override the name of the MPI C++ library (default: "${MPILIBNAME}cxx")])
+AC_ARG_VAR([MPIFCLIBNAME],[can be used to override the name of the MPI fortran library (default: "${MPILIBNAME}fort")])
 MPILIBNAME=${MPILIBNAME:-"mpi"}
 PMPILIBNAME_set=no
 if test -n "$PMPILIBNAME" ; then 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list