Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid to build unused tests and save up to 25% on build time.
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrerrcomm.c
index df42e48..9384dd4 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 )