Logo AND Algorithmique Numérique Distribuée

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