Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document the arrival of SIMIX
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 13:07:50 +0000 (13:07 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 2 Jul 2007 13:07:50 +0000 (13:07 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3631 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 691baa2..cdec396 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 SimGrid (3.3-cvs) unstable; urgency=low
 
 SimGrid (3.3-cvs) unstable; urgency=low
 
+ Introduce the SIMIX module: factorize code between MSG and GRAS.
+   Until now, GRAS were using MSG as an interface to SURF. It was
+   quite difficult because both interface have several differences
+   (MSG channels vs GRAS sockets were the most notable point).
+   This also opens the gate to SMPI, which should occur soon.
+   
+ DO NOT MIX 3.2 RESULTS WITH 3.3 ONES: Simix may changes simulations
+   The point is that events occuring at the exact same timestamp are
+   not scheduled in the same order with the old and new version. This
+   may be enough to completely change the execution of simulations.
+   Sorry for the inconvenience.
+
  OVERALL CHANGES:
   * Make the backtrace of exceptions more human readable [Mt]
 
  OVERALL CHANGES:
   * Make the backtrace of exceptions more human readable [Mt]