[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-437-g9a742ca

mysql vizuser noreply at mpich.org
Tue Aug 6 06:57:54 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  9a742ca5ec305b0654b5619be2f4ee86bdcb8047 (commit)
      from  66119f1fe341d34bec41dd5e81e18c759d2f9ad5 (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/9a742ca5ec305b0654b5619be2f4ee86bdcb8047

commit 9a742ca5ec305b0654b5619be2f4ee86bdcb8047
Author: Charles Archer <archerc at us.ibm.com>
Date:   Tue Jul 30 13:37:09 2013 -0400

    PAMID: Fix MPIC_Sendrecv interface break in dynamic tasking
    
    Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/src/mpid/pamid/src/dyntask/mpidi_port.c b/src/mpid/pamid/src/dyntask/mpidi_port.c
index bea645a..2d4fecf 100644
--- a/src/mpid/pamid/src/dyntask/mpidi_port.c
+++ b/src/mpid/pamid/src/dyntask/mpidi_port.c
@@ -1272,7 +1272,7 @@ int MPIDI_Comm_accept(const char *port_name, MPID_Info *info, int root,
 				  MPI_INT, 0, sendtag++,
 				  remote_translation, remote_comm_size * 3,
 				  MPI_INT, 0, recvtag++, tmp_comm->handle,
-				  MPI_STATUS_IGNORE);
+                                  MPI_STATUS_IGNORE, &errflag);
 	for (i=0; i<remote_comm_size; i++)
 	{
 	    TRACE_ERR(" remote_translation[%d].pg_index = %d\n remote_translation[%d].pg_rank = %d\n",

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

Summary of changes:
 src/mpid/pamid/src/dyntask/mpidi_port.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list