Logo AND Algorithmique Numérique Distribuée

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