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

Private GIT Repository
Move item from TODO to CHANGES.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 19 Sep 2011 14:56:40 +0000 (16:56 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 19 Sep 2011 14:56:40 +0000 (16:56 +0200)
Also reindent CHANGES.

CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index a19b25e1cff57a2b32db753ea9431c8df611773f..7c7998f2de293fe4841f60cc8a1b1a26434eadba 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 v0.2 --
 
 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
 
 v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
 
       * Initial working release.
+ * Initial working release.
diff --git a/TODO b/TODO
index 42ea439d43855a2623ecdabc2d964f3d90f6289c..93df78fae1d2eaec226be3f57389ebd8dd2f8e32 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-* 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.
 * Support heterogeneous platforms?
    Not sure yet.
    Should be doable if each process also sends its speed to its neighbors.