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

Private GIT Repository
Document what should be done in test branch.
[loba.git] / TODO
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).
4
5 * Support heterogeneous platforms?
6    Not sure yet.
7    Should be doable if each process also sends its speed to its neighbors.
8
9 * Add options -j/-J: minimum number of iterations?
10
11 * Add options -f/-F: termination based on flops achieved?
12
13 * Choose a license before making the code public.
14    CeCILL-B?
15
16 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
17    Not urgent.
18
19 * Add synchronized mode?
20    No.
21
22 * Add a variant to (not) change neighbor load information at send?
23    No.