From 4d9d99bb99987176c71b0e42be1c0d3f132e39d4 Mon Sep 17 00:00:00 2001 From: suter Date: Fri, 11 Jun 2010 13:59:49 +0000 Subject: [PATCH] Don't forget to update the changlog git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7838 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a9233eec6..3d8e8aead0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,7 +37,13 @@ SimGrid (3.4.1) stable; urgency=low SimDag * Warn the user about loop dependencies in data flow of DAX files * Obey the control-flow dependencies of DAX files - + * Change the way a task is considered as ready. Instead of removing + dependencies when a task is done, a counter is decreased. This way, + it is always possible to reach ancestors thanks to the + SD_taks_get_parents function (even after the end of the simulation.) + * Change the level of some logs in sd_global from INFO to VERB. The + corresponding tests are now less verbose + Cmake * Add option "enable_smpi" allowing to not compile SMPI. Probably useful for the (Mac) users experiencing a build error here -- 2.20.1