Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Fix load calculation for Dvfs governors
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 7 Feb 2018 12:54:21 +0000 (13:54 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 13 Feb 2018 18:53:16 +0000 (19:53 +0100)
commita3f5e3d6901fbcd1857fb8cc07ad3a54bf244bde
tree917e90aa9e0ce35851dd1532640f06ecf78fae66
parent5014a33c445bb3b94e34453892aebccc0251e783
[DVFS] Fix load calculation for Dvfs governors

The HostLoad plugin computes the load as <cores used>/<cores total>.
This means that governors sometimes decide to slow down even though
one or several cores were used because too many cores were unused.
src/surf/plugins/host_dvfs.cpp