X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/342490f7aa81a13bb9f12c11588566674179b71d..c40f6bc2301d8b7039f7ced0cd40b2bf6e3879ed:/src/smpi/mpi/smpi_win.cpp diff --git a/src/smpi/mpi/smpi_win.cpp b/src/smpi/mpi/smpi_win.cpp index 0a34e11871..8eb022d210 100644 --- a/src/smpi/mpi/smpi_win.cpp +++ b/src/smpi/mpi/smpi_win.cpp @@ -70,9 +70,6 @@ Win::Win(void* base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, colls::bcast(&bar_ptr, sizeof(s4u::Barrier*), MPI_BYTE, 0, comm); if (rank_ != 0) bar_ = s4u::BarrierPtr(bar_ptr); - bar_->wait(); - }else{ - colls::barrier(comm); } this->add_f(); }