Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[HostLoad] Add method HostLoad::add_activity(ExecImplPtr)
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 26 Jul 2018 09:22:22 +0000 (11:22 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 26 Jul 2018 14:45:10 +0000 (16:45 +0200)
commit485f3ec7397ce81a0e05a413697723ff088f8aaf
tree57e24730e79d2352dc084259cceb23e54b321b2d
parent135f798edba6bcb47842fd17318485bd226ea196
[HostLoad] Add method HostLoad::add_activity(ExecImplPtr)

The HostLoad plugin keeps track of all the computations that are going on
and does no longer have to rely on calculations of the sort time_passed*speed.

Instead, we can now access the total cost of the computation and keep track
of how much is still remaining. Like this, we always account for exactly
the cost of that calculation.
src/plugins/host_load.cpp