Logo AND Algorithmique Numérique Distribuée

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