Logo AND Algorithmique Numérique Distribuée

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