[mpich-commits] [mpich] MPICH primary repository branch, master,	updated. v3.2-89-g6dd14a7
    Service Account 
    noreply at mpich.org
       
    Thu Jan 14 12:13:14 CST 2016
    
    
  
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  6dd14a73c80348de97219e499b41d0db8f3ee737 (commit)
      from  bbb40df74d46a42610b5d074fd7e31ee8979626e (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/6dd14a73c80348de97219e499b41d0db8f3ee737
commit 6dd14a73c80348de97219e499b41d0db8f3ee737
Author: Daniel Ibanez <dan.a.ibanez at gmail.com>
Date:   Sat Jan 9 17:49:20 2016 -0800
    mpi/coll/helper_fns.c: initialize MPI_SOURCE in status array
    
    See http://lists.mpich.org/pipermail/devel/2016-January/000678.html for
    motivation. Fixes #2328
    
    Thanks to Jeff Hammond for tracking this issue.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>
diff --git a/src/mpi/coll/helper_fns.c b/src/mpi/coll/helper_fns.c
index 6b2fd52..433fd93 100644
--- a/src/mpi/coll/helper_fns.c
+++ b/src/mpi/coll/helper_fns.c
@@ -760,6 +760,7 @@ int MPIC_Waitall(int numreq, MPID_Request *requests[], MPI_Status statuses[], MP
         to check for the error bit in the tag below, we should initialize all
         tag fields here. */
         status_array[i].MPI_TAG = 0;
+        status_array[i].MPI_SOURCE = MPI_PROC_NULL;
 
         /* Convert the MPID_Request objects to MPI_Request objects */
         request_ptrs[i] = requests[i]->handle;
-----------------------------------------------------------------------
Summary of changes:
 src/mpi/coll/helper_fns.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
-- 
MPICH primary repository
    
    
More information about the commits
mailing list