Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the "amount" field leads to weird behaviors when dealing with parallel
authorFrederic Suter <suter@youpi.(none)>
Tue, 22 May 2012 08:38:08 +0000 (10:38 +0200)
committerFrederic Suter <suter@youpi.(none)>
Tue, 22 May 2012 08:38:08 +0000 (10:38 +0200)
commit2c452a3556b4a429539f3f26ff736a79d35f17ea
tree00ef196da12e3a3b598d4b6c04aa734e01b32d30
parent196bcabf3c533a02f12b43f040f8fb5cb1e43235
the "amount" field leads to weird behaviors when dealing with parallel
tasks. At SURF level, only computation_amount and communication_amount
should be used. Get rid off amount in *execute_parallel_task functions.
Use 1 when creating the surf action.
src/include/surf/surf.h
src/simix/smx_host.c
src/surf/workstation.c
src/surf/workstation_ptask_L07.c