X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..3b578f744282579b374a1461561b41f2d8b2684b:/teshsuite/smpi/mpich3-test/comm/cmsplit.c diff --git a/teshsuite/smpi/mpich3-test/comm/cmsplit.c b/teshsuite/smpi/mpich3-test/comm/cmsplit.c index c5f103edba..cd14521685 100644 --- a/teshsuite/smpi/mpich3-test/comm/cmsplit.c +++ b/teshsuite/smpi/mpich3-test/comm/cmsplit.c @@ -29,6 +29,7 @@ int main( int argc, char *argv[] ) if (size < 4) { fprintf( stderr, "This test requires at least four processes." ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } color = MPI_UNDEFINED;