Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Triggers the destructed callbacks on the full object
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 18 Dec 2015 10:26:40 +0000 (11:26 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 18 Dec 2015 11:18:48 +0000 (12:18 +0100)
commitccc1670e4bf36086f1f524b5ef004d5210415488
tree962c90e1d200e043017590b248ef9da0d1aad622
parentd0e24e71be9100371207e703e25cab7d612f521c
[surf] Triggers the destructed callbacks on the full object

Doing it in the Cpu/Host destructor is not so great as the object is
not an instance of the derived classes anymore.
12 files changed:
src/surf/cpu_cas01.cpp
src/surf/cpu_interface.cpp
src/surf/cpu_interface.hpp
src/surf/cpu_ti.cpp
src/surf/host_clm03.cpp
src/surf/host_clm03.hpp
src/surf/host_interface.cpp
src/surf/host_interface.hpp
src/surf/host_ptask_L07.cpp
src/surf/host_ptask_L07.hpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp