Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First try at instrumenting the action replay tool.
[simgrid.git] / ChangeLog
index 8a1b9f8..279533f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,8 +14,8 @@ SimGrid (3.5) unstable; urgency=low
  * Change the XML format. This is a very important modification. SimGrid
    3.5 introduces a new hierarchical format based on the notion of
    Autonomous Systems. Compatibility with old format is ensured
-   through the perl script provided in the contrib section of the
-   svn. [PIERRE GIVE THE PATH]
+   through the perl script provided in the install bin directory 
+   bin/simgrid_update_xml.pl.
    It is now possible to build platforms with specific routing
    mechanism (Full/Dijkstra/DijkstraCache/Floyd) and to easily
    connect several platforms together. We will try to provide soon
@@ -55,6 +55,11 @@ SimGrid (3.5) unstable; urgency=low
    models. This problem was only visible with SIMDAG and you should
    thus disregard results produced with earlier versions if you
    relied on this feature (some tasks were blocked because of this).
+ * Fix a bunch of stuff that prevented to use classical models with SIMDAG
+   even though your applications were doing only point-to-point
+   communications and sequential computations. Now you can really use any
+   model you want (of course, if you create real parallel tasks, which are
+   not implemented in most models beside ptaskL07, this will abort).
  * Change the way a task is considered as ready. Instead of removing
    dependencies when a task is done, a counter is decreased. This way,
    it is always possible to reach ancestors thanks to the
@@ -98,6 +103,7 @@ SimGrid (3.5) unstable; urgency=low
  * Introduce a 'make dist' target compiling a *source* archive
    'make package' compiles a binary archive (not well tested)
  * Compile java files only on need
+ * Add --cd and --setenv command line options to tesh
 
  Tracing:
  * Tracing system