Logo AND Algorithmique Numérique Distribuée

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