Logo AND Algorithmique Numérique Distribuée

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