Logo AND Algorithmique Numérique Distribuée

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