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 9d53f02b923994a31e54d294aa2f81ebe289aa37 (commit) from 7d470066ce297d407a79bf10fdd9676d10c7b202 (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/9d53f02b923994a31e54d294aa2f81ebe2... commit 9d53f02b923994a31e54d294aa2f81ebe289aa37 Author: Sameh Sharkawi <[email protected]> Date: Tue Sep 23 12:38:54 2014 -0400 pamid: Adding empty implementation new MPID_Comm functions Added an empty implementation for MPID_Comm_get_all_failed_procs and MPID_Comm_revoke in pamid. Signed-off-by: Michael Blocksome <[email protected]> diff --git a/src/mpid/pamid/src/misc/mpid_unimpl.c b/src/mpid/pamid/src/misc/mpid_unimpl.c index 7f00d95..4472c1e 100644 --- a/src/mpid/pamid/src/misc/mpid_unimpl.c +++ b/src/mpid/pamid/src/misc/mpid_unimpl.c @@ -89,3 +89,15 @@ int MPID_Comm_agree(MPID_Comm *comm_ptr, uint32_t *bitarray, int *flag, int new_ MPID_abort(); return 0; } + +int MPID_Comm_get_all_failed_procs(MPID_Comm *comm_ptr, MPID_Group **failed_group, int tag) +{ + MPID_abort(); + return 0; +} + +int MPID_Comm_revoke(MPID_Comm *comm_ptr, int is_remote) +{ + MPID_abort(); + return 0; +} ----------------------------------------------------------------------- Summary of changes: src/mpid/pamid/src/misc/mpid_unimpl.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository