Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add some stuff on simdag
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 14:48:32 +0000 (14:48 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 1 Dec 2010 14:48:32 +0000 (14:48 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8809 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index c766cae..313338c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,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)