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

Private GIT Repository
Remove usage of std::bind.
[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 * Support heterogeneous platforms?
8    Not sure yet.
9    Should be doable if each process also sends its speed to its neighbors.
10
11 * Add options -j/-J: minimum number of iterations?
12
13 * Add options -f/-F: termination based on flops achieved?
14
15 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
16    Not urgent.
17
18 * Add synchronized mode?
19    No.
20
21 * Add a variant to (not) change neighbor load information at send?
22    No.