Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add finalizing state for smpi actor:
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 20 Mar 2022 13:01:45 +0000 (14:01 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 20 Mar 2022 13:01:45 +0000 (14:01 +0100)
commit33a2dd5a405effecfbc7a26d7a84664902a2432a
tree1c5e1b4a1570a8bd3c865f7c9bbce7b3bb71a8ea
parenta8e279d95fa17f25aefefed29c2f44386ba3f9f8
add finalizing state for smpi actor:
if finalization barrier is used, tag is now different, in order not to match against other MPI_Barrier that may be in the MPI code
src/smpi/bindings/smpi_pmpi.cpp
src/smpi/colls/barrier/barrier-mvapich2-pair.cpp
src/smpi/colls/barrier/barrier-ompi.cpp
src/smpi/include/private.hpp
src/smpi/include/smpi_actor.hpp
src/smpi/internals/smpi_actor.cpp