Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release 3.3.4
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Dec 2009 18:12:17 +0000 (18:12 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 24 Dec 2009 18:12:17 +0000 (18:12 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6996 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog
NEWS
configure.ac

index eba13d8..64183aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-SimGrid (3.3.4) unstable; urgency=low
+SimGrid (3.3.4) stable; urgency=low
 
 
- The "Desktop Grid needs love too" release.
+ The "Desktop Grid needs love too" release (also called Xmas release).
 
  Models improvements:
  * Major speedup in the maxmin system solving by using lazy evaluation
 
  Models improvements:
  * Major speedup in the maxmin system solving by using lazy evaluation
@@ -127,7 +127,21 @@ SimGrid (3.3.4) unstable; urgency=low
  * Fix a vicious bug in dictionaries inducing that some elements were
    not freed on xbt_dict_free()
 
  * Fix a vicious bug in dictionaries inducing that some elements were
    not freed on xbt_dict_free()
 
- -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr> 
+ Portability report of this version:
+  * Main portability targets:
+    - linux (ubuntu (804/810/910) /debian (4/5/testing) /fedora (core11)) 
+      on (amd64/i386/ia64)
+    - mac leopard on i386
+    Known problems: http://cdash.inria.fr/CDash/index.php?project=Simgrid
+     but nothing critical.
+  * Other platforms: windows, AIX and others were not tested for this release
+  
+ Timing report of this version:
+  * Lazy evaluation brings arbitrary speedup (ie, speedup depending on
+    scenario parameters). From 8h to a few seconds in desktop grid settings.
+  * Supernovae brings about 25% speedup on i386.
+
+ -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr> Thu, 24 Dec 2009 19:07:39 +0100
 
 SimGrid (3.3.3) stable; urgency=low
 
 
 SimGrid (3.3.3) stable; urgency=low
 
diff --git a/NEWS b/NEWS
index ca0ed79..cdbbd6b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+                    _               _____  _____ _  _   
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |  
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_ 
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__   _|
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_) |_|  
+                                           
+The "Need for Speed" release (also called "Xmas release").
+Most important changes:
+ * Big speedup through lazy evaluation of the linear models
+ * Supernovae mode: Compile everything in one unit to improve inlining
+ * Simix network module for internal cleanups
+ * Load DAX of applications into SimDag
+ * Lot of small cleanups and other bug fixes
+                    _               _____  _____  _____ 
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ / 
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   |_ \ 
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | ___) |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)____/ 
+                                                        
+The "Need for Speed" release.
+Big speedup through some function inlining.
+
                     _               _____  _____  ____  
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \ 
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
                     _               _____  _____  ____  
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \ 
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
index e5116cb..a3b0022 100644 (file)
@@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence.
 ##
 
 AC_PREREQ(2.59)
 ##
 
 AC_PREREQ(2.59)
-AC_INIT([simgrid],[3.3.4-svn],[simgrid-devel@lists.gforge.inria.fr])
+AC_INIT([simgrid],[3.3.4],[simgrid-devel@lists.gforge.inria.fr])
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules
 AC_CONFIG_SRCDIR([include/gras.h])
 AC_CONFIG_HEADERS([src/gras_config.h])
 # A CI_PREREQ(2003.01.16) # We need a recent ACI when having sub-modules