From 6dc7bf51741e62725841081d57163f97f5cfd522 Mon Sep 17 00:00:00 2001 From: navarro Date: Tue, 17 Jan 2012 10:54:20 +0100 Subject: [PATCH] Update changelog for smpi factor. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index bca91972f5..619d33bfef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ 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. -- 2.20.1