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 / datatype / getpartelm.c
index 49ba725..9fe778f 100644 (file)
@@ -33,6 +33,7 @@ int main( int argc, char *argv[] )
        errs++;
        printf( "This test requires at least 2 processes\n" );
        MPI_Abort( MPI_COMM_WORLD, 1 );
+        exit(1);
     }
     
     src  = 0;