[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-192-g24647c3

Service Account noreply at mpich.org
Wed Jul 8 16:54:19 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  24647c3b0b4fccb60962d61d154eb289fa776d31 (commit)
      from  2e0aa863c4c8f2b4c260eb97def4f4910e31fcc3 (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/24647c3b0b4fccb60962d61d154eb289fa776d31

commit 24647c3b0b4fccb60962d61d154eb289fa776d31
Author: Lena Oden <loden at anl.gov>
Date:   Wed Jul 8 16:52:49 2015 -0500

    remove a wrong colon

diff --git a/test/mpi/util/mtest.c b/test/mpi/util/mtest.c
index b77439c..a028f9d 100644
--- a/test/mpi/util/mtest.c
+++ b/test/mpi/util/mtest.c
@@ -892,7 +892,7 @@ int MTestTestIntercomm(MPI_Comm comm)
         if (rbuf[0] != j) {
             printf("[%d] Expected rank %d but saw %d in %s\n",
                 wrank, j, rbuf[0], commname);
-            errs++;:
+            errs++;
         }
         if (rbuf[1] != rank) {
             printf( "[%d] Expected target rank %d but saw %d from %d in %s\n",

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

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