X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..550e68e2d3bb08b56b4c900ba701e07f38882b19:/teshsuite/smpi/mpich3-test/coll/icalltoallv.c diff --git a/teshsuite/smpi/mpich3-test/coll/icalltoallv.c b/teshsuite/smpi/mpich3-test/coll/icalltoallv.c index 41123c3222..223392366a 100644 --- a/teshsuite/smpi/mpich3-test/coll/icalltoallv.c +++ b/teshsuite/smpi/mpich3-test/coll/icalltoallv.c @@ -46,6 +46,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 */ @@ -62,6 +63,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