X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/33ad1bb9ae9ed898b8786ea08d7910d5a162aff4..f583eea12f82640c644ef6e50c1c4d1ff28fd6ab:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1636c1354b..8d2c784609 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,8 +34,23 @@ SimGrid (3.3.5-svn) unstable; urgency=low * Add a MSG_task_set_data() function SIMIX: * add a SIMIX_sem_get_capacity() function + SURF: + * Rename configuration variables to start a hierarchy: + o cpu_model -> cpu/model + o network_model -> network/model + o workstation_model -> workstation/model + * New configuration variables: + o network/bandwidth_factor: correction to bandwith + o network/latency_factor: correction to latency + o netwotk/weight_S: correction to the weight of competing streams + * Add a long description to the models, that users can see with such + argument on the command line: --cfg=cpu/model:help + * --help-models display the long description of all known models SMPI: * Implement MPI_Get_count, MPI_MAXLOC, MPI_MINLOC + XBT: + * config: add the ability to set a default value after registration + Does not override any previously set value (e.g. from cmd line) -- Da SimGrid team