Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change the way a task is considered as ready
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Jun 2010 13:55:15 +0000 (13:55 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 11 Jun 2010 13:55:15 +0000 (13:55 +0000)
commitc1abdea9591074ab5d98dad8fbf551f9e6710036
treee307b8a91364f4576a0e5e80b6747be6608114aa
parentbc2e7a94a3b5b5c653a03795617960f40f77026a
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.

Change the level of some logs in sd_global from INFO to VERB

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7835 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/simdag/private.h
src/simdag/sd_global.c
src/simdag/sd_task.c