[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a1-24-g239010d
Service Account
noreply at mpich.org
Wed Sep 24 16:32:47 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 239010d56ee5a7a28d337fb76ae0abb41409b333 (commit)
from 2479d8922a29cb9c000aaef9c5d8e29bccbd931e (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/239010d56ee5a7a28d337fb76ae0abb41409b333
commit 239010d56ee5a7a28d337fb76ae0abb41409b333
Author: Sameh Sharkawi <sssharka at us.ibm.com>
Date: Wed Sep 24 17:29:05 2014 -0400
pamid: Fix for configure error in src/mpid/pamid/subconfigure.m4
diff --git a/src/mpid/pamid/subconfigure.m4 b/src/mpid/pamid/subconfigure.m4
index c9160e0..d9f2bb7 100644
--- a/src/mpid/pamid/subconfigure.m4
+++ b/src/mpid/pamid/subconfigure.m4
@@ -25,6 +25,7 @@ dnl _PREREQ handles the former role of mpichprereq, setup_device, etc
[#] expansion is: PAC_SUBCFG_PREREQ_[]PAC_SUBCFG_AUTO_SUFFIX
AC_DEFUN([PAC_SUBCFG_PREREQ_]PAC_SUBCFG_AUTO_SUFFIX,[
AM_CONDITIONAL([BUILD_PAMID],[test "$device_name" = "pamid"])
+AM_CONDITIONAL([QUEUE_BINARY_SEARCH_SUPPORT],[test "$enable_queue_binary_search" = "yes"])
AC_ARG_VAR([PAMILIBNAME],[can be used to override the name of the PAMI library (default: "pami")])
original_PAMILIBNAME=${PAMILIBNAME}
@@ -109,8 +110,6 @@ if test "${pamid_platform}" = "BGQ" ; then
enable_queue_binary_search=no
fi
-AC_ARG_ENABLE(queue-binary-search,
- AC_HELP_STRING([--queue-binary-search], [Enable C++ binary search]),enable_queue_binary_search=no,enable_queue_binary_search=yes)
AM_CONDITIONAL([QUEUE_BINARY_SEARCH_SUPPORT],[test "$enable_queue_binary_search" = "yes"])
dnl
-----------------------------------------------------------------------
Summary of changes:
src/mpid/pamid/subconfigure.m4 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list