Logo AND Algorithmique Numérique Distribuée

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