Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics about excluded tests to ease the writing of reporting scripts
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / coll3.c
index 84260d1..8fa5cdf 100644 (file)
@@ -30,6 +30,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);
        }
     if ( (rank < participants) ) {