X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..6b514200338a9ba7dbb0f0b8f0d244bd74daa07a:/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c b/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c index cc7cc5acd1..70aa336360 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c @@ -53,6 +53,7 @@ int main( int argc, char *argv[] ) fprintf( stderr, "Unable to allocate a buffer of %d bytes\n", bufsize ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } MPI_Buffer_attach( buf, bufsize );