X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3904c967da0a8ca90dfc1bc602ede0045689e99f..0b720001b36cdb467aacc4a6ec7508226c8d2db6:/ChangeLog 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()