X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..f8aee9e9605123e308d1e1ece136c5912f3dc367:/teshsuite/smpi/mpich3-test/coll/alltoallv.c diff --git a/teshsuite/smpi/mpich3-test/coll/alltoallv.c b/teshsuite/smpi/mpich3-test/coll/alltoallv.c index bcae133e55..484ebf736d 100644 --- a/teshsuite/smpi/mpich3-test/coll/alltoallv.c +++ b/teshsuite/smpi/mpich3-test/coll/alltoallv.c @@ -45,6 +45,7 @@ int main( int argc, char **argv ) if (!sbuf || !rbuf) { fprintf( stderr, "Could not allocated buffers!\n" ); MPI_Abort( comm, 1 ); + exit(1); } /* Load up the buffers */ @@ -61,6 +62,7 @@ int main( int argc, char **argv ) if (!sendcounts || !recvcounts || !rdispls || !sdispls) { fprintf( stderr, "Could not allocate arg items!\n" ); MPI_Abort( comm, 1 ); + exit(1); } for (i=0; i