X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..3b578f744282579b374a1461561b41f2d8b2684b:/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[] )