X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..3b578f744282579b374a1461561b41f2d8b2684b:/teshsuite/smpi/mpich3-test/comm/ic1.c diff --git a/teshsuite/smpi/mpich3-test/comm/ic1.c b/teshsuite/smpi/mpich3-test/comm/ic1.c index 7ab4e6e962..9bb4a43b2b 100644 --- a/teshsuite/smpi/mpich3-test/comm/ic1.c +++ b/teshsuite/smpi/mpich3-test/comm/ic1.c @@ -24,6 +24,7 @@ int main( int argc, char *argv[] ) if (size < 2) { printf( "Size must be at least 2\n" ); MPI_Abort( MPI_COMM_WORLD, 0 ); + exit(0); } MPI_Comm_rank( MPI_COMM_WORLD, &rank );