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

Private GIT Repository
Document changes for upcoming v0.2.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 1 Mar 2012 13:25:06 +0000 (14:25 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 1 Mar 2012 13:27:40 +0000 (14:27 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 7c7998f2de293fe4841f60cc8a1b1a26434eadba..e9a34e87af6a82ab6a559a3ca754dba2db32acce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,12 @@
-v0.2 --
+v0.2 -- Thu, 01 Mar 2012 14:10:17 +0100
 
- * Try to optimize communications when bookkeeping: add a 'credit'
-   counter for each neighbor, and do not send more real_load than
-   (debt - credit).
+ * Timings are now cmputed with clock_gettime.
+ * Add ability to exit on detection of global convergence (-g).
+ * Protect shared variables for parallel executions.
+   Warning: parallel executions may give different results.
+ * More statistics are computed.
+ * Some new parameters (-k, -%, -E, ...)
+ * See git log for more details.
 
 v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200