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.
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().
10 * Support heterogeneous platforms?
12 Should be doable if each process also sends its speed to its neighbors.
14 * Add options -j/-J: minimum number of iterations?
16 * Add options -f/-F: termination based on flops achieved?
18 * Choose a license before making the code public.
21 * Translate french parts in english (README, QUESTIONS, ALGORITHMS, ...)
24 * Add synchronized mode?
27 * Add a variant to (not) change neighbor load information at send?