[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-240-g9c4b3bb

Service Account noreply at mpich.org
Fri May 9 14:49:01 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  9c4b3bbd6a9c26d76e4e38bbacede668b0e08659 (commit)
      from  793fca23719c92b92d1c20e8b05cb603889b838a (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/9c4b3bbd6a9c26d76e4e38bbacede668b0e08659

commit 9c4b3bbd6a9c26d76e4e38bbacede668b0e08659
Author: Michael Blocksome <blocksom at us.ibm.com>
Date:   Fri May 9 14:48:18 2014 -0500

    pamid: detect smp by default on bgq

diff --git a/src/mpid/pamid/include/mpidi_platform.h b/src/mpid/pamid/include/mpidi_platform.h
index ce6b232..e9d6e5b 100644
--- a/src/mpid/pamid/include/mpidi_platform.h
+++ b/src/mpid/pamid/include/mpidi_platform.h
@@ -84,7 +84,7 @@ typedef int32_t MPID_Node_id_t;
 #define PAMIX_IS_LOCAL_TASK
 #define PAMIX_IS_LOCAL_TASK_STRIDE  (4)
 #define PAMIX_IS_LOCAL_TASK_SHIFT   (6)
-#define MPIDI_SMP_DETECT_DEFAULT 0
+#define MPIDI_SMP_DETECT_DEFAULT 1
 #define TOKEN_FLOW_CONTROL    0
 
 /*

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

Summary of changes:
 src/mpid/pamid/include/mpidi_platform.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list