[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-207-g1288cce
mysql vizuser
noreply at mpich.org
Wed May 15 21:00:21 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 1288cceddb93cc69130fcdd2cb6f96ba43431a63 (commit)
from faf3fcc019e2e626fde00732bbf0593e8dda289a (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/1288cceddb93cc69130fcdd2cb6f96ba43431a63
commit 1288cceddb93cc69130fcdd2cb6f96ba43431a63
Author: Charles Archer <archerc at us.ibm.com>
Date: Tue May 14 11:37:11 2013 -0400
XL compiler prototype fix
diff --git a/src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c b/src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c
index 1b84f53..4351ae9 100644
--- a/src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c
+++ b/src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c
@@ -45,7 +45,7 @@ typedef struct {
extern transactionID_struct *_transactionID_list;
-
+void MPIDI_get_allremote_leaders(int *tid_arr, MPID_Comm *comm_ptr);
void MPIDI_send_AM_to_remote_leader_on_disconnect(int taskid, long long comm_cntr, int whichAM)
{
-----------------------------------------------------------------------
Summary of changes:
src/mpid/pamid/src/dyntask/mpid_comm_disconnect.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list