X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..f06041cf2c450457a0b47a49b66b19cb9133c18e:/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 )) {