Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Major bug fix in SURF.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 05:39:50 +0000 (05:39 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Feb 2005 05:39:50 +0000 (05:39 +0000)
commit899a3b2de973f018bd96d419212ee4cdb2860b85
treefdfe38d89d865406ed0ad9fb956155c21c3f1126
parent50ffa5ce8e4e6da54f7047c0921c460e2bf1c104
Major bug fix in SURF.

In MSG, tasks that were transfered multiple times or whose state was changed did leave some variables in the linear system. Those variables were removed only when the corresponding tasks was destroyed. So sometimes, the result was correct (as in the comparison with masterslave3 of the old MSG).

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@847 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/surf/cpu.c
src/surf/network.c
src/surf/workstation.c
src/surf/workstation_KCCFLN05.c