From: Adrien Gougeon Date: Thu, 4 May 2023 09:22:11 +0000 (+0200) Subject: add plugins operation and battery X-Git-Tag: v3.34~131^2~1^2 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/53aa5c8add2e148555d55c756f8e1d59b36ed22c add plugins operation and battery --- diff --git a/ChangeLog b/ChangeLog index 9fc7013d64..345aacc003 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,16 @@ S4U: possible. - Allow to set a concurrency limit on disks and hosts, as it was already the case for links. +New plugin: Operation + - Operations are designed to represent workflows, i.e, graphs of repeatable Activities. + - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#operation + - Examples: examples/cpp/operation-* + +New plugin: Battery + - Enable the management of batteries on hosts. + - Documentation: https://simgrid.frama.io/simgrid/Plugins.html#battery + - Examples: examples/cpp/battery-* + Kernel: - optimize an internal datastructure (use a set instead of a list for ongoing activities), leading to a potentially big performance gain, in particular with many detached comms.