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 f943795..f7102f5 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();