[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a1-22-g9d53f02
Service Account
noreply at mpich.org
Tue Sep 23 11:44:00 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 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/9d53f02b923994a31e54d294aa2f81ebe289aa37
commit 9d53f02b923994a31e54d294aa2f81ebe289aa37
Author: Sameh Sharkawi <sssharka at us.ibm.com>
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 <blocksom at us.ibm.com>
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
More information about the commits
mailing list