Logo AND Algorithmique Numérique Distribuée

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