From: mquinson Date: Wed, 19 Aug 2009 15:14:55 +0000 (+0000) Subject: Release 3.3.2 X-Git-Tag: SVN~1068 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/30d974c465aad01f80c4d5c41576456717b7c145 Release 3.3.2 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6607 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 8f12323a69..339a03464c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -SimGrid (3.3.2-svn) unstable; urgency=low +SimGrid (3.3.2) stable; urgency=low The "Simplicity does not preceed complexity, but follows it" release. @@ -88,8 +88,39 @@ SimGrid (3.3.2-svn) unstable; urgency=low * Add xbt_str_from_file(FILE*) * Add xbt_dict_get_key achieving a linear reverse search * Remove the context module - - -- Da SimGrid team + + Portability report of this version: + * Main portability targets: + - Linux(debian)/x86/context + - Linux(debian)/x86/pthreads + - Linux(debian)/amd64/context + - Linux(debian)/amd64/pthreads + On these, we still have the eratic breakages of gras/pmm and + amok/saturate_sg reported in previous version. We still think + that the tests are the cause of the fault, not the tested code. + + - Mac OSX Leopard/x86/context + Still false negative in tesh autotesting. + Smpi still fails, but this time because readlink does not accept -f + Everything seems to work properly beside of that. + + * Exotic platforms: + - AIX version 5.3 (only tested contexts this time) + Smpi still fails there because mktemp is not installed. + Everything seems to work properly beside of that. + - OpenSolaris 11 + I managed to compile it for the first time, but several breakages. + Won't delay the release for this exotic platform. + + * Windows: it's still lagging behind. If you want to help, please + stand up. + + Timing report of this version: + This version seem to be more than 5% faster than 3.3.1 (on linux + 64bits with contextes). The gain is less than expected, we are + investigating this for next release. + + -- Da SimGrid team Wed, 19 Aug 2009 17:07:12 +0200 SimGrid (3.3.1) stable; urgency=low diff --git a/NEWS b/NEWS index 26fd870eac..ca0ed79e33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ + _ _____ _____ ____ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ / |___ \ +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) | + \ V / __/ | \__ \ | (_) | | | | ___) | ___) | / __/ + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____(_)_____| + +The "Simplicity does not preceed complexity, but follows it" release. +Most important changes: + * surf and simix modules reworked for simplification. + It lays the ground for future extensions and improvements of SimGrid + * SMPI was further improved, altrough not ready for production use yet. + +On the way, we gained a bit more than 5% on the classical master/slave +example. More to come on this in future releases. _ _____ _____ _ __ _____ _ __ ___(_) ___ _ __ |___ / |___ / / | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ | | diff --git a/configure.ac b/configure.ac index 6a9de1b397..953f769912 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.2-svn],[simgrid-devel@lists.gforge.inria.fr]) +AC_INIT([simgrid],[3.3.2],[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