X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..045ec84a15f79257de07f519c9654d9892985ef9:/teshsuite/smpi/mpich-test/coll/grouptest.c 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();