Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New API: set_pstate_speed
authorBruno Donassolo <bruno.donassolo@inria.fr>
Thu, 25 Mar 2021 16:48:42 +0000 (17:48 +0100)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Tue, 30 Mar 2021 11:47:14 +0000 (13:47 +0200)
commitf71e493a21cbe3ca6dce72765bf0b46643db158c
tree3eff6bd2475797b18cc527fc2ec07192d3a4728d
parent312dad6a570ced09122bcec5404515e470b7505d
New API: set_pstate_speed

Implement new API to set pstate for a host:
- Host* Host::set_pstate_speed(const std::vector<double>& speed_per_state)
- Host* Host::set_pstate_speed(const std::vector<std::string>& speed_per_state)
include/simgrid/s4u/Host.hpp
src/s4u/s4u_Host.cpp
src/surf/cpu_interface.cpp
src/surf/cpu_interface.hpp