X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..3b578f744282579b374a1461561b41f2d8b2684b:/teshsuite/smpi/mpich3-test/comm/probe-intercomm.c diff --git a/teshsuite/smpi/mpich3-test/comm/probe-intercomm.c b/teshsuite/smpi/mpich3-test/comm/probe-intercomm.c index edd56e2cf8..03c9e109c1 100644 --- a/teshsuite/smpi/mpich3-test/comm/probe-intercomm.c +++ b/teshsuite/smpi/mpich3-test/comm/probe-intercomm.c @@ -32,6 +32,7 @@ int main( int argc, char *argv[] ) if (size < 2) { fprintf( stderr, "This test requires at least two processes." ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } while (MTestGetIntercomm( &intercomm, &isLeft, 2 )) {