Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos [noci]
[simgrid.git] / ChangeLog
index 017893e260c9345b906ea3f6b1fbc1e22fc42b70..b555435810da3ce807bef1e445f031919be0264b 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
@@ -49,7 +40,7 @@ Documentation:
    - New section: Programming API of logs.
    - New section: Getting realistic results
    - New section: Examples of SMPI Usage
- - New part: SimGrid's Intenal, with a section on Design goals
+ - New part: SimGrid's Internals, with a section on Design goals
  - Move back to the classical Breathe tool chain, and fix many small glitches.
 
 SMPI:
@@ -90,7 +81,7 @@ SMPI:
      - Codevault bhtree_mpi
 
 Model checker:
- - Only initialze the Dwarf parser when needed, saving 10 seconds in most cases.
+ - Only initialize the Dwarf parser when needed, saving 10 seconds in most cases.
  - Start to overhaul the implementation to modernize it (still ongoing).
 
 XBT: