Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document addition of new simdag dot loader
authorsuter <frederic.suter@cc.in2p3.fr>
Thu, 17 Jan 2013 16:01:22 +0000 (17:01 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Thu, 17 Jan 2013 16:01:22 +0000 (17:01 +0100)
ChangeLog

index 65d338f..9073179 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,8 +25,11 @@ SimGrid (3.9) NOT RELEASED; urgency=low
  * Much more extensive test suite, from MPICH
 
 SIMDAG:
  * 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 
  * 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()
 
  MSG:
  * New function: MSG_process_get_number()