Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI_Abort can theorically fail. Add a call to exit() to ensure that the program...
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / cmsplit.c
index c5f103e..cd14521 100644 (file)
@@ -29,6 +29,7 @@ int main( int argc, char *argv[] )
     if (size < 4) {
        fprintf( stderr, "This test requires at least four processes." );
        MPI_Abort( MPI_COMM_WORLD, 1 );
+        exit(1);
     }
 
     color = MPI_UNDEFINED;