[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a1-48-g25e7fa9

Service Account noreply at mpich.org
Mon Oct 6 15:51:29 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  25e7fa93c9bc0bf8544478f3ff0d3db6de1def18 (commit)
      from  97ef2eeb57ef3dbad0d33da9b5e33d1735805505 (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/25e7fa93c9bc0bf8544478f3ff0d3db6de1def18

commit 25e7fa93c9bc0bf8544478f3ff0d3db6de1def18
Author: Sameh Sharkawi <sssharka at us.ibm.com>
Date:   Mon Oct 6 15:25:59 2014 -0400

    pamid: Collectives using process topology segv if FCA on
    
    The non-blocking neighborhood collectives were not set up correctly
    in pamid.
    
    ibm (D199919)
    
    Signed-off-by: Su Huang <suhuang at us.ibm.com>

diff --git a/src/mpid/pamid/src/comm/mpid_selectcolls.c b/src/mpid/pamid/src/comm/mpid_selectcolls.c
index 3f4e247..a8c3f81 100644
--- a/src/mpid/pamid/src/comm/mpid_selectcolls.c
+++ b/src/mpid/pamid/src/comm/mpid_selectcolls.c
@@ -714,6 +714,11 @@ void MPIDI_Comm_coll_query(MPID_Comm *comm)
    comm->coll_fns->Neighbor_alltoall     = MPIR_Neighbor_alltoall_default;
    comm->coll_fns->Neighbor_alltoallv    = MPIR_Neighbor_alltoallv_default;
    comm->coll_fns->Neighbor_alltoallw    = MPIR_Neighbor_alltoallw_default;
+   comm->coll_fns->Ineighbor_allgather   = MPIR_Ineighbor_allgather_default;
+   comm->coll_fns->Ineighbor_allgatherv  = MPIR_Ineighbor_allgatherv_default;
+   comm->coll_fns->Ineighbor_alltoall    = MPIR_Ineighbor_alltoall_default;
+   comm->coll_fns->Ineighbor_alltoallv   = MPIR_Ineighbor_alltoallv_default;
+   comm->coll_fns->Ineighbor_alltoallw   = MPIR_Ineighbor_alltoallw_default;
 
    /* MPI-3 Support, optimized collectives hooked in */
    comm->coll_fns->Ibarrier_req              = MPIDO_Ibarrier;

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list