X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..50130868c2f0c10d86bf368ede7154f6845b0d51:/teshsuite/smpi/mpich3-test/coll/alltoallv0.c diff --git a/teshsuite/smpi/mpich3-test/coll/alltoallv0.c b/teshsuite/smpi/mpich3-test/coll/alltoallv0.c index e1c878551b..5890043dd7 100644 --- a/teshsuite/smpi/mpich3-test/coll/alltoallv0.c +++ b/teshsuite/smpi/mpich3-test/coll/alltoallv0.c @@ -49,6 +49,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); } /* Get the neighbors */ @@ -70,6 +71,7 @@ int main( int argc, char **argv ) if (!sbuf || !rbuf) { fprintf( stderr, "Could not allocate buffers!\n" ); MPI_Abort( comm, 1 ); + exit(1); } /* Load up the buffers */