From 710cda1670b34cba909612c80f37549a3ede6724 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 19 Sep 2011 16:56:40 +0200 Subject: [PATCH] Move item from TODO to CHANGES. Also reindent CHANGES. --- CHANGES | 6 +++++- TODO | 4 ---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index a19b25e..7c7998f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ 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. diff --git a/TODO b/TODO index 42ea439..93df78f 100644 --- 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. -- 2.39.5