From: alegrand Date: Fri, 26 Nov 2010 15:40:35 +0000 (+0000) Subject: update X-Git-Tag: v3_5~149 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0a1b729e59f00341b19848e8d3afe0a5de6307d6 update git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8681 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 8a1b9f8b7a..835e0f7aca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,6 +55,11 @@ SimGrid (3.5) unstable; urgency=low models. This problem was only visible with SIMDAG and you should thus disregard results produced with earlier versions if you relied on this feature (some tasks were blocked because of this). + * Fix a bunch of stuff that prevented to use classical models with SIMDAG + even though your applications were doing only point-to-point + communications and sequential computations. Now you can really use any + model you want (of course, if you create real parallel tasks, which are + not implemented in most models beside ptaskL07, this will abort). * 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