Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure this variable is always initialized
[simgrid.git] / NEWS
1                     _               _____  _____  ____  
2 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / |___ \ 
3 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \   __) |
4  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | / __/ 
5   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_____|
6                                                         
7 The "Simplicity does not preceed complexity, but follows it" release.
8 Most important changes:
9  * surf and simix modules reworked for simplification.
10    It lays the ground for future extensions and improvements of SimGrid
11  * SMPI was further improved, altrough not ready for production use yet.
12
13 On the way, we gained a bit more than 5% on the classical master/slave
14 example. More to come on this in future releases.
15                     _               _____  _____  _ 
16 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / |
17 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ | |
18  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) || |
19   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____(_)_|
20
21
22 This dot release is mainly a maintainance one. Most important changes:
23  * We fixed a large amount of bugs all around
24  
25  * We sanitized the way configuration is handled internally.
26    Try passing --cfg-help to binaries compiled against this version.
27    
28  * SMPI is in better shape: lot of bugs fixing & usability improvements
29    It may be worth trying it (even if all bugs are not gone yet)
30
31 This version may have a bit more of memleaks than 3.3. This will be
32 fixed in a latter release.
33
34
35      ____  _            ____      _     _ 
36     / ___|(_)_ __ ___  / ___|_ __(_) __| |
37     \___ \| | '_ ` _ \| |  _| '__| |/ _` |
38      ___) | | | | | | | |_| | |  | | (_| |
39     |____/|_|_| |_| |_|\____|_|  |_|\__,_|                                       
40                     _               _____  _____ 
41 __   _____ _ __ ___(_) ___  _ __   |___ / |___ / 
42 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ 
43  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |  
44   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/ 
45                _             _           _ 
46      _  _ _ _ | |___ __ _ __| |_  ___ __| |
47     | || | ' \| / -_) _` (_-< ' \/ -_) _` |
48      \_,_|_||_|_\___\__,_/__/_||_\___\__,_|
49                                        
50
51 homepage: http://simgrid.gforge.inria.fr/
52 download: http://gforge.inria.fr/frs/?group_id=12
53
54 At least, after 2 years of hard work, we managed to release the 3.3
55 version of the SimGrid framework. There is so many changes that the
56 changelog only lists the most important ones, leaving alone the small
57 improvements, bug fixing and new gadgets. 
58
59 In short:
60  * Java bindings
61  * New simulation models, and improvement of the GTNetS wrapper
62  
63  * Large memory savings (mainly in parser)
64  * Faster (twice faster is not uncommon, and from 20 hours to 2
65            minutes on very large scenarios)
66  * Much better scalability (tested up to 250,000 processes)
67  
68  * Complete regression testing framework so that you can trust the tool
69  * Lot of neat new modules in the XBT toolbox
70  
71 This version was throughfully tested on linux 32bits and 64bits
72 (debian), as well as Mac OSX (leopard). 
73
74 Unfortunately, our windows-guy left, and we cannot release the windows
75 version at the same time than the other archs. Any help would be
76 really welcomed here.
77
78 Some of the 96 included test suites are known to fail, but everything
79 should work anyway (don't panic):
80  * The amok module does not work in real deployment ATM, but I don't
81    see this as release critical since I'm not aware of anyone needing
82    this right now   
83  * Some tests about the ability of GRAS to receive messages from
84    exotic platforms fail because I've lost access to these platforms
85    (such as AIX)
86  * the example/gras/pmm sometimes fails (about 1/10 of cases). I'm
87    quite puzzled, but I suspect a bug in the test, not in the lib.
88  * the tesh auto-tests "fail" on Mac OSX. This is because "rm -rf" is
89    sometimes too verbose (when the OS creates hidden files, I
90    suspect), but tesh definitly work as the rest on this arch.
91    
92 We hope to manage to do more timely releases in the future, even if
93 that may turn out difficult since big stuff is comming (I don't say
94 much here for the suspense ;)
95
96 We hope you'll enjoy this new version, and please report any feedback
97 on the <simgrid-user@lists.gforge.inria.fr> list.
98
99 Martin Quinson (for Da SimGrid Team)