[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-40-gf748562

Service Account noreply at mpich.org
Tue Mar 11 15:17:02 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  f74856274204607a44a17db21290e6066822ec2c (commit)
      from  c4269da24a74fbaa264a5954e5020033ae625b06 (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/f74856274204607a44a17db21290e6066822ec2c

commit f74856274204607a44a17db21290e6066822ec2c
Author: Michael Blocksome <blocksom at us.ibm.com>
Date:   Tue Mar 11 14:51:11 2014 -0500

    Uninitialized variable in pamid 'MPID_Win_test' function
    
    Thanks be to Charles :)
    
    Signed-off-by: Su Huang <suhuang at us.ibm.com>

diff --git a/src/mpid/pamid/src/onesided/mpid_win_pscw.c b/src/mpid/pamid/src/onesided/mpid_win_pscw.c
index ff22460..b2cc6a4 100644
--- a/src/mpid/pamid/src/onesided/mpid_win_pscw.c
+++ b/src/mpid/pamid/src/onesided/mpid_win_pscw.c
@@ -262,6 +262,7 @@ MPID_Win_test(MPID_Win *win,
     }
   else
     {
+      *flag = 0;
       MPID_Progress_poke();
     }
 

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list