X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2fc7fc198804b52da76e8a02f0e6c7da44e7e78d..784572a76e39c6c96db202387abe118658465d73:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ed67e8b1d0..3ccbce5f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -50,10 +50,17 @@ SimGrid (3.8) NOT RELEASED; urgency=low communication_amount structures is now done seamlessly thanks to the chosen assumptions. * New function SD_workstation_dump to display various information - + * New function SD_task_set_rate to throttle the bandwidth allowed to be used + by a SD_TASK_COMM_E2E typed task. This rate depends on both the nominal + 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) + XBT: * Functions xbt_dict_hash() and xbt_dict_hash_ext() are made public, and renamed to xbt_str_hash() and xbt_str_hash_ext(). + * New function: xbt_os_timer_resume() to restart a timer w/o resetting it. -- $date Da SimGrid team