From e2a302e032194770731e6393c4f9ac6a64eed7d8 Mon Sep 17 00:00:00 2001 From: suter Date: Wed, 26 Sep 2012 17:21:43 +0200 Subject: [PATCH] mention last commits --- ChangeLog | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ccbce5f43..fa21ecf45c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -55,8 +55,17 @@ SimGrid (3.8) NOT RELEASED; urgency=low bandwidth on the route onto which the task is scheduled and the amount of data to transfer. To divide the nominal bandwidth by 2, the rate then has to be : - rate = bandwidth/(2*amount) - + rate = bandwidth/(2*amount) + * Compute tasks that have failed can now be rescheduled and executed again + (from their beginning) + * Increasing source code coverage (src/simdag is now covered at 91.5% + on average) + + SMPI: + * Re-implement time-independent trace replay using SMPI (at the + smpi_smp_* level) instead of MSG. This should replace + examples/msg/actions/actions.c + XBT: * Functions xbt_dict_hash() and xbt_dict_hash_ext() are made public, and renamed to xbt_str_hash() and xbt_str_hash_ext(). -- 2.20.1