X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/98755faee042e94d1ff52f6e9508b18015bb1ae5..dac4b13fbd1be3d7759769d44654622c43abb74c:/src/smpi/mpi/smpi_win.cpp diff --git a/src/smpi/mpi/smpi_win.cpp b/src/smpi/mpi/smpi_win.cpp index 6ba1b1c12a..953584f621 100644 --- a/src/smpi/mpi/smpi_win.cpp +++ b/src/smpi/mpi/smpi_win.cpp @@ -42,7 +42,7 @@ Win::Win(void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, bar_ = new s4u::Barrier(comm_size); } mode_=0; - errhandler_=MPI_ERRORS_RETURN; + errhandler_=MPI_ERRORS_ARE_FATAL; comm->add_rma_win(this); comm->ref();