Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
2f1ff4ee6ccb2394ffc2f386318ee948da1c0620
[simgrid.git] / doc / use.doc
1 /*! \page use Using SimGrid
2
3 \section use_generic First steps with SimGrid
4
5 If you decide to go for the MSG interface, please read carefully the
6 \ref MSG_examples. You'll find in \ref MSG_ex_master_slave a very
7 simple consisting of a master (that owns a bunch of tasks and
8 distributes them) , some slaves (that process tasks whenever they
9 receive one) and some forwarder agents (that simply pass the tasks
10 they receive to some slaves).
11
12 If you decide to go for the GRAS interface, you should definitively
13 read the \ref GRAS_tut. The first section constitutes an introduction
14 to the tool and presents the model we use. The second section
15 constitutes a complete step-by-step tutorial building a distributed
16 application from the beginning and exemplifying most of the GRAS
17 features in the process. The last section groups some HOWTOS
18 highlighting a given feature of the framework in a more concise way.
19
20 If you decide to go for another interface, I'm afraid your only sources
21 of information will be the source code and the mailing lists...
22
23 */