Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simple MPI_Win_lock and MPI_Win_unlock implementation.
authordegomme <augustin.degomme@unibas.ch>
Mon, 20 Mar 2017 10:49:27 +0000 (11:49 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 20 Mar 2017 10:50:11 +0000 (11:50 +0100)
commitc5a48995c0e24c9ae38c3d14203388523c565a5b
tree308be26a891b064130f2a834f4ef27afbd55df6a
parentf4ba097a7c2f1300753363323a76e9be8097b8ad
Simple MPI_Win_lock and MPI_Win_unlock implementation.
Also allow calls to MPI_Barrier to finalize pending RMA calls.
src/smpi/smpi_comm.cpp
src/smpi/smpi_comm.hpp
src/smpi/smpi_mpi.cpp
src/smpi/smpi_pmpi.cpp
src/smpi/smpi_request.cpp
src/smpi/smpi_win.cpp
src/smpi/smpi_win.hpp