Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revisit lazy_remaining_update that was completely broken.
authornavarro <navarro@caraja.(none)>
Thu, 3 May 2012 17:14:53 +0000 (19:14 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 3 May 2012 17:16:21 +0000 (19:16 +0200)
commite40d6a00466192d5337c519d86ac4c8bebb905e6
treeb306dffd4f81c0019a6be815ea92808c18891a7f
parent8eece7b129709e79f87d945138a01ba44179c42b
Revisit lazy_remaining_update that was completely broken.
Unfortunately, this requires to save the previous variable value
since we know when an action requires a remaining_update only
after having thrashed the variable value with lmm_solve. Hence,
function call order is completely changed but now, we only
update needed variables whereas before almost all variables got
updated everytime.
src/include/surf/surf.h
src/surf/cpu_cas01.c