Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Post-release NEWS improvement
[simgrid.git] / NEWS
1                     _               _____  ____  ___
2 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
3 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) / _ \
4  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ (_) |
5   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____\___/
6                July 14. 2021
7
8 The Victoriadagarna Release (birthday of Crown Princess Victoria)
9   
10   * Programmatic platform description (only C++ for now).
11   * New plugin to simplify producer/consumer applications.
12   * MC: new tutorial and associated docker image.
13   * SMPI: improve error handling for incorrect advanced usages.
14   * Many internal cleanups and refactoring to prepare the future.
15                     _               _____  ____ _____
16 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \___  |
17 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | / /
18  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ / /
19   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____/_/
20                March 29. 2021
21
22 The Ragnar Release (anniversary of the siege of Paris by Vikings in 845)
23
24   * SMPI: can now report leaks and hint about the mallocs and kernels hindering simulation scalability
25   * Doc: Several new sections in the user manual, and start documenting the internals.
26   * S4U: Direct comms from host to host, without mailboxes.
27   * Many internal cleanups and refactoring to prepare the future.
28
29                     _               _____  ____   __
30 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / /_
31 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | '_ \
32  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/| (_) |
33   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|\___/
34                December 15. 2020
35
36 The Release release (the French lockdown was eased).
37
38  * SMPI: improved support of the proxy apps (including those using petsc)
39  * WiFi: easier description in XML; energy plugin; more examples.
40  * ns-3: Many bug fixes, can use the wifi models too.
41  * (+ many bug fixes, documentation improvement and internal refactoring)
42
43                     _               _____  ____  ____
44 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \| ___|
45 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) |___ \
46  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ ___) |
47   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
48                February 2. 2020 (02 02 2020)
49
50 The Palindrom Day Release.
51
52  * Improve the Python usability (stability and documentation).
53  * Further deprecate MSG: you now have to pass -Denable-MSG=ON to cmake.
54  * SimDAG++: Automatic dependencies on S4U activities (experimental).
55  * (+ many bug fixes and internal refactoring)
56
57                     _               _____  ____  _  _
58 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \| || |
59 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | || |_
60  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/|__   _|
61   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|  |_|
62                October 9. 2019
63
64 The Clean Disk Release.
65
66  * Introduce an experimental Wifi network model.
67  * Introduce <disk> (cleaner logic than <storage>).
68  * SMPI: Implement Errhandlers and some more MPI3.1 calls.
69  * (+ many bug fixes and internal refactorings)
70
71                     _               _____  ____  _____
72 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ /
73 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | |_ \
74  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ ___) |
75   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
76                June 25. 2019
77
78 The Exotic Solstice Release.
79
80  * Support for Solaris and Haiku OSes. Just for fun :)
81  * SMPI: more of MPI3.1; some MPI/IO and async collectives.
82  * Python bindings can now be installed from pip.
83  * (+ a whole load of bug fixes and internal refactorings)
84
85                     _               _____  ____  ____
86 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ \
87 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | __) |
88  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ / __/
89   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|_____|
90                April 1. 2019
91
92 The Easter Christmas Release (this one is somewhat late).
93
94  * Introducing the Python bindings (still beta)
95  * Doc: SMPI tutorial and platform description ported to RTD
96  * Many internal cleanups leading to some user-level speedups
97  * (+ the classical bug fixes and internal refactorings)
98
99                     _               _____  ____  _
100 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \/ |
101 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | |
102  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/| |
103   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|_|
104                October 3. 2018
105
106 The Restarting Documentation (TRD) release.
107
108  * Start to overhaul the documentation, and move to Sphinx + RTD.
109  * Allow dynamic replay of MPI apps, controlled by S4U actors
110  * Rewrite the support for auto-restarted actors (was utterly broken)
111  * (+ the classical bug fixes and doc improvement)
112
113                     _               _____  ____   ___
114 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / _ \
115 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | | | |
116  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/| |_| |
117   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|\___/
118                June 24. 2018
119
120 The proxy snake_case() release.
121
122  * Sanitize the public API. Compatibility wrappers in place for one year.
123  * More CI: ~45 Proxy Apps + BigDFT + StarPU now tested nightly
124  * MPI: Port the trace replay engine to C++, fix visualization
125  * (+ the classical bug fixes and doc improvement)
126
127                     _               _____  _  ___   _
128 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ _ \ / |
129 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | (_) || |
130  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |\__, || |
131   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  /_(_)_|
132                March 22 2018
133
134 The Fixed ABI release.
135
136  * Reduce the changes to the binary interface of MSG,
137    accidentally introduced by v3.19.
138
139                     _               _____  _  ___
140 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ _ \
141 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | (_) |
142  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |\__, |
143   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  /_/
144                March 20 2018
145
146 The Moscovitly-cold Spring release.
147
148  * SMPI: Allow to start new actors and ranks after simulation start.
149  * SMPI: Support ICC, better testing on classical proxy apps.
150  * Some kernel headers are now installed, allowing external plugins.
151  * (+ the classical bug fixes and doc improvement)
152
153                     _               _____  _  ___
154 __   _____ _ __ ___(_) ___  _ __   |___ / / |( _ )
155 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |/ _ \
156  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | (_) |
157   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
158                December 24 2017
159
160 The "Ho Ho Ho! SimGrid 4 beta is coming to town" release.
161   SimGrid 4 *may* be there by the next solstice.
162
163  * Convert almost all interesting MSG examples to S4U.
164  * New model: energy consumption due to the network.
165  * Major cleanups in the disk and storage subsystems.
166  * (+ further deprecate XBT, bug fixes and doc improvement)
167
168                     _               _____  _ _____
169 __   _____ _ __ ___(_) ___  _ __   |___ / / |___  |
170 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |  / /
171  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | / /
172   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|/_/
173                October 8 2017
174
175 The Drained Leaks release: (almost) no known leaks despite the tests.
176
177  * Many many internal cleanups (almost 700 commits since 3.16).
178  * The coverage of our tests is above 80%.
179  * All memleaks but one plugged; A dozen of bugs fixed.
180  * XBT: Further replace XBT with std::* constructs.
181
182                     _               _____  _  __
183 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ /_
184 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | '_ \
185  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | (_) |
186   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
187                June 22 2017
188
189 The Blooming Spring Release: developments are budding.
190
191  * S4U: Progress; Activity refcounting is now automatic.
192  * XML: <AS> can now be named <zone> as they should.
193  * SMPI: Further performance improvements; RMA support.
194  * Cloud: Multi-core VMs (do not overcommit them yet)
195  * (+ bug fixes, cleanups and documentation improvements)
196
197                     _               _____  _ ____
198 __   _____ _ __ ___(_) ___  _ __   |___ / / | ___|
199 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |___ \
200  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |___) |
201   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|____/
202                Mar 22 2017
203
204 The Spring Release: continuous integration servers become green.
205
206  * S4U: progress, integrating more parts of SimDag; New examples.
207  * SMPI: Support MPI 2.2; Convert internals to C++ (TBC).
208  * Java: Massive memleaks and performance issues fixed.
209  * (+ bug fixes, cleanups and documentation improvements)
210
211                     _               _____  _ _  _    _ ____  ___
212 __   _____ _ __ ___(_) ___  _ __   |___ / / | || |  / | ___|/ _ \
213 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | || |_ | |___ \ (_) |
214  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |__   _|| |___) \__, |
215   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  |_|(_)_|____/  /_/
216                Dec 28 2016
217
218 The Christmas Pi Release (better approximation).
219
220  * Fix various glitches in the previous release.
221
222                     _               _____  _ _  _
223 __   _____ _ __ ___(_) ___  _ __   |___ / / | || |
224 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | || |_
225  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |__   _|
226   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  |_|
227                Dec 24 2016
228
229 The Christmas Pi Release.
230
231  * Documentation reorganized and improved
232
233  * S4U interface further rising, toward SimGrid 4
234    - Routing code rewritten for readability
235    - Virtual Machines almost turned into a plugin
236    - MSG, SimDag, MPI interfaces mostly unchanged
237    
238  * The model-checker now works on FreeBSD too.
239
240                     _               _____  _ _____
241 __   _____ _ __ ___(_) ___  _ __   |___ / / |___ /
242 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | |_ \
243  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |___) |
244   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|____/
245                 Apr 27 2016
246
247 The Half Release, a.k.a. the Zealous Easter Trim.
248
249  * Half of the lines of code are gone.
250    - v3.12: 286k lines; v3.13: 142k lines (+ comments)
251    - Experimental untested unused "features" removed
252    - We rewrote several parts in C++ instead of C
253
254  * Introducing v4 of the XML platform format
255    - Many long-due cleanups (details in the Changelog)
256
257  * MSG examples fully reorganized (in C and Java)
258
259  * The S4U interface is rising, toward SimGrid 4
260    - All host manipulations now done in S4U
261    - SimDag was mostly rewritten on top of S4U
262    - MSG & SimDag interfaces mostly unchanged
263
264                     _               _____  _ ____
265 __   _____ _ __ ___(_) ___  _ __   |___ / / |___ \
266 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | __) |
267  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |/ __/
268   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|_____|
269                 Oct 12 2015
270
271 The Facelift Release. Major changes:
272
273  * Many interface glitches addressed, everywhere.
274    - Require g++-4.7, Java 7 and boost 1.48
275    - Builds on Linux, OS X, Windows and FreeBSD
276    - See ChangeLog for renamed functions and options.
277
278  * Energy plugin: major cleanups/rewrites.
279    http://simgrid.org/tutorials/simgrid-energy-101.pdf
280
281  * Model-Checker progresses toward production use:
282    - More robust (now runs in a separate process).
283    - More efficient (with snapshots' memory compaction).
284    - More usable (execution paths replayed out of MC)
285    http://simgrid.org/tutorials/simgrid-mc-101.pdf
286
287  * SMPI improvements:
288    - Better standard coverage  - SMP-aware collectives
289    - InfiniBand model          - Early support for RMA
290    - Replay: Dynamic selector  - MVAPICH2 selector
291    http://simgrid.org/tutorials/simgrid-smpi-101.pdf
292
293 Upcoming v3.13 will introduce new interfaces, toward SimGrid 4.
294
295                     _               _____  _ _
296 __   _____ _ __ ___(_) ___  _ __   |___ / / / |
297 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | |
298  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | |
299   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|_|
300                 May 31 2014
301
302 The Class Release. Major changes:
303
304  * Surf is now in C++ (and documented!)
305  * Virtual Machine model for Cloud Simulation
306  * Surf callbacks: plug your code directly in Surf!
307  * Simcalls are script-generated to clean the mess
308
309                     _               _____  _  ___
310 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ _ \
311 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | | | |
312  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | |_| |
313   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
314                 Nov 17 2013
315
316 The Clean Diaper Release, a.k.a. SimGrid is leak-free. Major changes:
317
318  * Preliminary DVFS support to track the energy consumption
319  * Java is back in the main package (and is very stable).
320  * The storage sub-modules is now believed to be usable.
321  * SMPI is now very stable (we pass most MPICH tests).
322  * Lots of memory leaks were corrected in this release.
323  * Verification and model checking further improved:
324    liveness+SMPI works; reduction through state equality detection
325  Plus the usual load of bug fixes and small improvements
326
327                     _               _____ ___
328 __   _____ _ __ ___(_) ___  _ __   |___ // _ \
329 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ (_) |
330  \ V /  __/ |  \__ \ | (_) | | | |  ___) \__, |
331   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)/_/
332                 Feb 5 2013
333
334 The "Grasgory" release. Major changes:
335
336  * Gras was completely removed from this version.
337  * Documentation reorganization to ease browsing it.
338  * New default value for the TCP_gamma parameter: 4MiB
339
340                     _               _____  ___   _
341 __   _____ _ __ ___(_) ___  _ __   |___ / ( _ ) / |
342 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ / _ \ | |
343  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) || |
344   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_|
345                 Oct 27 2012
346
347 The "we are told that some people want to also *install* the simgrid
348 framework" release.
349
350  * Add missing manpage to the archive.
351
352                     _               _____  ___
353 __   _____ _ __ ___(_) ___  _ __   |___ / ( _ )
354 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ / _ \
355  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) |
356   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___/
357                 Oct 25 2012
358
359 The Psssshiiiit release: SimGrid jumps into the Cloud.
360 Major changes:
361
362  * Experimental interface to manipulate VMs, EC2-style.
363  * Fixes around process restart and stochastic workloads
364  * platf: New C interface to create fixed or random platforms
365  * SimDag: Many fixes and improvements of typed tasks
366  * SMPI now covers more of the MPI interface.
367    More datatypes, more functions, more robust.
368  * Model-checking: mmalloc is more robust to user errors.
369
370                     _               _____ _____ _
371 __   _____ _ __ ___(_) ___  _ __   |___ /|___  / |
372 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   / /| |
373  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / /_| |
374   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_/(_)_|
375                 June 7 2012
376
377 The "cleaning the cleanup" release. Major changes:
378
379  * Portability fixups for Mac OSX and Windows
380  * Some other bug fixing and various polishing.
381
382                     _               ____  _____
383 __   _____ _ __ ___(_) ___  _ __   |___ /|___  |
384 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   / /
385  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / /
386   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_/
387                 May 15 2012
388
389 The "spring cleanups (before the next Big Project kicks in)" release.
390 Major changes:
391
392  * Major cleanups all around (doc, user options, MSG, Lua, internals)
393    Small backward compatibility glitches may have been introduced
394  * Parallel execution of user code should be stable and efficient now
395  * SMPI is now considered stable
396  * Add temporals to Model-Checking (highly experimental right now)
397
398                     _               _____  __    ____
399 __   _____ _ __ ___(_) ___  _ __   |___ / / /_  |___ \
400 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \   __) |
401  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) | / __/
402   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_____|
403                 Oct 5 2011
404
405 The "Not coding new stuff allows to polish old things" release.
406
407  * Portability to Mac and Windows improved.
408  * Possible misconfigurations (contexts, libPCRE) made impossible by
409    removing the option or providing sane default value.
410  * Experimental support to NS3 simulator as a back-end.
411
412                     _               _____  __    _
413 __   _____ _ __ ___(_) ___  _ __   |___ / / /_  / |
414 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \ | |
415  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) || |
416   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_|
417                 Jun 27 2011
418
419 The "Oops, we broke Macs too" release.
420 Bug fix to an issue preventing SimGrid from working on Mac OSX.
421
422                     _               _____  __
423 __   _____ _ __ ___(_) ___  _ __   |___ / / /_
424 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \
425  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) |
426   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___/
427                 Jun 21 2011
428
429 The "OMG! They Killed Kenny!" version. Major changes:
430
431  * Java and Ruby bindings were removed from the main archive
432    - They are now distributed separately
433  * GRAS is not considered as stable anymore, but experimental. Sorry.
434  * First support for parallel simulation:
435    - Can run the user code of any simulation in parallel.
436    - Basic support for multi-cores hosts in platform files
437  * Improved P2P support:
438    - Peer tag in platform files for DSL connected nodes
439    - Vivaldi routing scheme for lightweigted yet accurate models
440  * Improved SMPI: Faster Fortran, automatic privatization of C globals
441  * Tracing: trace contains the full platform hierarchy
442    exactly as declared using the ASes of the platform file
443
444 Plus numerous other goodies (check the ChangeLog for details)
445
446                     _               _____  ____
447 __   _____ _ __ ___(_) ___  _ __   |___ / | ___|
448 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ |___ \
449  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |
450   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/
451                 01 Dec 2010
452
453 The "Winter in Frejus" release. Also known as "ANR/ADT funding helps"
454 Major changes are:
455
456  * New feature: Model check any simgrid simulation
457  * SMPI is now very usable.
458  * Visualization:
459     - now covers the whole framework
460     - major usability improvements
461  * SURF:
462     - scalable platform management through hierarchical description
463     - new efficient way to bypass the XML parser
464  * MSG: at last asynchronous functions are available
465  * SIMDAG: many usability improvements (dotloader, ...)
466  * GRAS: finally catch up with latest internal evolutions
467  * Build chain:
468     - Windows port: should be usable now but still considered experimental
469     - Autotools have now been completely removed
470
471                     _               _____ _  _    _
472 __   _____ _ __ ___(_) ___  _ __   |___ /| || |  / |
473 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| || |_ | |
474  \ V /  __/ |  \__ \ | (_) | | | |  ___) |__   _|| |
475   \_/ \___|_|  |___/_|\___/|_| |_| |____(_) |_|(_)_|
476                 04 May 2010
477
478 The "Polishing easter eggs is probably a good idea" release.
479 This is a bug fixes release only.
480
481                     _               _____ _  _
482 __   _____ _ __ ___(_) ___  _ __   |___ /| || |
483 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| || |_
484  \ V /  __/ |  \__ \ | (_) | | | |  ___) |__   _|
485   \_/ \___|_|  |___/_|\___/|_| |_| |____(_) |_|
486                 28 Apr 2010
487
488 The "Easter in Cargese" release. Also known as (major changes):
489
490  * the "se habla Java, Ruby 話せます, fala-se Lua (and deaf-friendly)"
491    ~> bindings were greatly improved
492    ~> new tracing infrastructure for better visualization introduced
493
494  * the "Welcome to configury modernity" release.
495    ~> we switched from autotools to cmake, and improved our cdash
496
497                     _               _____  _____ _  _
498 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |
499 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_
500  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__   _|
501   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_) |_|
502                 24 Dec 2009
503
504 The "Desktop Grid needs love too" release (also called "Xmas release").
505 Most important changes:
506  * Big speedup through lazy evaluation of the linear models
507  * Supernovae mode: Compile everything in one unit to improve inlining
508  * Simix network module for internal cleanups
509  * Load DAX of applications into SimDag
510  * Lot of small cleanups and other bug fixes
511
512                     _               _____  _____  _____
513 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ /
514 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   |_ \
515  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | ___) |
516   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)____/
517                 20 Aug 2009
518
519 The "Need for Speed" release.
520 Big speedup through some function inlining.
521
522                     _               _____  _____  ____
523 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \
524 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
525  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | / __/
526   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_____|
527                 19 Aug 2009
528
529 The "Simplicity does not preceed complexity, but follows it" release.
530 Most important changes:
531  * surf and simix modules reworked for simplification.
532    It lays the ground for future extensions and improvements of SimGrid
533  * SMPI was further improved, although not ready for production use yet.
534
535 On the way, we gained a bit more than 5% on the classical master/slave
536 example. More to come on this in future releases.
537
538                     _               _____  _____  _
539 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / |
540 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ | |
541  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) || |
542   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_|
543                 27 Jun 2009
544
545 This dot release is mainly a maintenance one. Most important changes:
546  * We fixed a large amount of bugs all around
547
548  * We sanitized the way configuration is handled internally.
549    Try passing --cfg-help to binaries compiled against this version.
550
551  * SMPI is in better shape: lot of bugs fixing & usability improvements
552    It may be worth trying it (even if all bugs are not gone yet)
553
554 This version may have a bit more of memleaks than 3.3. This will be
555 fixed in a latter release.
556
557
558      ____  _            ____      _     _
559     / ___|(_)_ __ ___  / ___|_ __(_) __| |
560     \___ \| | '_ ` _ \| |  _| '__| |/ _` |
561      ___) | | | | | | | |_| | |  | | (_| |
562     |____/|_|_| |_| |_|\____|_|  |_|\__,_|
563                     _               _____  _____
564 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /
565 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \
566  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |
567   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/
568                _             _           _
569      _  _ _ _ | |___ __ _ __| |_  ___ __| |
570     | || | ' \| / -_) _` (_-< ' \/ -_) _` |
571      \_,_|_||_|_\___\__,_/__/_||_\___\__,_|
572                Mar 16 2007
573
574 homepage: http://simgrid.gforge.inria.fr/
575 download: http://gforge.inria.fr/frs/?group_id=12
576
577 At least, after 2 years of hard work, we managed to release the 3.3
578 version of the SimGrid framework. There is so many changes that the
579 changelog only lists the most important ones, leaving alone the small
580 improvements, bug fixing and new gadgets.
581
582 In short:
583  * Java bindings
584  * New simulation models, and improvement of the GTNetS wrapper
585
586  * Large memory savings (mainly in parser)
587  * Faster (twice faster is not uncommon, and from 20 hours to 2
588            minutes on very large scenarios)
589  * Much better scalability (tested up to 250,000 processes)
590
591  * Complete regression testing framework so that you can trust the tool
592  * Lot of neat new modules in the XBT toolbox
593
594 This version was thoroughly tested on linux 32bits and 64bits
595 (debian), as well as Mac OSX (leopard).
596
597 Unfortunately, our windows-guy left, and we cannot release the windows
598 version at the same time than the other archs. Any help would be
599 really welcomed here.
600
601 Some of the 96 included test suites are known to fail, but everything
602 should work anyway (don't panic):
603  * The amok module does not work in real deployment ATM, but I don't
604    see this as release critical since I'm not aware of anyone needing
605    this right now
606  * Some tests about the ability of GRAS to receive messages from
607    exotic platforms fail because I've lost access to these platforms
608    (such as AIX)
609  * the example/gras/pmm sometimes fails (about 1/10 of cases). I'm
610    quite puzzled, but I suspect a bug in the test, not in the lib.
611  * the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is
612    sometimes too verbose (when the OS creates hidden files, I
613    suspect), but tesh definitely work as the rest on this arch.
614
615 We hope to manage to do more timely releases in the future, even if
616 that may turn out difficult since big stuff is coming (I don't say
617 much here for the suspense ;)
618
619 We hope you'll enjoy this new version, and please report any feedback
620 on the <simgrid-user@lists.gforge.inria.fr> list.
621
622 Martin Quinson (for Da SimGrid Team)