Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some stuff on simdag
[simgrid.git] / ChangeLog
index 2356ccb..313338c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,5 @@
 SimGrid (3.5) unstable; urgency=low
 
- Checked up to svn r8722 (Mt)
-
  MSG
  * Asynchronous communications through the functions:
    MSG_task_isend/irecv and MSG_comm_test/wait/waitall
@@ -93,10 +91,14 @@ SimGrid (3.5) unstable; urgency=low
  * new function SD_dotload(char*) to load a DAG described in dot
    format. This loader and the corresponding examples require the
    installation of the graphviz library.
- * new function SD_workstation_get_current_task()
+ * new function SD_workstation_get_current_task() that returns the kind
+   of task currently running on a workstation in the sequential access 
+   mode.
  * Task rate should be -1 by default
    Using 0 as before caused TCP_gamma bound to be ignored.
    This change modifies (fixes) almost every simdag timings.
+ * Raise some warnings when unexecuted remains at the end of the
+   simulation. This is usually caused by cycles in the DAG. 
 
  XBT
  * New data container: setset (set of sets of elements)
@@ -142,6 +144,7 @@ SimGrid (3.5) unstable; urgency=low
  * Port to windows
  * Out of source builds are not fully supported yet, but we are close
  * Enable supernovae and optimization flags by default for our users
+ * Cmake is now stable enough so that we killed the autotools
 
  Platforms: Add some more examples in examples/platforms
  * Grid'5000: see www.grid5000.fr