X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2dba4579bf4c7f7e8cde2b36ff308645a3cc891b..14a764d0473e5137d70be1909b292579acb112ce:/teshsuite/smpi/mpich3-test/rma/badrma.c diff --git a/teshsuite/smpi/mpich3-test/rma/badrma.c b/teshsuite/smpi/mpich3-test/rma/badrma.c index 09fd3d7bae..8c642c6514 100644 --- a/teshsuite/smpi/mpich3-test/rma/badrma.c +++ b/teshsuite/smpi/mpich3-test/rma/badrma.c @@ -96,7 +96,7 @@ int main(int argc, char *argv[]) types[3] = MPI_DOUBLE; MPI_Win_create(win_buf, SIZE * sizeof(int), sizeof(int), MPI_INFO_NULL, MPI_COMM_WORLD, &win); - + MPI_Win_set_errhandler(win, MPI_ERRORS_RETURN); MPI_Win_fence(0, win); if (rank == 0) {