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

Private GIT Repository
TODO update.
[loba.git] / TODO
1 * In run-all:
2   - Fix compression of output files (make it optional?).
3   - Use more legible names for generated files.
4     Current problems are:
5     . file names are too long.
6     . MORE_ARGS do not appear in file name.
7     Why not simply using file names "plain.out", and "bookkeeping.out"?
8
9 * Support heterogeneous platforms?
10    Not sure yet.
11    Should be doable if each process also sends its speed to its neighbors.
12
13 * Add options -j/-J: minimum number of iterations?
14
15 * Add options -f/-F: termination based on flops achieved?
16
17 * Reindent source code.
18    Mainly loba_{bulk,lln}.cpp.
19
20 * Choose a license before making the code public.
21    CeCILL-B?
22
23 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
24    Not urgent.
25
26 * Add synchronized mode?
27    No.
28
29 * Add a variant to (not) change neighbor load information at send?
30    No.