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