[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-208-g62ada3c

Service Account noreply at mpich.org
Thu May 1 15:54:04 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  62ada3c53c9f307f870f6fcd325346931266cbd6 (commit)
      from  35b06fb41a51c40479452183c8bb7645a98a73bc (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/62ada3c53c9f307f870f6fcd325346931266cbd6

commit 62ada3c53c9f307f870f6fcd325346931266cbd6
Author: Sameh Sharkawi <sssharka at us.ibm.com>
Date:   Thu May 1 12:52:20 2014 -0400

    PAMID: Initializing mpierrno before calling MPIDO_Barrier in MPIDI_Coll_comm_create
    
      MPI_Comm_split hang w/ collective_offload=yes on plinux w/o fca
    
    Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/src/mpid/pamid/src/comm/mpid_comm.c b/src/mpid/pamid/src/comm/mpid_comm.c
index 2d3d605..173c352 100644
--- a/src/mpid/pamid/src/comm/mpid_comm.c
+++ b/src/mpid/pamid/src/comm/mpid_comm.c
@@ -355,7 +355,7 @@ void MPIDI_Coll_comm_create(MPID_Comm *comm)
    if(MPIDI_Process.optimized.select_colls)
       MPIDI_Comm_coll_select(comm);
    TRACE_ERR("mpir barrier\n");
-   int mpierrno;
+   int mpierrno = FALSE;
    /* Switch to comm->coll_fns->fn() */
    MPIDO_Barrier(comm, &mpierrno);
 

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list