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

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