Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add comment about chiller/battery plugins. Fix chiller doc not showing
[simgrid.git] / ChangeLog
index 605242b..c3e7d41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@ S4U:
  - Introduce a Mailbox::get_async() with no payload parameter. You can use the new 
    Comm::get_payload() once the communication is over to retrieve the payload.
  - Implement recursive mutexes. Simply pass true to the constructor to get one.
+ - Update of the Task model. Each Task now consists of a dispatcher, a collector
+   and one or more instances. The parallelism degree of each of these can be set.
+   Several examples have been added or modified accordingly.
 
 SMPI:
  - New SMPI_app_instance_join(): wait for the completion of a started MPI instance
@@ -32,6 +35,7 @@ C API:
 Plugins:
  - Revamp the battery plugin: rewrite completely the API, for a better usability.
    The examples were updated accordingly.
+   The battery can now act as a simple connector. See battery-connector example.
  - Revamp of the Photovoltaic plugin: now called SolarPanel and complete rewrite of the API 
  - Add chiller plugin: enable the management of chillers consuming electrical energy
    to compensate heat generated by hosts.