From 97dd790d2875867c6370ad0e46b77d2e9398a2cf Mon Sep 17 00:00:00 2001 From: suter Date: Wed, 1 Dec 2010 14:48:32 +0000 Subject: [PATCH 1/1] add some stuff on simdag git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8809 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c766cae842..313338c578 100644 --- 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) -- 2.20.1