Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill is_replayable() for datatypes.
authorAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 5 Aug 2021 14:48:02 +0000 (16:48 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Thu, 5 Aug 2021 14:48:02 +0000 (16:48 +0200)
commita1f5d88098f692dbb400d0741e8bf61847c73a24
tree2f15733078c3df8d89a37c37d09af38fc13badbd
parentc1b693f3f39b3f531eb47f0820bd6455fe6710ff
kill is_replayable() for datatypes.
It was useless since we've been encoding/decoding all datatypes for a long time now.
This could break ancient TI traces handling, but I'm really not sure of this actually, and it was causing issues.
We need more testing on TI traces and replay :\
src/smpi/bindings/smpi_pmpi_coll.cpp
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/bindings/smpi_pmpi_win.cpp
src/smpi/include/smpi_datatype.hpp
src/smpi/mpi/smpi_datatype.cpp