Logo AND Algorithmique Numérique Distribuée

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