Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[DVFS] Make governors individually configurable for each host
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 7 Feb 2018 13:16:10 +0000 (14:16 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Tue, 13 Feb 2018 18:53:17 +0000 (19:53 +0100)
commit9daa45e4627c19028c8d42376572d099f8fb58b5
tree8cf4b95a1829fc6d82c2a197fdbb595c6e19dde8
parent5a59f7d0966c004c8fac3642f77e27400119ccd3
[DVFS] Make governors individually configurable for each host

Add this to your host tag:
  - <prop id=plugin/dvfs/governor value=performance />

Valid values as of now are: performance, powersave, ondemand, conservative
It doesn't matter if you use uppercase or lowercase.

For the sampling rate, use this:

  - <prop id=plugin/dvfs/sampling_rate value=2 />

This will run the update() method of the specified governor every 2 seconds
on that host.

These properties can also be used within the <config> tag to configure
these values globally. Using them within the <host> will overwrite this
global configuration
src/surf/plugins/host_dvfs.cpp