From: Martin Quinson Date: Mon, 16 Jan 2012 15:32:31 +0000 (+0100) Subject: document what I've done, and note that a written item is not finished yet X-Git-Tag: exp_20120216~125^2~17 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5fa2ad3abc82bfb45cdcc2144b6c9f92e8d9e019 document what I've done, and note that a written item is not finished yet --- diff --git a/ChangeLog b/ChangeLog index 9f4c6384f2..bca91972f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ SimGrid (3.7) NOT RELEASED; urgency=low * 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 +24,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