[mpich] MPICH primary repository branch, master, updated. v3.1-40-gf748562
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/f74856274204607a44a17db21290e60668... commit f74856274204607a44a17db21290e6066822ec2c Author: Michael Blocksome <[email protected]> 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 <[email protected]> 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
participants (1)
-
noreply@mpich.org