X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..534d31e4fc62b248c646ad6e19518e8a7b11e048:/doc/use.doc diff --git a/doc/use.doc b/doc/use.doc index 2f1ff4ee6c..b32b002b43 100644 --- a/doc/use.doc +++ b/doc/use.doc @@ -1,23 +1,49 @@ /*! \page use Using SimGrid -\section use_generic First steps with SimGrid - -If you decide to go for the MSG interface, please read carefully the -\ref MSG_examples. You'll find in \ref MSG_ex_master_slave a very -simple consisting of a master (that owns a bunch of tasks and -distributes them) , some slaves (that process tasks whenever they -receive one) and some forwarder agents (that simply pass the tasks -they receive to some slaves). - -If you decide to go for the GRAS interface, you should definitively -read the \ref GRAS_tut. The first section constitutes an introduction -to the tool and presents the model we use. The second section -constitutes a complete step-by-step tutorial building a distributed -application from the beginning and exemplifying most of the GRAS -features in the process. The last section groups some HOWTOS -highlighting a given feature of the framework in a more concise way. - -If you decide to go for another interface, I'm afraid your only sources -of information will be the source code and the mailing lists... +\section use_welcome Welcome to SimGrid! + +If you don't know were to look to start with, you should probably have +a look at the following presentation first to get the basic concepts. +Afterward, you probably want to proceed to the \ref MSG_API. Of +course, if you're curious or if you know what you want, you may prefer +to go to \ref SMPI_API, or even \ref GRAS_API. + +The scientific bases of the SimGrid project are presented in a 3 ou 4 +hours-long tutorial. It can be found at the following locations. + - https://gforge.inria.fr/plugins/scmgit/cgi-bin/gitweb.cgi?p=simgrid/propaganda.git;a=blob_plain;f=tutorial/simgrid-tutorial.pdf;hb=HEAD + - http://webloria.loria.fr/~quinson/blog/2010/0628/Tutorial_at_HPCS/ + +\latexonly +\includepdf[nup=2x4,pages=1-]{../webcruft/simgrid-101.pdf} +\endlatexonly + +\htmlonly + + +
+
+ +
+
+ +    + 1/30   + +
+ Download PDF version +
+
+
+\endhtmlonly + */ \ No newline at end of file