X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..1bfdc9a38c22af6a9becf133be154a2fa2bc6589:/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