Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
list bug fixed in SD_simulate
authorsuter <frederic.suter@cc.in2p3.fr>
Fri, 12 Oct 2012 23:01:17 +0000 (01:01 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Fri, 12 Oct 2012 23:01:17 +0000 (01:01 +0200)
ChangeLog

index de39bdf..393ab80 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:
    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
  * 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