Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Replay: Remove action_* functions
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 27 Mar 2018 08:55:51 +0000 (10:55 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 28 Mar 2018 15:33:52 +0000 (17:33 +0200)
commitbd0be268d090486fb09290ba76d9ac62a9860e7e
tree1e64d10c698f39ddfb0cd03c598fa380f7380405
parent9e359748f60e78caf841f3f81b069ef59c9bdcfe
[SMPI] Replay: Remove action_* functions

Since we moved to std::function for the callbacks, it's much more
convenient to just use a lambda-function. The lambda itself is required
as we need to create a new object every time that action is executed
(and not one object that is shared between executions).
src/smpi/internals/smpi_replay.cpp