X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..f06041cf2c450457a0b47a49b66b19cb9133c18e:/teshsuite/smpi/mpich3-test/comm/commcreate1.c diff --git a/teshsuite/smpi/mpich3-test/comm/commcreate1.c b/teshsuite/smpi/mpich3-test/comm/commcreate1.c index edb60fdda2..e93f914e39 100644 --- a/teshsuite/smpi/mpich3-test/comm/commcreate1.c +++ b/teshsuite/smpi/mpich3-test/comm/commcreate1.c @@ -25,6 +25,7 @@ void abortMsg( const char *str, int code ) fprintf( stderr, "%s: errcode = %d, class = %d, msg = %s\n", str, code, class, msg ); MPI_Abort( MPI_COMM_WORLD, code ); + exit(code); } int main( int argc, char *argv[] )