X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca52553179820e7bbac038b847467ee1fce21c23..cc96213b38543567f85c88be37be5c50c1f9e6e9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e90432e99a..0da01dda5d 100644 --- 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. - Introduce a new MessageQueue abstraction and associated Mess simulated object. The behavior of a MessageQueue is similar to that of a Mailbox, but intended for control messages that do not incur any simulated cost. Information is automagically @@ -36,6 +39,8 @@ 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 - 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.