Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prepare the files for the next release
[simgrid.git] / NEWS
1                     _               _____  _ _____
2 __   _____ _ __ ___(_) ___  _ __   |___ / / |___  |
3 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |  / /
4  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | / /
5   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|/_/
6                (unreleased yet)
7
8 The Drained Leaks release: (almost) no known leaks despite the tests.
9
10  * Many many internal cleanups (almost 700 commits since 3.16).
11  * The coverage of our tests is above 80%.
12  * All memleaks but one plugged; A dozen of bugs fixed.
13  * XBT: Further replace XBT with std::* constructs.
14                     _               _____  _  __
15 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ /_
16 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | '_ \
17  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | (_) |
18   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
19                June 22 2017
20
21 The Blooming Spring Release: developments are budding.
22
23  * S4U: Progress; Activity refcounting is now automatic.
24  * XML: <AS> can now be named <zone> as they should.
25  * SMPI: Further performance improvements; RMA support.
26  * Cloud: Multi-core VMs (do not overcommit them yet)
27  * (+ bug fixes, cleanups and documentation improvements)
28                     _               _____  _ ____
29 __   _____ _ __ ___(_) ___  _ __   |___ / / | ___|
30 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |___ \
31  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |___) |
32   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|____/
33                Mar 22 2017
34
35 The Spring Release: continuous integration servers become green.
36
37  * S4U: progress, integrating more parts of SimDag; New examples.
38  * SMPI: Support MPI 2.2; Convert internals to C++ (TBC).
39  * Java: Massive memleaks and performance issues fixed.
40  * (+ bug fixes, cleanups and documentation improvements)
41                     _               _____  _ _  _    _ ____  ___
42 __   _____ _ __ ___(_) ___  _ __   |___ / / | || |  / | ___|/ _ \
43 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | || |_ | |___ \ (_) |
44  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |__   _|| |___) \__, |
45   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  |_|(_)_|____/  /_/
46                Dec 28 2016
47
48 The Christmas Pi Release (better approximation).
49
50  * Fix various glitches in the previous release.
51                     _               _____  _ _  _
52 __   _____ _ __ ___(_) ___  _ __   |___ / / | || |
53 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | || |_
54  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |__   _|
55   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|  |_|
56                Dec 24 2016
57
58 The Christmas Pi Release.
59
60  * Documentation reorganized and improved
61
62  * S4U interface further rising, toward SimGrid 4
63    - Routing code rewritten for readability
64    - Virtual Machines almost turned into a plugin
65    - MSG, SimDag, MPI interfaces mostly unchanged
66    
67  * The model-checker now works on FreeBSD too.
68                     _               _____  _ _____
69 __   _____ _ __ ___(_) ___  _ __   |___ / / |___ /
70 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | |_ \
71  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |___) |
72   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|____/
73                 Apr 27 2016
74
75 The Half Release, a.k.a. the Zealous Easter Trim.
76
77  * Half of the lines of code are gone.
78    - v3.12: 286k lines; v3.13: 142k lines (+ comments)
79    - Experimental untested unused "features" removed
80    - We rewrote several parts in C++ instead of C
81
82  * Introducing v4 of the XML platform format
83    - Many long-due cleanups (details in the Changelog)
84
85  * MSG examples fully reorganized (in C and Java)
86
87  * The S4U interface is rising, toward SimGrid 4
88    - All host manipulations now done in S4U
89    - SimDag was mostly rewritten on top of S4U
90    - MSG & SimDag interfaces mostly unchanged
91                     _               _____  _ ____
92 __   _____ _ __ ___(_) ___  _ __   |___ / / |___ \
93 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | __) |
94  \ V /  __/ |  \__ \ | (_) | | | |  ___) || |/ __/
95   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|_____|
96                 Oct 12 2015
97
98 The Facelift Release. Major changes:
99
100  * Many interface glitches addressed, everywhere.
101    - Require g++-4.7, Java 7 and boost 1.48
102    - Builds on Linux, OS X, Windows and FreeBSD
103    - See ChangeLog for renamed functions and options.
104
105  * Energy plugin: major cleanups/rewrites.
106    http://simgrid.org/tutorials/simgrid-energy-101.pdf
107
108  * Model-Checker progresses toward production use:
109    - More robust (now runs in a separate process).
110    - More efficient (with snapshots' memory compaction).
111    - More usable (execution paths replayed out of MC)
112    http://simgrid.org/tutorials/simgrid-mc-101.pdf
113
114  * SMPI improvements:
115    - Better standard coverage  - SMP-aware collectives
116    - InfiniBand model          - Early support for RMA
117    - Replay: Dynamic selector  - MVAPICH2 selector
118    http://simgrid.org/tutorials/simgrid-smpi-101.pdf
119
120 Upcoming v3.13 will introduce new interfaces, toward SimGrid 4.
121
122                     _               _____  _ _
123 __   _____ _ __ ___(_) ___  _ __   |___ / / / |
124 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | |
125  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | |
126   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|_|
127                 May 31 2014
128
129 The Class Release. Major changes:
130
131  * Surf is now in C++ (and documented!)
132  * Virtual Machine model for Cloud Simulation
133  * Surf callbacks: plug your code directly in Surf!
134  * Simcalls are script-generated to clean the mess
135
136                     _               _____  _  ___
137 __   _____ _ __ ___(_) ___  _ __   |___ / / |/ _ \
138 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | | | | |
139  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | |_| |
140   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|\___/
141                 Nov 17 2013
142
143 The Clean Diaper Release, a.k.a. SimGrid is leak-free. Major changes:
144
145  * Preliminary DVFS support to track the energy consumption
146  * Java is back in the main package (and is very stable).
147  * The storage sub-modules is now believed to be usable.
148  * SMPI is now very stable (we pass most MPICH tests).
149  * Lots of memory leaks were corrected in this release.
150  * Verification and model checking further improved:
151    liveness+SMPI works; reduction through state equality detection
152  Plus the usual load of bug fixes and small improvements
153
154                     _               _____ ___
155 __   _____ _ __ ___(_) ___  _ __   |___ // _ \
156 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ (_) |
157  \ V /  __/ |  \__ \ | (_) | | | |  ___) \__, |
158   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)/_/
159                 Feb 5 2013
160
161 The "Grasgory" release. Major changes:
162
163  * Gras was completely removed from this version.
164  * Documentation reorganization to ease browsing it.
165  * New default value for the TCP_gamma parameter: 4MiB
166
167                     _               _____  ___   _
168 __   _____ _ __ ___(_) ___  _ __   |___ / ( _ ) / |
169 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ / _ \ | |
170  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) || |
171   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_|
172                 Oct 27 2012
173
174 The "we are told that some people want to also *install* the simgrid
175 framework" release.
176
177  * Add missing manpage to the archive.
178
179                     _               _____  ___
180 __   _____ _ __ ___(_) ___  _ __   |___ / ( _ )
181 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ / _ \
182  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) |
183   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___/
184                 Oct 25 2012
185
186 The Psssshiiiit release: SimGrid jumps into the Cloud.
187 Major changes:
188
189  * Experimental interface to manipulate VMs, EC2-style.
190  * Fixes around process restart and stochastic workloads
191  * platf: New C interface to create fixed or random platforms
192  * SimDag: Many fixes and improvements of typed tasks
193  * SMPI now covers more of the MPI interface.
194    More datatypes, more functions, more robust.
195  * Model-checking: mmalloc is more robust to user errors.
196
197                     _               _____ _____ _
198 __   _____ _ __ ___(_) ___  _ __   |___ /|___  / |
199 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   / /| |
200  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / /_| |
201   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_/(_)_|
202                 June 7 2012
203
204 The "cleaning the cleanup" release. Major changes:
205
206  * Portability fixups for Mac OSX and Windows
207  * Some other bug fixing and various polishing.
208
209                     _               ____  _____
210 __   _____ _ __ ___(_) ___  _ __   |___ /|___  |
211 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   / /
212  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / /
213   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_/
214                 May 15 2012
215
216 The "spring cleanups (before the next Big Project kicks in)" release.
217 Major changes:
218
219  * Major cleanups all around (doc, user options, MSG, Lua, internals)
220    Small backward compatibility glitches may have been introduced
221  * Parallel execution of user code should be stable and efficient now
222  * SMPI is now considered stable
223  * Add temporals to Model-Checking (highly experimental right now)
224
225                     _               _____  __    ____
226 __   _____ _ __ ___(_) ___  _ __   |___ / / /_  |___ \
227 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \   __) |
228  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) | / __/
229   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_____|
230                 Oct 5 2011
231
232 The "Not coding new stuff allows to polish old things" release.
233
234  * Portability to Mac and Windows improved.
235  * Possible misconfigurations (contexts, libPCRE) made impossible by
236    removing the option or providing sane default value.
237  * Experimental support to NS3 simulator as a back-end.
238
239                     _               _____  __    _
240 __   _____ _ __ ___(_) ___  _ __   |___ / / /_  / |
241 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \ | |
242  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) || |
243   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___(_)_|
244                 Jun 27 2011
245
246 The "Oops, we broke Macs too" release.
247 Bug fix to an issue preventing SimGrid from working on Mac OSX.
248
249                     _               _____  __
250 __   _____ _ __ ___(_) ___  _ __   |___ / / /_
251 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| '_ \
252  \ V /  __/ |  \__ \ | (_) | | | |  ___) | (_) |
253   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)___/
254                 Jun 21 2011
255
256 The "OMG! They Killed Kenny!" version. Major changes:
257
258  * Java and Ruby bindings were removed from the main archive
259    - They are now distributed separately
260  * GRAS is not considered as stable anymore, but experimental. Sorry.
261  * First support for parallel simulation:
262    - Can run the user code of any simulation in parallel.
263    - Basic support for multi-cores hosts in platform files
264  * Improved P2P support:
265    - Peer tag in platform files for DSL connected nodes
266    - Vivaldi routing scheme for lightweigted yet accurate models
267  * Improved SMPI: Faster Fortran, automatic privatization of C globals
268  * Tracing: trace contains the full platform hierarchy
269    exactly as declared using the ASes of the platform file
270
271 Plus numerous other goodies (check the ChangeLog for details)
272
273                     _               _____  ____
274 __   _____ _ __ ___(_) ___  _ __   |___ / | ___|
275 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ |___ \
276  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |
277   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/
278                 01 Dec 2010
279
280 The "Winter in Frejus" release. Also known as "ANR/ADT funding helps"
281 Major changes are:
282
283  * New feature: Model check any simgrid simulation
284  * SMPI is now very usable.
285  * Visualization:
286     - now covers the whole framework
287     - major usability improvements
288  * SURF:
289     - scalable platform management through hierarchical description
290     - new efficient way to bypass the XML parser
291  * MSG: at last asynchronous functions are available
292  * SIMDAG: many usability improvements (dotloader, ...)
293  * GRAS: finally catch up with latest internal evolutions
294  * Build chain:
295     - Windows port: should be usable now but still considered experimental
296     - Autotools have now been completely removed
297
298                     _               _____ _  _    _
299 __   _____ _ __ ___(_) ___  _ __   |___ /| || |  / |
300 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| || |_ | |
301  \ V /  __/ |  \__ \ | (_) | | | |  ___) |__   _|| |
302   \_/ \___|_|  |___/_|\___/|_| |_| |____(_) |_|(_)_|
303                 04 May 2010
304
305 The "Polishing easter eggs is probably a good idea" release.
306 This is a bug fixes release only.
307
308                     _               _____ _  _
309 __   _____ _ __ ___(_) ___  _ __   |___ /| || |
310 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| || |_
311  \ V /  __/ |  \__ \ | (_) | | | |  ___) |__   _|
312   \_/ \___|_|  |___/_|\___/|_| |_| |____(_) |_|
313                 28 Apr 2010
314
315 The "Easter in Cargese" release. Also known as (major changes):
316
317  * the "se habla Java, Ruby 話せます, fala-se Lua (and deaf-friendly)"
318    ~> bindings were greatly improved
319    ~> new tracing infrastructure for better visualization introduced
320
321  * the "Welcome to configury modernity" release.
322    ~> we switched from autotools to cmake, and improved our cdash
323
324                     _               _____  _____ _  _
325 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |
326 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_
327  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__   _|
328   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_) |_|
329                 24 Dec 2009
330
331 The "Desktop Grid needs love too" release (also called "Xmas release").
332 Most important changes:
333  * Big speedup through lazy evaluation of the linear models
334  * Supernovae mode: Compile everything in one unit to improve inlining
335  * Simix network module for internal cleanups
336  * Load DAX of applications into SimDag
337  * Lot of small cleanups and other bug fixes
338
339                     _               _____  _____  _____
340 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ /
341 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   |_ \
342  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | ___) |
343   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)____/
344                 20 Aug 2009
345
346 The "Need for Speed" release.
347 Big speedup through some function inlining.
348
349                     _               _____  _____  ____
350 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \
351 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
352  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | / __/
353   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_____|
354                 19 Aug 2009
355
356 The "Simplicity does not preceed complexity, but follows it" release.
357 Most important changes:
358  * surf and simix modules reworked for simplification.
359    It lays the ground for future extensions and improvements of SimGrid
360  * SMPI was further improved, although not ready for production use yet.
361
362 On the way, we gained a bit more than 5% on the classical master/slave
363 example. More to come on this in future releases.
364
365                     _               _____  _____  _
366 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / |
367 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ | |
368  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) || |
369   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_|
370                 27 Jun 2009
371
372 This dot release is mainly a maintenance one. Most important changes:
373  * We fixed a large amount of bugs all around
374
375  * We sanitized the way configuration is handled internally.
376    Try passing --cfg-help to binaries compiled against this version.
377
378  * SMPI is in better shape: lot of bugs fixing & usability improvements
379    It may be worth trying it (even if all bugs are not gone yet)
380
381 This version may have a bit more of memleaks than 3.3. This will be
382 fixed in a latter release.
383
384
385      ____  _            ____      _     _
386     / ___|(_)_ __ ___  / ___|_ __(_) __| |
387     \___ \| | '_ ` _ \| |  _| '__| |/ _` |
388      ___) | | | | | | | |_| | |  | | (_| |
389     |____/|_|_| |_| |_|\____|_|  |_|\__,_|
390                     _               _____  _____
391 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /
392 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \
393  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |
394   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/
395                _             _           _
396      _  _ _ _ | |___ __ _ __| |_  ___ __| |
397     | || | ' \| / -_) _` (_-< ' \/ -_) _` |
398      \_,_|_||_|_\___\__,_/__/_||_\___\__,_|
399                Mar 16 2007
400
401 homepage: http://simgrid.gforge.inria.fr/
402 download: http://gforge.inria.fr/frs/?group_id=12
403
404 At least, after 2 years of hard work, we managed to release the 3.3
405 version of the SimGrid framework. There is so many changes that the
406 changelog only lists the most important ones, leaving alone the small
407 improvements, bug fixing and new gadgets.
408
409 In short:
410  * Java bindings
411  * New simulation models, and improvement of the GTNetS wrapper
412
413  * Large memory savings (mainly in parser)
414  * Faster (twice faster is not uncommon, and from 20 hours to 2
415            minutes on very large scenarios)
416  * Much better scalability (tested up to 250,000 processes)
417
418  * Complete regression testing framework so that you can trust the tool
419  * Lot of neat new modules in the XBT toolbox
420
421 This version was thoroughly tested on linux 32bits and 64bits
422 (debian), as well as Mac OSX (leopard).
423
424 Unfortunately, our windows-guy left, and we cannot release the windows
425 version at the same time than the other archs. Any help would be
426 really welcomed here.
427
428 Some of the 96 included test suites are known to fail, but everything
429 should work anyway (don't panic):
430  * The amok module does not work in real deployment ATM, but I don't
431    see this as release critical since I'm not aware of anyone needing
432    this right now
433  * Some tests about the ability of GRAS to receive messages from
434    exotic platforms fail because I've lost access to these platforms
435    (such as AIX)
436  * the example/gras/pmm sometimes fails (about 1/10 of cases). I'm
437    quite puzzled, but I suspect a bug in the test, not in the lib.
438  * the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is
439    sometimes too verbose (when the OS creates hidden files, I
440    suspect), but tesh definitely work as the rest on this arch.
441
442 We hope to manage to do more timely releases in the future, even if
443 that may turn out difficult since big stuff is coming (I don't say
444 much here for the suspense ;)
445
446 We hope you'll enjoy this new version, and please report any feedback
447 on the <simgrid-user@lists.gforge.inria.fr> list.
448
449 Martin Quinson (for Da SimGrid Team)