[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-137-g57e54ea

mysql vizuser noreply at mpich.org
Tue Jan 7 09:54:16 CST 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  57e54ea330798e1b2817eccb683ad4476b03fcfc (commit)
      from  c6cb772b0bb750cde36599e539efed76a0a1da59 (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/57e54ea330798e1b2817eccb683ad4476b03fcfc

commit 57e54ea330798e1b2817eccb683ad4476b03fcfc
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Tue Jan 7 05:34:47 2014 +0000

    Bug-fix: win_req was never initialized.
    
    Signed-off-by: Michael Blocksome <blocksom at us.ibm.com>

diff --git a/src/mpid/pamid/src/mpid_request.h b/src/mpid/pamid/src/mpid_request.h
index ff7aaf7..389a8b5 100644
--- a/src/mpid/pamid/src/mpid_request.h
+++ b/src/mpid/pamid/src/mpid_request.h
@@ -209,6 +209,7 @@ MPIDI_Request_initialize(MPID_Request * req)
   mpid->nextR            = NULL;
   mpid->oo_peer          = NULL;
 #endif
+  mpid->win_req          = NULL;
   MPIDI_Request_setCA(req, MPIDI_CA_COMPLETE);
 }
 

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

Summary of changes:
 src/mpid/pamid/src/mpid_request.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list