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