X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9072f634ac2f4bdece800197ad4ad73ec96fd1d8..c6bcd79ab500b5ad70f625f92325fdf7ef7da88a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ceb1e4d462..eb433d74ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,7 +11,9 @@ SimGrid (3.12) NOT RELEASED; urgency=low get_data_size(t) -> get_bytes_amount(t) - Massive cleanups in the functions related to the energy - MSG_host_get_pstate_number() -> MSG_host_get_nb_pstates() - - New: MSG_host_get_pstate() + - New: MSG_host_get_pstate() + * New example: + - msg/energy/onoff: switching hosts on and off jMSG: * Interface improvement: - Rename Host.isAvail() to Host.isOn() @@ -78,6 +80,11 @@ SimGrid (3.12) NOT RELEASED; urgency=low * Improvement of the Energy plugin. - Always update the consumption before returning that value - New property: watt_off to denote the disipation when the host is off + - New functions getWattMinAt and getWattMaxAt to retrieve the + dissipation of pstates that we are not currently at. + * Massive rename s/workstation/host/ + - That's intrusive, but that's good for the project consistency. Sorry. + - Change config option "workstation/model" into "host/model" XBT * New functions - Add a xbt_heap_update function, to avoid costly xbt_heap_remove+xbt_heap_insert use