X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..e1f9a5babb738f62df993badb055270b96965f9a:/teshsuite/smpi/mpich3-test/pt2pt/sendall.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/sendall.c b/teshsuite/smpi/mpich3-test/pt2pt/sendall.c index eba48e60a8..2f87e47eb0 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/sendall.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/sendall.c @@ -40,6 +40,7 @@ int main ( int argc, char *argv[] ) fprintf( stderr, "This program requires a comm_world no larger than %d", MAXPES ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } for (size = 1; size <= MYBUFSIZE ; size += size) {