X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0ac754a3a1133fcb39c1a1ecb1a68649939c76ce..52ce912c49d61c252e301393740350f4f0e41d8b:/src/surf/plugins/host_dvfs.cpp diff --git a/src/surf/plugins/host_dvfs.cpp b/src/surf/plugins/host_dvfs.cpp index 3a24e60257..d141f54b3e 100644 --- a/src/surf/plugins/host_dvfs.cpp +++ b/src/surf/plugins/host_dvfs.cpp @@ -304,8 +304,8 @@ void sg_host_dvfs_plugin_init() sg_host_load_plugin_init(); simgrid::s4u::Host::onCreation.connect(&on_host_added); - simgrid::config::declareFlag( + simgrid::config::declare_flag( property_sampling_rate, "How often should the dvfs plugin check whether the frequency needs to be changed?", 0.1); - simgrid::config::declareFlag( + simgrid::config::declare_flag( property_governor, "Which Governor should be used that adapts the CPU frequency?", "performance"); }