Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar and simplify
[simgrid.git] / ChangeLog
index 288dd82..5a570c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,24 @@
-SimGrid (3.19.1) NOT RELEASED YET
+SimGrid (3.20) NOT RELEASED YET (Release target: June 21. 2018 10:07 UTC)
+
+TRACE
+ - Change --cfg=tracing/msg/vm to --cfg=tracing/vm as virtual machine
+   behavior tracing is no longer limited to MSG
+
+ S4U:
+ - Introduced new function simgrid::s4u::Host::get_actor_count. This function
+   returns the number of actors running on a specific host.
+
+ SMPI:
+ - Replay: The replay file has been re-written in C++.
+ - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now
+   supported. They are stored in the trace and used when replayed.
+
+ Fixed bugs:
+ - #258: daemonized actors hang after all non-daemonized actors have completed
+
+----------------------------------------------------------------------------
+
+SimGrid (3.19.1) Released March 22 2018
 
  The Fixed ABI Release.
 
@@ -38,6 +58,9 @@ SimGrid (3.19.1) NOT RELEASED YET
  interfaces and converting them to snake_case() is one release goal of
  v3.20. But don't worry, we are working to smooth this upgrade path.
 
+ In summary, new projects should start with S4U to benefit of the
+ future, but old MSG projects should still be usable with no change.
+
 ----------------------------------------------------------------------------
 
 SimGrid (3.19) Released March 20 2018