Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_attach, MPI_Buffer_detach.
authorAugustin Degomme <adegomme@gmail.com>
Tue, 24 Sep 2019 14:16:13 +0000 (16:16 +0200)
committerAugustin Degomme <adegomme@gmail.com>
Tue, 24 Sep 2019 14:18:50 +0000 (16:18 +0200)
commit17d305e0f3a8c6f813bda1aacad5891d67fd1e3c
tree8009ce53f340d8c806544b539ed51d5e49014a8f
parent7e3052a90110227b0628cfde015552c1dd154563
add MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_attach, MPI_Buffer_detach.
fun fact: we are not actually using the provided buffer in SMPI, as we use our own buffers internally for all detached calls (bsend means detached).
src/smpi/bindings/smpi_mpi.cpp
src/smpi/bindings/smpi_pmpi.cpp
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/include/private.hpp
src/smpi/include/smpi_actor.hpp
src/smpi/include/smpi_request.hpp
src/smpi/internals/smpi_actor.cpp
src/smpi/mpi/smpi_request.cpp
teshsuite/smpi/mpich3-test/pt2pt/CMakeLists.txt