[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-441-ga3571f5
mysql vizuser
noreply at mpich.org
Tue Aug 6 17:46:39 CDT 2013
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 a3571f526d03db5362dfaac3c819434a55915925 (commit)
from 254aa2cdaba145bf9c7f6a42665cae32d1b31685 (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/a3571f526d03db5362dfaac3c819434a55915925
commit a3571f526d03db5362dfaac3c819434a55915925
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date: Tue Aug 6 12:28:47 2013 -0500
Make sure MPID_REQUEST_PREALLOC is always defined.
Allows the minimal configure ../configure --host=powerpc64-bgq-linux
--with-device=pamid --enable-thread-cs=per-object. Without this
change the MPID_REQUEST_PREALLOC symbol would be undefined.
Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>
diff --git a/src/mpid/pamid/src/mpid_request.c b/src/mpid/pamid/src/mpid_request.c
index 84a6141..4fccb00 100644
--- a/src/mpid/pamid/src/mpid_request.c
+++ b/src/mpid/pamid/src/mpid_request.c
@@ -26,6 +26,8 @@
#define MPID_REQUEST_PREALLOC 16
#elif (MPIU_HANDLE_ALLOCATION_METHOD == MPIU_HANDLE_ALLOCATION_THREAD_LOCAL)
#define MPID_REQUEST_PREALLOC 512 //Have direct more reqyests for all threads
+#else
+#define MPID_REQUEST_PREALLOC 8
#endif
#endif
-----------------------------------------------------------------------
Summary of changes:
src/mpid/pamid/src/mpid_request.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list