Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 10 May 2023 21:22:28 +0000 (23:22 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 10 May 2023 21:22:28 +0000 (23:22 +0200)
1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -19,8 -19,17 +19,18 @@@ S4U
     are fullfiled. If it cannot be started right away, it will start as soon as it becomes
     possible.
   - Allow to set a concurrency limit on disks and hosts, as it was already the case for links.
 + - Rename Link::get_usage() to Link::get_load() for consistency with Host::
  
+ 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.