Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Changelog] Added call location tracing.
[simgrid.git] / ChangeLog
index b77753c..8da0c8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+SimGrid (3.14) UNRELEASED; urgency=low
+
+
+
+ -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+
 SimGrid (3.13) stable; urgency=low
 
  The Half Release, a.k.a. the Zealous Easter Trim.
@@ -107,6 +113,10 @@ SimGrid (3.13) stable; urgency=low
  * Various bug fixes to handle more codes
  * Remove the need for the --foreground option of smpirun (it is still
    accepted for backward compatibility).
+ * Call-location tracing for SMPI.
+   You can add the exact location (filename / linenumber) of an MPI call to 
+   your trace files and slow down or speed up the simulation between two 
+   consecutive calls by using an adjustment file. (See the documentation.)
 
  XBT
  * Kill the setset data container: MC don't use it anymore.