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

Private GIT Repository
a337bc4fc53de1c99b51bc28917889a8ab86adf4
[loba.git] / TODO
1 * Change simulator to use discrete tasks.
2    Each task must then be iterated a minimum of times.
3    At least two strategies to balance the tasks:
4     (i) send the tasks that have the most count of iterations;
5    (ii) send the tasks that have the least count of iterations.
6
7 * Remove usage of opt::option_x in loba_besteffort.cpp and loba_2besteffort.cpp
8    Use -k instead (done).  Remove hack marked "FIXME" in opt::parse_args().
9
10 * Support heterogeneous platforms?
11    Not sure yet.
12    Should be doable if each process also sends its speed to its neighbors.
13
14 * Add options -j/-J: minimum number of iterations?
15
16 * Add options -f/-F: termination based on flops achieved?
17
18 * Choose a license before making the code public.
19    CeCILL-B?
20
21 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
22    Not urgent.
23
24 * Add synchronized mode?
25    No.
26
27 * Add a variant to (not) change neighbor load information at send?
28    No.