X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be0e4648c5b7055580df1c265b7c43ee6763a46..2c764b8544a391637e6279e9ace148a602e8ed3d:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 9f4c6384f2..619d33bfef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,17 @@ SimGrid (3.7) NOT RELEASED; urgency=low The "Simplicity does not preceed complexity, but follows it" release. Models: + * We can specify the smpi latency/bandwidth factor with command line + add --cfg=smpi/bw_factor:"threshold0:value0;...;thresholdN:valueN" + or add --cfg=smpi/lat_factor:"threshold0:value0;...;thresholdN:valueN" + You can also use the "config tag" from platform file by adding this line + + (see "example/platforms/tag_config.xml" to use "config tag"). + Note that the command line supersedes the platform file configuration. * Change the correction factors used in LMM model, according to the lastest experiments described in INRIA RR-7821. Accuracy should be improved this way. + (TODO: this is not true in the code, yet) * 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 @@ -23,6 +31,8 @@ SimGrid (3.7) NOT RELEASED; urgency=low * Use now crosstraffic keyword instead of the terribly missleading fullduplex keyword. It is activated by default now in the current default model, use --cfg=network/crosstraffic:0 to turn it off. + * Ongoing refactoring the model parsing to make XML files optional + (more work is needed here to fully achieve this goal) Simix: * Stabilize the parallel execution mode of user contexts