From: mquinson Date: Thu, 24 Dec 2009 18:12:17 +0000 (+0000) Subject: Release 3.3.4 X-Git-Tag: SVN~730 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2bdc3ca9addaae9c9d348d3cc8171f2d4694a1d0 Release 3.3.4 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6996 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index eba13d80fc..64183aa77c 100644 --- 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 @@ -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() - -- Da SimGrid team + 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 Thu, 24 Dec 2009 19:07:39 +0100 SimGrid (3.3.3) stable; urgency=low diff --git a/NEWS b/NEWS index ca0ed79e33..cdbbd6ba2e 100644 --- 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. + _ _____ _____ ____ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / |___ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) | diff --git a/configure.ac b/configure.ac index e5116cb9ff..a3b0022d17 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl GNU LGPL (v2.1) licence. ## 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