From b7d15f971798dc36cae930c545b760a8cfec8f78 Mon Sep 17 00:00:00 2001 From: suter Date: Thu, 17 Jan 2013 17:01:22 +0100 Subject: [PATCH] document addition of new simdag dot loader --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 65d338f499..9073179553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,8 +25,11 @@ SimGrid (3.9) NOT RELEASED; urgency=low * Much more extensive test suite, from MPICH SIMDAG: + * Add a new loader (SD_PTG_dotload) that creates a parallel task graph + (i.e., a DAG whose nodes are parallel tasks) from a dot file. Creates a dynar + of SD_TASK_COMP_PAR_AMDAHL and SD_TASK_COMM_MXN_1D_BLOCK tasks. * Bug fix: let task be scheduled when the last dependency to be solved is a - control dependency + control dependency. MSG: * New function: MSG_process_get_number() -- 2.20.1