Logo AND Algorithmique Numérique Distribuée

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