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

Private GIT Repository
Update .gitignore.
[loba.git] / TODO
1 * implement loba_* algorithms (start with some trivial one)
2 * add loba algorithm selection (-a number ?)
3
4 * fix process::run when load is 0
5    -> wait for a message...
6    -> how does it work with opt::bookkeeping ???
7
8 * implement automatic process topology 
9    (line, ring, star, btree, clique, hypercube, etc..)
10
11    use MSG_process_create_with_arguments
12         name            function name (is duped...)
13         code            use MSG_get_registered_function
14         data            NULL
15         argc
16         argv            argv[0] = process_name
17