Logo AND Algorithmique Numérique Distribuée

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