X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..e2d72ea4851a108ca87a7f3294431a9141317b25:/teshsuite/smpi/mpich3-test/comm/comm_create_group.c diff --git a/teshsuite/smpi/mpich3-test/comm/comm_create_group.c b/teshsuite/smpi/mpich3-test/comm/comm_create_group.c index edce6bb5a3..8dc1df3588 100644 --- a/teshsuite/smpi/mpich3-test/comm/comm_create_group.c +++ b/teshsuite/smpi/mpich3-test/comm/comm_create_group.c @@ -25,6 +25,7 @@ int main(int argc, char *argv[]) if (size % 2) { fprintf(stderr, "this program requires a multiple of 2 number of processes\n"); MPI_Abort(MPI_COMM_WORLD, 1); + exit(1); } excl = malloc((size / 2) * sizeof(int));