[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.1-9-g1d82f92
Service Account
noreply at mpich.org
Wed Jun 11 19:39:54 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 1d82f9220af2c152b87bfbcbbd9a9553fb5625a7 (commit)
from be93caec6c6b9b230fbde9b1b296cde001fde934 (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/1d82f9220af2c152b87bfbcbbd9a9553fb5625a7
commit 1d82f9220af2c152b87bfbcbbd9a9553fb5625a7
Author: Antonio J. Pena <apenya at mcs.anl.gov>
Date: Wed Jun 11 15:46:13 2014 -0500
Switched -D_REENTRANT from CFLAGS to CPPFLAGS
Hotfix for commit be93caec. Thanks to Dave Goodell to bring this out.
See #2107
diff --git a/configure.ac b/configure.ac
index 96545b0..0d0a982 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1356,7 +1356,7 @@ AC_DEFINE_UNQUOTED(MPICH_THREAD_LEVEL,$MPICH_THREAD_LEVEL,[Level of thread suppo
# Most POSIX systems provide this by default when using -lpthread, but we only use it in MPI_THREAD_MULTIPLE.
# Some systems (Solaris) still require an explicit define in any case.
if test "$MPICH_THREAD_LEVEL" != "MPI_THREAD_SINGLE"; then
- PAC_APPEND_FLAG([-D_REENTRANT], [CFLAGS])
+ PAC_APPEND_FLAG([-D_REENTRANT], [CPPFLAGS])
fi
# Check for value thread_cs choice; set the refcount default if necessary
-----------------------------------------------------------------------
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