Logo AND Algorithmique Numérique Distribuée

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