X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..d51a876f765fc68b3e1e667f867b91a1b4987a85:/teshsuite/smpi/mpich3-test/group/gtranks.c diff --git a/teshsuite/smpi/mpich3-test/group/gtranks.c b/teshsuite/smpi/mpich3-test/group/gtranks.c index e5f032ff56..3e753a4b0e 100644 --- a/teshsuite/smpi/mpich3-test/group/gtranks.c +++ b/teshsuite/smpi/mpich3-test/group/gtranks.c @@ -33,10 +33,12 @@ int main( int argc, char *argv[] ) "This test requires a comm world with no more than %d processes\n", MAX_WORLD_SIZE ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } if (size < 4) { fprintf( stderr, "This test requiers at least 4 processes\n" ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } MPI_Comm_group( comm, &gworld );