Logo AND Algorithmique Numérique Distribuée

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