From 5a4a8663668a3af89fe7c4026d08f3e0fb144f05 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Tue, 25 Jan 2011 13:29:26 +0100
Subject: [PATCH] Add BUGS and review TODO.

---
 BUGS |  3 +++
 TODO | 11 +++--------
 2 files changed, 6 insertions(+), 8 deletions(-)
 create mode 100644 BUGS

diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..ff54efc
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,3 @@
+./loba cluster1000.xml -N64 -L100 -i100 -a fair -T hcube
+=> leads to deadlock (with stable)
+
diff --git a/TODO b/TODO
index 42ec277..dd423e2 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,13 @@
-* BUG
-  ./loba cluster1000.xml -N64 -L100 -i100 -a fair -T hcube
-  leads to deadlock
-
 * review receive with timeout.
 
 * verify bookkeeping version.
 
 * add several metrics
-  - flops (total, avg, stddev)
-  - message exchanges (number, volume)
+  - message exchanges : number/volume of sent/received data/ctrl messages
 
-* add options -j/-J : minimum number of iterations ?
+* add options -j/-J : minimum number of iterations?
 
-* add a variant to (not) change neighbor load information at send.
+* add a variant to (not) change neighbor load information at send?
 
 * implement loba_* algorithms (start with some trivial one)
 
-- 
2.39.5