From: Martin Quinson Date: Fri, 8 Mar 2019 16:52:01 +0000 (+0100) Subject: 2 fixes in host-energy plugin X-Git-Tag: v3_22~137 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/26191079786a3ba1bd8d8c00c1931cb487635876?ds=sidebyside;hp=26191079786a3ba1bd8d8c00c1931cb487635876 2 fixes in host-energy plugin - When computing the current watts, consistently use the pstate that was set at the beginning of the previous period. (the pstate at the end of the period was used to determinate whether or not we are in boot/shutdown state, ie, whether speed==0) - Do not mark as used hosts that are just turned on and off. This is to be consistent with the tesh files while fixing the other bug. ---