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

Private GIT Repository
50395d15266171ac72c1adbc2780e4b5dabbddb7
[loba.git] / TODO
1 * Create git repo for papers.
2    Done.
3
4 * Implement algorithm discussed on Feb. 23 with R.C.
5
6 * Implement makhoul2 algorithm?
7    See source code for omnet++.
8
9 * Implement some random initial distribution of load
10    Options -r seed, -R [algo ?]
11
12 * Terminate smoothly on ctrl+c.
13
14 * Support heterogeneous platforms?
15    Not sure yet.
16    Should be doable if each process also sends its speed to its neighbors.
17
18 * Add options -j/-J : minimum number of iterations?
19
20 * Add options -f/-F : termination based on flops achieved?
21
22 * Choose a license before making the code public.
23    CeCILL-B?
24
25 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
26    Not urgent.
27
28 * Add synchronized mode?
29    No.
30
31 * Add a variant to (not) change neighbor load information at send?
32    No.