From 045ec84a15f79257de07f519c9654d9892985ef9 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 2 Jul 2013 18:15:56 +0200 Subject: [PATCH 1/1] This used to work by accident --- teshsuite/smpi/mpich-test/coll/grouptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich-test/coll/grouptest.c b/teshsuite/smpi/mpich-test/coll/grouptest.c index f9437951a0..f7102f5749 100644 --- a/teshsuite/smpi/mpich-test/coll/grouptest.c +++ b/teshsuite/smpi/mpich-test/coll/grouptest.c @@ -53,7 +53,7 @@ int main( int argc, char **argv ) } /* Free the communicator */ - if (newcomm != MPI_COMM_NULL) + //if (newcomm != MPI_COMM_NULL) //MPI_Comm_free( &newcomm ); Test_Waitforall( ); MPI_Finalize(); -- 2.20.1