Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Replay/Memory: Move tmp buffers from replay to memory
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Mon, 19 Mar 2018 16:34:57 +0000 (17:34 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:31:40 +0000 (17:31 +0200)
commit81618987978a30cc7b397dab4158ffd5ed8ef96a
tree8f3fa08a37919b3cbab3b4653f4be8dbb662a397
parent64a11402f73a49312abcc8cb324a3c662dce926e
[SMPI] Replay/Memory: Move tmp buffers from replay to memory

This is not the best solution, especially since we need a new function
right now to free tmp buffers at the end of the replay. However, this
may make the replay a bit cleaner and we can find another solution during
this refactoring process.
src/smpi/include/private.hpp
src/smpi/internals/smpi_memory.cpp
src/smpi/internals/smpi_replay.cpp