Logo AND Algorithmique Numérique Distribuée

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