Logo AND Algorithmique Numérique Distribuée

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