X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..cee419fa549211d1abfd98e829ab90fba005335c:/teshsuite/smpi/mpich3-test/attr/attrerrcomm.c diff --git a/teshsuite/smpi/mpich3-test/attr/attrerrcomm.c b/teshsuite/smpi/mpich3-test/attr/attrerrcomm.c index df42e48c65..9384dd4a94 100644 --- a/teshsuite/smpi/mpich3-test/attr/attrerrcomm.c +++ b/teshsuite/smpi/mpich3-test/attr/attrerrcomm.c @@ -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 )