X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5e22041a2c1ba01ba5c2337e39ebd9a590780182..33a2dd5a405effecfbc7a26d7a84664902a2432a:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 70839ce562..c3c960cb44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -45,19 +45,19 @@ New plugin: the Chaos Monkey (killing actors at any time) but some users may find it interesting too. Models: - - New model for parallel task: ptask_BMF. - - More realistic sharing of heterogeneous resources compared to ptask_L07. + - New solver for parallel task: BMF. + - More realistic sharing of heterogeneous resources compared to the fair + bottleneck solver used by ptask_L07. - Implement the BMF (Bottleneck max fairness) fairness. - Improved resource sharing for parallel tasks with sub-flows (parallel communications between same source and destination inside the ptask). - Parameters: - - "--cfg=host/model:ptask_BMF": enable the model. + - "--cfg=host/model:ptask_L07 --cfg=host/solver:bmf": enable the ptask + model with BMF solver. - "--cfg=bmf/max-iterations: ": maximum number of iterations performed by BMF solver (default: 1000). - - "--cfg=bmf/selective-update:": enable/disable the - selective-update optimization. Only invalidates and recomputes modified - parts of inequations system. May speed up simulation if sparse resource - utilization (default: false). + - "--cfg=bmf/precision: ": numerical precision used when computing + resource sharing (default: 1e-12). - This model requires Eigen3 library. Make sure Eigen3 is installed to use BMF. General: