[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-232-g68aacd7
Service Account
noreply at mpich.org
Wed Jul 15 09:01:40 CDT 2015
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 68aacd72c0e69218be43bc4e50970aa0877355c3 (commit)
from f00eba541d695fb0dffd7a27bc6b47edb7fe7b54 (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/68aacd72c0e69218be43bc4e50970aa0877355c3
commit 68aacd72c0e69218be43bc4e50970aa0877355c3
Author: Pavan Balaji <balaji at anl.gov>
Date: Sun Jul 12 11:02:48 2015 -0500
Fix bug in the mtest.c file.
Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>
diff --git a/test/mpi/util/mtest.c b/test/mpi/util/mtest.c
index 99e41ee..53c689e 100644
--- a/test/mpi/util/mtest.c
+++ b/test/mpi/util/mtest.c
@@ -688,7 +688,7 @@ int MTestGetIntercomm( MPI_Comm *comm, int *isLeftGroup, int min_size )
/* now split, some bugs only occur for splits of intercomms */
mcomm = *comm;
- rank = MPI_Comm_rank(mcomm, &rank);
+ merr = MPI_Comm_rank(mcomm, &rank);
if (merr) MTestPrintError( merr );
/* this split is effectively a dup but tests the split code paths */
merr = MPI_Comm_split(mcomm, 0, rank, comm);
-----------------------------------------------------------------------
Summary of changes:
test/mpi/util/mtest.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list