Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New functions added, changes in the header files, function create_link(cond, action...
[simgrid.git] / doc / contrib.doc
1 /*! \page contrib Contrib section
2
3 \htmlinclude .contrib.doc.toc
4
5 \section contrib_intro A contrib section ? Why ?
6
7 Many people have come to ask us more complex examples than the simple ones
8 that are distributed with the main branch of the SimGrid project. We do not
9 want to include complex examples in the main branch but we think it is a
10 good idea that users share their experience. That is why we have created a
11 contrib branch that can be used by people who have a nice piece of work
12 using SimGrid and accept to share it. The licence of this code should be
13 LGPL if possible. If you can't licence your code with LGPL, just tell us
14 about it and we will try to sort out whether it makes sense to publish it
15 here.
16
17 \section contrib_surf Projects relying on SURF
18 \section contrib_msg  Projects relying on MSG
19
20 \subsection contrib_msg_garsim GarSim
21
22 GarSim is a simulator of a scheduling meta-system or just of a batch
23 system. This code is written in C++ and has many dependencies (with
24 python, sqlite, some parts of condor, ...). It is maintained by
25 Vincent Garonne (garonne::lal.in2p3.fr). The cvs directory is <a href="http://gforge.inria.fr/plugins/scmcvs/cvsweb.php/contrib/garSim/?cvsroot=simgrid">here</a>.
26
27 \subsection contrib_msg_simbatch Simbatch
28
29 This program simulates the behavior of a batch scheduler managing a
30 cluster. This program is maintained by Jean-Sebastien Gay
31 (Jean-Sebastien.Gay::ens-lyon.fr). The cvs directory is <a href="http://gforge.inria.fr/plugins/scmcvs/cvsweb.php/contrib/Simbatch/?cvsroot=simgrid">here</a> and the main page is <a href="http://graal.ens-lyon.fr/simbatch/">here</a>.
32
33 \subsection contrib_msg_divloc Divisible load simulations
34
35 \section contrib_gras Projects relying on GRAS
36 <!--
37 \dlsubsection contrib_gras_alnem ALNeM: Application Level Network Mapping
38
39 This program is an application-level network mapper. It performs application
40 level measurements and proposes a few reconstruction algorithms. This
41 program is maintained by Arnaud Legrand (arnaud.legrand::imag.fr) and Martin
42 Quinson (martin.quinson::loria.fr). The cvs directory is 
43 <a href="http://gforge.inria.fr/plugins/scmcvs/cvsweb.php/contrib/ALNeM/?cvsroot=cvsroot%2Fsimgrid">here</a>.
44 -->
45
46 \section contrib_smpi Projects relying on SMPI
47
48 \author Arnaud Legrand (arnaud.legrand::imag.fr)
49 \author Martin Quinson (martin.quinson::loria.fr)
50
51 */
52