X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d92bc6ee22885a3c92996b6c9e749e6363bdb6ba..50130868c2f0c10d86bf368ede7154f6845b0d51:/teshsuite/smpi/mpich3-test/pt2pt/scancel2.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/scancel2.c b/teshsuite/smpi/mpich3-test/pt2pt/scancel2.c index b027f0b6d8..8da02570da 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/scancel2.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/scancel2.c @@ -40,6 +40,7 @@ int main( int argc, char *argv[] ) if (!buf) { fprintf( stderr, "Unable to allocate %d bytes\n", n ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } if (rank == source) {