Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Changelog: this big fat warning is not mandated, as we don't have an example that...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 27 Mar 2021 21:20:53 +0000 (22:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 27 Mar 2021 21:21:20 +0000 (22:21 +0100)
ChangeLog

index 017893e..62477c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,15 +10,6 @@ User-visible changes:
  - Removed all that was related to the "Storage" type in all APIs and bindings.
    "Disks" have been introduced more than a year ago to replace them for the better.
    It's time to finish this replacement.
- - Model iteration order may change simulations.
-    *****************************************
-    *DO NOT MIX 3.27 RESULTS WITH OLDER ONES*
-    *****************************************
-    The order in which the different models (CPU, network, disk, etc) are
-    solved internally has changed in this version. Although rare (no current
-    test raises the problem), this change can result in slightest different simulations
-    results. Take care when comparing simulations from different SimGrid's
-    versions. Sorry for the inconvenience.
  - SMPI API break from previous version: MPI global handles (predefined datatypes,
    ops, COMM_WORLD) are now defined differently, and can be used in initializers,
    avoiding "initializer element is not constant" errors with some codes. Please be