X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1b6d36b7082f7cc657eb2473d1ac27d250954688..a3a6c254f62ce8d325312a8c12367856acad5a29:/ChangeLog diff --git a/ChangeLog b/ChangeLog index de39bdf1d3..a93902a2a6 100644 --- 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().