Logo AND Algorithmique Numérique Distribuée

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