Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'mc' into mc++
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrerr.c
index 39e361173fe5b7f1db2a42616519e0affba8971c..907e4a53f3450840c1a5c03bdddba5f41b4d53c8 100644 (file)
@@ -63,6 +63,7 @@ void abort_msg( const char *str, int code )
 {
     fprintf( stderr, "%s, err = %d\n", str, code );
     MPI_Abort( MPI_COMM_WORLD, code );
+    exit(code);
 }
 
 int test_communicators( void )