Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document my last changes too
authorthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jul 2006 10:01:06 +0000 (10:01 +0000)
committerthiery <thiery@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jul 2006 10:01:06 +0000 (10:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2654 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 0619cec..d78bc6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,14 @@ SimGrid (3.1.1) unstable; urgency=low
        into messages. In the meanwhile, you can check the examples which are
        still here.
 
+  SIMDAG:
+  * A sequential mode has been added to the workstations. When a workstation
+    is in sequential mode, it can execute only one task, and the other tasks
+    are waiting in a FIFO. [Christophe Thiery]
+
+  SURF:
+  * The KCCFLN05 workstation model now handles parallel tasks. It is the
+    model for SIMDAG. [Christophe Thiery]
  --
 
 SimGrid (3.1) unstable; urgency=low
@@ -32,7 +40,7 @@ SimGrid (3.1) unstable; urgency=low
     module that enabled to play with Directed Acyclic Graphs. It is built
     directly on top of SURF and provides an API rather close to the old
     SG. Some old codes using SG are currently under rewrite to check that
-    all needful functions are provided.   [Christophe Thiery]  
+    all needful functions are provided. [Christophe Thiery]
        
   SURF:
   * Complete rewrite of the KCCFLN05 workstation model. It is now an