X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/77bcf534026fbf87503bb7d796c95e67030ef938..9348d3741280cb28ba0bfecc42071d1243b0756b:/NEWS diff --git a/NEWS b/NEWS index 2978fe7507..dea8725acb 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,45 @@ -__ _____ _ __ ___(_) ___ _ __ |___ /| || | -\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| || |_ - \ V / __/ | \__ \ | (_) | | | | ___) |__ _| - \_/ \___|_| |___/_|\___/|_| |_| |____(_) |_| + + _ _____ _____ +__ _____ _ __ ___(_) ___ _ __ |___ /|___ | +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / / + \ V / __/ | \__ \ | (_) | | | | ___) | / / + \_/ \___|_| |___/_|\___/|_| |_| |____(_)_/ + + +(still to be done) + + _ _____ __ +__ _____ _ __ ___(_) ___ _ __ |___ / / /_ +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \| '_ \ + \ V / __/ | \__ \ | (_) | | | | ___) | (_) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)___/ + + +The "OMG! They Killed Kenny!" version. Major changes: + + * Java and Ruby bindings were removed from the main archive + - They are now distributed separately + * GRAS is not considered as stable anymore, but experimental. Sorry. + * First support for parallel simulation: + - Can run the user code of any simulation in parallel. + - Basic support for multi-cores hosts in platform files + * Improved P2P support: + - Peer tag in platform files for DSL connected nodes + - Vivaldi routing scheme for lightweigted yet accurate models + * Improved SMPI: Faster Fortran, automatic privatization of C globals + * Tracing: trace contains the full platform hierarchy + exactly as declared using the ASes of the platform file + +Plus numerous other goodies (check the ChangeLog for details) + + _ _____ ____ +__ _____ _ __ ___(_) ___ _ __ |___ / | ___| +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |___ \ + \ V / __/ | \__ \ | (_) | | | | ___) | ___) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ The "Winter in Frejus" release. Also known as "ANR/ADT funding helps" -(major changes): +Major changes are: * New feature: Model check any simgrid simulation * SMPI: now considered stable