X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d92bc6ee22885a3c92996b6c9e749e6363bdb6ba..50130868c2f0c10d86bf368ede7154f6845b0d51:/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 );