X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..550e68e2d3bb08b56b4c900ba701e07f38882b19:/teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c b/teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c index 4adc26c124..7855b75e4f 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/eagerdt.c @@ -51,6 +51,7 @@ int main( int argc, char *argv[] ) fprintf( stderr, "Unable to allocate buffer %d of size %ld\n", i, (long)extent ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } } buf = (int *)malloc( 10 * 30 * sizeof(int) );