Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
display offsets in hexa (counting in decimal sometimes difficult)
[simgrid.git] / ChangeLog
index de39bdf..a93902a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,9 @@ SimGrid (3.8) NOT RELEASED; urgency=low
    the public interface anymore (bindings should be updated).
 
  SimDag:
+ * Bug fix for when SD_Simulate is called with a positive value: be careful 
+   when comparing doubles. Sometimes they are different for non significant 
+   digits only. 
  * New types of typed tasks. SD_TASK_COMP_PAR_AMDAHL represents a
    parallel task whose initial work is distributed among host according
    to the Amdahl's law. Such tasks are created with a parameter alpha
@@ -73,6 +76,10 @@ SimGrid (3.8) NOT RELEASED; urgency=low
  * Implement the exchange of non-contiguous data.
    [Khalid Hasanov & Jean-Noel Quintin] Thanks for the patch, guys.
 
+ SimGrid:
+ * Export a sg_cmdline dynar containing all the arguments we got from
+   the command line.
+
  XBT:
  * Functions xbt_dict_hash() and xbt_dict_hash_ext() are made public,
    and renamed to xbt_str_hash() and xbt_str_hash_ext().