Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Remove all references to decode_datatype
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 21 Mar 2018 15:07:12 +0000 (16:07 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:33:51 +0000 (17:33 +0200)
commit01761d6510e49cb704423b9f1d775407e0633c2d
treea67a942269fa50a7c13e697f5b894e11670d1719
parentdca5789b6c379104cde889f9d16ba462aeba7929
[SMPI] Remove all references to decode_datatype

This is now calling simgrid::smpi::Datatype::decode(std::string) (I moved
the argument from char* to std::string)

sed -i -r -e 's@decode_datatype\((.*?)\)@simgrid::smpi::Datatype::decode(\1)@' src/smpi/internals/smpi_replay.cpp
src/smpi/include/smpi_datatype.hpp
src/smpi/internals/smpi_replay.cpp
src/smpi/mpi/smpi_datatype.cpp