v0.2 --
+ * Try to optimize communications when bookkeeping: add a 'credit'
+ counter for each neighbor, and do not send more real_load than
+ (debt - credit).
+
v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
- * Initial working release.
+ * Initial working release.
-* Try to optimize communications when bookkeeping.
- Add a 'credit' counter for each neighbor.
- Do not send more real_load than (debt - credit).
-
* Support heterogeneous platforms?
Not sure yet.
Should be doable if each process also sends its speed to its neighbors.