Logo AND Algorithmique Numérique Distribuée

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