1 * Try to optimize communications when bookkeeping.
2 Add a 'credit' counter for each neighbor.
3 Do not send more real_load than (debt - credit).
5 * Support heterogeneous platforms?
7 Should be doable if each process also sends its speed to its neighbors.
9 * Add options -j/-J: minimum number of iterations?
11 * Add options -f/-F: termination based on flops achieved?
13 * Choose a license before making the code public.
16 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
19 * Add synchronized mode?
22 * Add a variant to (not) change neighbor load information at send?