Logo AND Algorithmique Numérique Distribuée

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