Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
disabling completely the tracing option from configure.ac
[simgrid.git] / NEWS
1                     _               _____ _  _   
2 __   _____ _ __ ___(_) ___  _ __   |___ /| || |  
3 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \| || |_ 
4  \ V /  __/ |  \__ \ | (_) | | | |  ___) |__   _|
5   \_/ \___|_|  |___/_|\___/|_| |_| |____(_) |_|  
6
7 (not released yet)
8
9
10 The "Easter in Cargese" release. Also known as (major changes):
11  
12  * the "se habla Java, Ruby 話せます, fala-se Lua (and deaf-friendly)"
13    ~> bindings were greatly improved
14    ~> new tracing infrastructure for better visualization introduced
15     
16  * the "Welcome to configury modernity" release.
17    ~> we switched from autotools to cmake, and improved our cdash
18    
19                     _               _____  _____ _  _   
20 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |  
21 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_ 
22  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__   _|
23   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_) |_|  
24                                            
25 The "Desktop Grid needs love too" release (also called "Xmas release").
26 Most important changes:
27  * Big speedup through lazy evaluation of the linear models
28  * Supernovae mode: Compile everything in one unit to improve inlining
29  * Simix network module for internal cleanups
30  * Load DAX of applications into SimDag
31  * Lot of small cleanups and other bug fixes
32  
33                     _               _____  _____  _____ 
34 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ / 
35 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   |_ \ 
36  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | ___) |
37   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)____/ 
38                                                         
39 The "Need for Speed" release.
40 Big speedup through some function inlining.
41
42                     _               _____  _____  ____  
43 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \ 
44 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
45  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | / __/ 
46   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_____|
47                                                         
48 The "Simplicity does not preceed complexity, but follows it" release.
49 Most important changes:
50  * surf and simix modules reworked for simplification.
51    It lays the ground for future extensions and improvements of SimGrid
52  * SMPI was further improved, altrough not ready for production use yet.
53
54 On the way, we gained a bit more than 5% on the classical master/slave
55 example. More to come on this in future releases.
56                     _               _____  _____  _ 
57 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / |
58 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ | |
59  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) || |
60   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_|
61
62
63 This dot release is mainly a maintainance one. Most important changes:
64  * We fixed a large amount of bugs all around
65  
66  * We sanitized the way configuration is handled internally.
67    Try passing --cfg-help to binaries compiled against this version.
68    
69  * SMPI is in better shape: lot of bugs fixing & usability improvements
70    It may be worth trying it (even if all bugs are not gone yet)
71
72 This version may have a bit more of memleaks than 3.3. This will be
73 fixed in a latter release.
74
75
76      ____  _            ____      _     _ 
77     / ___|(_)_ __ ___  / ___|_ __(_) __| |
78     \___ \| | '_ ` _ \| |  _| '__| |/ _` |
79      ___) | | | | | | | |_| | |  | | (_| |
80     |____/|_|_| |_| |_|\____|_|  |_|\__,_|                                       
81                     _               _____  _____ 
82 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / 
83 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ 
84  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |  
85   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/ 
86                _             _           _ 
87      _  _ _ _ | |___ __ _ __| |_  ___ __| |
88     | || | ' \| / -_) _` (_-< ' \/ -_) _` |
89      \_,_|_||_|_\___\__,_/__/_||_\___\__,_|
90                                        
91
92 homepage: http://simgrid.gforge.inria.fr/
93 download: http://gforge.inria.fr/frs/?group_id=12
94
95 At least, after 2 years of hard work, we managed to release the 3.3
96 version of the SimGrid framework. There is so many changes that the
97 changelog only lists the most important ones, leaving alone the small
98 improvements, bug fixing and new gadgets. 
99
100 In short:
101  * Java bindings
102  * New simulation models, and improvement of the GTNetS wrapper
103  
104  * Large memory savings (mainly in parser)
105  * Faster (twice faster is not uncommon, and from 20 hours to 2
106            minutes on very large scenarios)
107  * Much better scalability (tested up to 250,000 processes)
108  
109  * Complete regression testing framework so that you can trust the tool
110  * Lot of neat new modules in the XBT toolbox
111  
112 This version was throughfully tested on linux 32bits and 64bits
113 (debian), as well as Mac OSX (leopard). 
114
115 Unfortunately, our windows-guy left, and we cannot release the windows
116 version at the same time than the other archs. Any help would be
117 really welcomed here.
118
119 Some of the 96 included test suites are known to fail, but everything
120 should work anyway (don't panic):
121  * The amok module does not work in real deployment ATM, but I don't
122    see this as release critical since I'm not aware of anyone needing
123    this right now   
124  * Some tests about the ability of GRAS to receive messages from
125    exotic platforms fail because I've lost access to these platforms
126    (such as AIX)
127  * the example/gras/pmm sometimes fails (about 1/10 of cases). I'm
128    quite puzzled, but I suspect a bug in the test, not in the lib.
129  * the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is
130    sometimes too verbose (when the OS creates hidden files, I
131    suspect), but tesh definitly work as the rest on this arch.
132    
133 We hope to manage to do more timely releases in the future, even if
134 that may turn out difficult since big stuff is comming (I don't say
135 much here for the suspense ;)
136
137 We hope you'll enjoy this new version, and please report any feedback
138 on the <simgrid-user@lists.gforge.inria.fr> list.
139
140 Martin Quinson (for Da SimGrid Team)