Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mention the SD_task_set_rate function
[simgrid.git] / ChangeLog
index ed67e8b..579b0d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,7 +50,13 @@ 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().