Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This used to work by accident
[simgrid.git] / teshsuite / smpi / mpich-test / coll / grouptest.c
index f9437951a094485a14bb0c148b046d28d1721f81..f7102f57493ca5f4abdbc4677f3e1b520e6f36ea 100644 (file)
@@ -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();