Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add missing XBT_PUBLIC() in config.hpp
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / bottom.c
index 3c085fd..797716b 100644 (file)
@@ -39,6 +39,7 @@ int main( int argc, char *argv[] )
        errs++;
        fprintf( stderr, "This test requires at least two processes\n" );
        MPI_Abort( MPI_COMM_WORLD, 1 );
+        exit(1);
     }
     source = 0;
     dest = 1;