X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e31311be1504e7eeb67f15c318a0023c5ebfd43..2a61f9d5253f49aeb0d29bf205661e1a4cf40e69:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index b9cbe84062..4356a57f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,12 +5,31 @@ SimGrid (3.7) NOT RELEASED; urgency=low Models: * Use the partial invalidation optimization by default for the network too. Should produce the exact same results, only faster. - + * Major cleanup in surf to merge models and split some optimization + mechanisms from the core of the models. As a result you can now + specify which model to use (e.g., --cfg=network/model:LV08 + --cfg=cpu/model:Cas01) and which optimization mode to use + (e.g., --cfg=network/optim:lazy --cfg=cpu/optim:TI). + Incompatible combinations should err at initialization. See + --help-models for the list of all models and optimization modes. + * The CLM03 workstation model were dropped for simplicity because it + used the deprecated CM02 network model. Use default instead. + * Rename the TCP_gamma configuration option to network/TCP_gamma + * Use now crosstraffic keyword instead of the terribly missleading + fullduplex keyword. Use --cfg=network/crosstraffic:1. This is + activated by default now in the current default model. + SimDag: * Performance boost by using a swag internally to compute the set of tasks that are finished and should constitute the return value of SD_simulate. + XBT: + * Mallocators: allow value NULL for the reset function. + * Dicts: new function xbt_dict_new_homogeneous(void(*)(void*)) to + create homogeneous dictionaries, where all the elements share the + same free function. + -- $date Da SimGrid team SimGrid (3.6.2) stable; urgency=low