[mpich] MPICH primary repository branch, master, updated. v3.1rc2-34-gab1de86
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 ab1de86e23262eb9488f8819b7ef70178adbb46f (commit) from 0dd4cea574961ac0a9996a619765c526071d9dea (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/ab1de86e23262eb9488f8819b7ef70178a... commit ab1de86e23262eb9488f8819b7ef70178adbb46f Author: Michael Blocksome <[email protected]> Date: Tue Oct 29 13:34:08 2013 -0500 Set the maximum number of PAMI contexts to use to '1' for PE closes ticket #1958 (ibm) D189947 Signed-off-by: Haizhu Liu <[email protected]> diff --git a/src/mpid/pamid/include/mpidi_platform.h b/src/mpid/pamid/include/mpidi_platform.h index 9337c7d..42c2cd8 100644 --- a/src/mpid/pamid/include/mpidi_platform.h +++ b/src/mpid/pamid/include/mpidi_platform.h @@ -110,6 +110,15 @@ static const char _ibm_release_version_[] = "V1R2M0"; #endif #ifdef __PE__ + +/* + * This 'maximum contexts' define needs to be changed when mpich on PE + * will support multiple contexts. Currently the PE PAMI allows multiple + * contexts, but the PE mpich code is not set up to use them. + */ +#undef MPIDI_MAX_CONTEXTS +#define MPIDI_MAX_CONTEXTS 1 + #undef USE_PAMI_CONSISTENCY #define USE_PAMI_CONSISTENCY PAMI_HINT_DISABLE #undef MPIDI_SHORT_LIMIT ----------------------------------------------------------------------- Summary of changes: src/mpid/pamid/include/mpidi_platform.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org