Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Drop s4u::Host::getPstateSpeedCurrent() which dupplicates Host::speed()
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 13 Mar 2017 22:53:10 +0000 (23:53 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 13 Mar 2017 23:15:51 +0000 (00:15 +0100)
commit4b8feb2f921bf25aa725cc7ea0b306195b55bb1b
tree036707e3595d8f8ed682037a19b078b508c8124f
parentd5e23e9ab2fe06f294c0300c517b3f9d9247bcf4
Drop s4u::Host::getPstateSpeedCurrent() which dupplicates Host::speed()

Also revalidate 2 tesh files because s4u::Host::getPstateSpeedCurrent
was a simcall where getters don't have to. Switching to speed() fixes
this, but it changes the events order.
12 files changed:
ChangeLog
examples/java/energy/pstate/energy_pstate.tesh
examples/msg/energy-pstate/energy-pstate.tesh
include/simgrid/msg.h
include/simgrid/s4u/host.hpp
src/msg/msg_host.cpp
src/s4u/s4u_host.cpp
src/smpi/smpi_dvfs.cpp
src/surf/cpu_interface.cpp
src/surf/cpu_interface.hpp
src/surf/instr_routing.cpp
src/surf/plugins/host_energy.cpp