Logo AND Algorithmique Numérique Distribuée

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