Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the lagrange-based models
[simgrid.git] / ChangeLog
index d29c3f7..722d4ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,14 @@ SMPI:
 
 Model-checker:
  - Remove option 'model-check/record': Paths are recorded in any cases now.
+ - Remove option 'model-check/sparse-checkpoint': Checkpoints are now
+   always sparse. That's an immense gain in memory, and can even be
+   faster because of cache effects. So there is no need to clutter the
+   code to allow the user to go for the unefficient mode.
+
+Network models:
+ - Remove the lagrange-based models (Reno/Reno2/Vegas). The regular
+   models proved to be more accurate than these old experiments.
 
 Fixed bugs (FG=FramaGit; GH=GitHub):
  - FG#1: Broken link in error messages