Logo AND Algorithmique Numérique Distribuée

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