Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't try to distribute a file which does not exist (anymore)
[simgrid.git] / doc / publis.doc
1 /*! \page publis Reference publications about SimGrid
2
3
4 When citing SimGrid, the prefered reference paper is <i>SimGrid: a
5 Generic Framework for Large-Scale Distributed Experimentations</i>.
6
7 \li <b>SimGrid: a Generic Framework for Large-Scale Distributed
8     Experimentations</b>\n 
9     by <em>Henri Casanova, Arnaud Legrand and Martin Quinson</em>\n
10     Proceedings of the 10th IEEE International Conference on Computer
11     Modelling and Simulation (UKSIM/EUROSIM'08)\n    
12     Distributed computing is a very broad and active research area
13     comprising fields such as cluster computing, computational
14     grids, desktop grids and peer-to-peer (P2P) systems.
15     Unfortunately, it is often impossible to obtain theoretical or
16     analytical results to compare the performance of algorithms
17     targeting such systems. One possibility is to conduct large
18     numbers of back-to-back experiments on real platforms. While
19     this is possible on tightly-coupled platforms, it is infeasible
20     on modern distributed platforms as experiments are labor-intensive
21     and results typically not reproducible. Consequently, one must
22     resort to simulations, which enable reproducible results and also
23     make it possible to explore wide ranges of platform and
24     application scenarios.\n
25     In this paper we describe the SimGrid framework, a
26     simulation-based framework for evaluating cluster, grid and P2P
27     algorithms and heuristics. This paper focuses on SimGrid v3, which
28     greatly improves on previous versions thanks to a novel and
29     validated modular simulation engine that achieves higher
30     simulation speed without hindering simulation accuracy. Also, two
31     new user interfaces were added to broaden the targeted research
32     community. After surveying existing tools and methodologies we
33     describe the key features and benefits of SimGrid.\n
34     http://www.loria.fr/~quinson/articles/SimGrid-uksim08.pdf
35
36 \verbatim
37 @InProceedings{simgrid,
38   author =    {Casanova, Henri and Legrand, Arnaud and Quinson, Martin},
39   title =     {{SimGrid: a Generic Framework for Large-Scale Distributed Experiments}},
40   booktitle = {10th IEEE International Conference on Computer Modeling and Simulation},
41   year =       2008,
42   month =      mar
43 }
44 \endverbatim                                      
45
46 \section publis_others Other publications
47
48 A lot of other papers where published about SimGrid. The list is
49 splited in 3 pages (also accessible from the navbar on top of this page):
50  - \ref publis_core\n
51    This section contains papers describing some sub-parts of SimGrid,
52    or references superseeded by the one given above.
53  - \ref publis_extern\n
54    SimGrid is used by an ever growing scientific community. This
55    section lists all the papers resulting of works in which the core
56    SimGrid team were not involved.
57  - \ref publis_intra\n
58    This section lists the paper co-signed by at least one of the core
59    team member, and using SimGrid as a tool (and not studying SimGrid
60    itself).
61
62 \section publis_count Amount of published papers using SimGrid results
63
64 \htmlinclude publis_count.html
65
66 \page publis_core Publications about the SimGrid framework
67
68 \htmlinclude publis_core_bib.html
69
70 \page publis_extern Papers that use SimGrid-generated results (not counting our owns)
71
72 This list is a selection of articles. We list only papers written by people
73 external to the development group, but we also use our tool ourselves (see
74 next section).
75
76 \htmlinclude publis_extern_bib.html
77
78 \page publis_intra Our own papers that use SimGrid-generated results 
79
80 This list is a selection of the articles we have written that used results
81 generated by SimGrid. 
82
83 \htmlinclude publis_intra_bib.html
84
85
86 */