X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca52553179820e7bbac038b847467ee1fce21c23..cc96213b38543567f85c88be37be5c50c1f9e6e9:/docs/source/Release_Notes.rst diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 992a1b0951..346f563697 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -626,9 +626,10 @@ reacting to every signals of a class, and then filtering on the object you want. completion) are now specialized by activity class. That is, callbacks registered in Exec::on_suspend_cb will not be fired for Comms nor Ios -Two new useful plugins were added: The :ref:`battery plugin` can be used to create batteries that get discharged -by the energy consumption of a given host, while the :ref:`solar panel plugin ` can be used to create -solar panels which energy production depends on the solar irradiance. These plugins could probably be better integrated +Three new useful plugins were added: The :ref:`battery plugin` can be used to create batteries that get discharged +by the energy consumption of a given host, the :ref:`solar panel plugin ` can be used to create +solar panels which energy production depends on the solar irradiance and the :ref:`chiller plugin ` can be used to +create chillers and compensate the heat generated by hosts. These plugins could probably be better integrated in the framework, but our goal is to include in SimGrid the building blocks upon which everybody would agree, while the model elements that are more arguable are provided as plugins, in the hope that the users will carefully assess the plugins and adapt them to their specific needs before usage. Here for example, there is several models of batteries (the one provided does not