[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-265-gec32bcf

Service Account noreply at mpich.org
Thu May 22 15:16:42 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  ec32bcfe3aed767d598a5df196bed0f9fcd31570 (commit)
      from  ad09da4a3394eb59e38c805b167fe047c55dce4c (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/ec32bcfe3aed767d598a5df196bed0f9fcd31570

commit ec32bcfe3aed767d598a5df196bed0f9fcd31570
Author: Michael Blocksome <blocksom at us.ibm.com>
Date:   Thu May 22 15:16:22 2014 -0500

    pamid: use shared memory configure option m4 macro

diff --git a/src/mpid/pamid/subconfigure.m4 b/src/mpid/pamid/subconfigure.m4
index ffd8e1a..f6128da 100644
--- a/src/mpid/pamid/subconfigure.m4
+++ b/src/mpid/pamid/subconfigure.m4
@@ -92,6 +92,12 @@ dnl Set the pamid platform define.
 dnl
 PAC_APPEND_FLAG([-D__${pamid_platform}__], [CPPFLAGS])
 
+dnl Check for available shared memory functions
+PAC_ARG_SHARED_MEMORY
+if test "$with_shared_memory" != "mmap" -a "$with_shared_memory" != "sysv"; then
+    AC_MSG_ERROR([cannot support shared memory:  need either sysv shared memory functions or mmap in order to support shared memory])
+fi
+
 dnl
 dnl This configure option allows "sandbox" bgq system software to be used.
 dnl

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

Summary of changes:
 src/mpid/pamid/subconfigure.m4 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list