Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Upgrade embedded xxhash (-> v0.8.1).
[simgrid.git] / ChangeLog
index a70a5dc..30e8baf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,8 @@ Models:
  - Allow to disable the TCP windowing modeling by setting network/TCP-gamma to 0.
  - Finally kill the 'compound' host model. You can change the CPU or network model
    with the default host model, as it should.
+ - Rename option "surf/precision" to "precision/timing" for clarity.
+ - Rename option "maxmin/precision" to "precision/work-amount" for clarity.
 
 sthread:
  - Implement pthread_join in MC mode.