Logo AND Algorithmique Numérique Distribuée

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