3 initial_load [neighbors...]
6 - two channels per host: control and data
10 while (there is something to do) {
13 compute load balancing;
14 send tasks to neighbors;
18 - definition of load on heterogeneous hosts?
19 - how to detect convergence?
20 : No need to detect convergence. Computation stops when there
23 - how to manage link failures?