Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 28 Mar 2021 00:52:49 +0000 (01:52 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 28 Mar 2021 00:52:49 +0000 (01:52 +0100)
ChangeLog

index b555435..d7d775a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,7 @@ 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.
- - SMPI API break from previous version: MPI global handles (predefined datatypes,
+ - SMPI ABI 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
    careful to recompile your MPI codes if switching to this new SimGrid version.