Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This used to work by accident
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 2 Jul 2013 16:15:56 +0000 (18:15 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 2 Jul 2013 16:15:56 +0000 (18:15 +0200)
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();