Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[smpi] replay: increase storage dynamicity
authorMillian Poquet <millian.poquet@inria.fr>
Thu, 31 May 2018 13:55:26 +0000 (15:55 +0200)
committerMillian Poquet <millian.poquet@inria.fr>
Fri, 29 Jun 2018 12:53:58 +0000 (14:53 +0200)
commit172531ecb21baf9c6d79a1e78f7364adf3b768ff
treeaac3701dddf7fcc41f49c5c2a0b0511c503e28a7
parent66cf0fd85d50a36a62c860dadb22675e7ac9eb0d
[smpi] replay: increase storage dynamicity

Storing data associated to a SMPI process is now done in the
smpi_replay_main function -- previously it was done at initialization
time.

This allows more dynamicity regarding the replay of SMPI traces:
One will now be able to replay different traces in a fully dynamic
fashion.
src/smpi/internals/smpi_replay.cpp