X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..3b578f744282579b374a1461561b41f2d8b2684b:/teshsuite/smpi/mpich3-test/comm/iccreate.c diff --git a/teshsuite/smpi/mpich3-test/comm/iccreate.c b/teshsuite/smpi/mpich3-test/comm/iccreate.c index 4b3cedd92d..ef3d36334e 100644 --- a/teshsuite/smpi/mpich3-test/comm/iccreate.c +++ b/teshsuite/smpi/mpich3-test/comm/iccreate.c @@ -29,6 +29,7 @@ int main( int argc, char *argv[] ) if (size < 4) { printf( "This test requires at least 4 processes\n" ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } MPI_Comm_rank( MPI_COMM_WORLD, &wrank );