]> AND Private Git Repository - loba.git/blob - NOTES
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add extract.pl.
[loba.git] / NOTES
1 Process parameters:
2
3     initial_load [neighbors...]
4
5 Communications:
6      - two channels per host: control and data
7
8 Process model
9
10      while (there is something to do) {
11         compute some task;
12         get received tasks;
13         compute load balancing;
14         send tasks to neighbors;
15      }
16
17     * Open Questions :
18      - definition of load on heterogeneous hosts?
19      - how to detect convergence?
20        : No need to detect convergence.  Computation stops when there
21          nothing more to do.
22
23      - how to manage link failures?