Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove warning with mc
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / coll7.c
index 3d352ef..7cadace 100644 (file)
@@ -27,6 +27,7 @@ int main( int argc, char **argv )
        fprintf( stderr, "Number of processors must divide %d\n",
                MAX_PROCESSES );
        MPI_Abort( MPI_COMM_WORLD, 1 );
+        exit(1);
        }
     /* while (MAX_PROCESSES % participants) participants--; */
     if ( (rank < participants) ) {