X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..1a4fbd7770910a461be806b05bff0dfdf9a87e5e:/teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c b/teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c index 8f22959218..03263696ff 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/bsendfrag.c @@ -43,6 +43,7 @@ int main( int argc, char *argv[] ) errs++; fprintf( stderr, "At least 2 processes required\n" ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } src = 0; @@ -57,6 +58,7 @@ int main( int argc, char *argv[] ) fprintf( stderr, "Could not allocate buffer of %d bytes\n", bufsize ); MPI_Abort( MPI_COMM_WORLD, 1 ); + exit(1); } MPI_Buffer_attach( buf, bufsize );