Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Fix the update() method.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 15 Feb 2018 14:14:00 +0000 (15:14 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 1 Mar 2018 12:42:50 +0000 (13:42 +0100)
commitea4eb2d3ae5dd567ff62f88b7e61605a94ebff0e
treee471ed457a6cadb48fd265503db95fd4a0f67812
parentaaf7f97eaedf1548f3d42497d410f77e273c4423
[DVFS] Fix the update() method.

The update() will be called AFTER a pstate has already
been changed; this implies that we need to keep track
of what pstate was active before the change in order to
update the flops already computed correctly.
src/surf/plugins/host_load.cpp