From 53aa5c8add2e148555d55c756f8e1d59b36ed22c Mon Sep 17 00:00:00 2001 From: Adrien Gougeon Date: Thu, 4 May 2023 11:22:11 +0200 Subject: [PATCH] add plugins operation and battery --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- 2.20.1