[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2rc1-1-g47d30d2

Service Account noreply at mpich.org
Fri Oct 9 14:32:26 CDT 2015


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  47d30d22835cfbd93658ddcfa4aff4c5d53a7978 (commit)
      from  56166ffbcdfd9a2efe6fefb06317f839f6a6fa7e (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/47d30d22835cfbd93658ddcfa4aff4c5d53a7978

commit 47d30d22835cfbd93658ddcfa4aff4c5d53a7978
Author: Halim Amer <aamer at anl.gov>
Date:   Wed Oct 7 20:59:58 2015 +0000

    Fixed the incorrect BLCR linking flag in configure.ac
    
    Signed-off-by: Pavan Balaji <balaji at anl.gov>

diff --git a/configure.ac b/configure.ac
index 96d56e6..9ac2e21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5473,7 +5473,7 @@ AC_ARG_ENABLE(checkpointing,
         PAC_SET_HEADER_LIB_PATH(blcr)
 	PAC_PUSH_FLAG([LIBS])
 	PAC_CHECK_HEADER_LIB_FATAL(blcr, libcr.h, cr, cr_init)
-	PAC_APPEND_FLAG([-lblcr],[WRAPPER_LIBS])
+	PAC_APPEND_FLAG([-lcr],[WRAPPER_LIBS])
 	PAC_POP_FLAG([LIBS])
         AC_DEFINE(ENABLE_CHECKPOINTING,1,[Application checkpointing enabled])
       fi ],

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list