Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CHANGELOG] Update changelog with SMPI's index + trace file changes
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 17 Jan 2018 18:14:13 +0000 (19:14 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Wed, 24 Jan 2018 14:58:19 +0000 (15:58 +0100)
ChangeLog

index d6c6d18..aaf3f99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,12 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC)
  XBT
  - Remove XBT_LOG_CONNECT, it should be useless nowadays.
 
  XBT
  - Remove XBT_LOG_CONNECT, it should be useless nowadays.
 
+ SMPI
+ - Removed index notion from SMPI -- no more "getPid() - 1"! 
+   This also means that the trace files
+   now contain actors called rank-<PROCESS-ID>. These are NOT the real
+   ranks, because tracing several communicators right now is not supported.
+
  Fixed bugs:
  - #245: migrating an actor does not migrate its execution
 
  Fixed bugs:
  - #245: migrating an actor does not migrate its execution