X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d16106918532e9d25163cd0271c8cb6fd1f5e64..9348d3741280cb28ba0bfecc42071d1243b0756b:/NEWS diff --git a/NEWS b/NEWS index ecb4a677b0..dea8725acb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ + + _ _____ _____ +__ _____ _ __ ___(_) ___ _ __ |___ /|___ | +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ / / + \ 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) + _ _____ ____ __ _____ _ __ ___(_) ___ _ __ |___ / | ___| \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |___ \ @@ -5,7 +39,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / | ___| \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ 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