[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-266-g659053c

Service Account noreply at mpich.org
Fri May 23 12:39:04 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  659053cbe6a35e78ad166d72ce927de7bc69f0d4 (commit)
      from  ec32bcfe3aed767d598a5df196bed0f9fcd31570 (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/659053cbe6a35e78ad166d72ce927de7bc69f0d4

commit 659053cbe6a35e78ad166d72ce927de7bc69f0d4
Author: Ken Raffenetti <raffenet at mcs.anl.gov>
Date:   Fri May 23 09:35:11 2014 -0500

    remove check for strtoll
    
    Nemesis no longer requires this function when using sysv shared memory.
    
    Signed-off-by: Sangmin Seo <sseo at anl.gov>

diff --git a/src/mpid/ch3/channels/nemesis/subconfigure.m4 b/src/mpid/ch3/channels/nemesis/subconfigure.m4
index e636b69..558cbdf 100644
--- a/src/mpid/ch3/channels/nemesis/subconfigure.m4
+++ b/src/mpid/ch3/channels/nemesis/subconfigure.m4
@@ -191,10 +191,6 @@ 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
 
-if test "$found_sysv_shm_funcs" = yes ; then
-   AC_CHECK_FUNCS(strtoll, , AC_MSG_ERROR([cannot find strtoll function needed by sysv shared memory implementation]))
-fi
-
 AC_ARG_ENABLE(nemesis-shm-collectives, [--enable-nemesis-shm-collectives - enables use of shared memory for collective comunication within a node],
     AC_DEFINE(ENABLED_SHM_COLLECTIVES, 1, [Define to enable shared-memory collectives]))
 

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

Summary of changes:
 src/mpid/ch3/channels/nemesis/subconfigure.m4 |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list