X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..f3ae712a1b95294052b6e8136d0f0f2d4b30e6eb:/teshsuite/smpi/mpich3-test/coll/coll7.c diff --git a/teshsuite/smpi/mpich3-test/coll/coll7.c b/teshsuite/smpi/mpich3-test/coll/coll7.c index 3d352ef76e..7cadacef15 100644 --- a/teshsuite/smpi/mpich3-test/coll/coll7.c +++ b/teshsuite/smpi/mpich3-test/coll/coll7.c @@ -27,6 +27,7 @@ int main( int argc, char **argv ) fprintf( stderr, "Number of processors must divide %d\n", MAX_PROCESSES ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } /* while (MAX_PROCESSES % participants) participants--; */ if ( (rank < participants) ) {