X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e099d1adf3773d3fad3276fbfd05d924a09bf3e9..607246027b94deeef53d7ca662bf25adfe5973ce:/doc/doxygen/introduction.doc diff --git a/doc/doxygen/introduction.doc b/doc/doxygen/introduction.doc index 9256f671ba..5abeb9a532 100644 --- a/doc/doxygen/introduction.doc +++ b/doc/doxygen/introduction.doc @@ -94,6 +94,9 @@ usage over a long period of time. # Prerequisites +Of course, you need to install SimGrid before taking this tutorial. +Please refer to the relevant Section: \ref install. + ## Tutorials A lot of information on how to install and use Simgrid are @@ -103,16 +106,6 @@ provided by the [online documentation][fn:4] and by several tutorials: - http://simgrid.gforge.inria.fr/tutorials/simgrid-tracing-101.pdf - http://simgrid.gforge.inria.fr/tutorials/simgrid-platf-101.pdf -## Installing SimGrid - -Please see our Section on \ref install "installing SimGrid". - -\note - Please note that your distribution may ship with an old version of - SimGrid; you may want to use [a newer release](https://gforge.inria.fr/frs/?group_id=12) - or even [clone our git repository](https://gforge.inria.fr/frs/?group_id=12) - (a [GitHub mirror](https://github.com/mquinson/simgrid) is also available). - # Recommended Steps ## Installing Viva @@ -154,6 +147,8 @@ sudo apt-get install vite ~~~~ # Let's get Started + +\anchor intro_setup ## Setting up and Compiling The corresponding archive with all source files and platform files @@ -346,7 +341,7 @@ tasks processed). These debug messages can be activated as follows: ## Using the Tracing Mechanism SimGrid can trace all resource consumption and the outcome can be -displayed with viva as illustrated in the section "Setting up and Compiling". However, when several +displayed with viva as illustrated in the section \ref intro_setup. However, when several masters are deployed, it is hard to understand what happens. ~~~~{.xml} @@ -453,8 +448,8 @@ From this, many things can easily be added. For example, you could: ## Using More Elaborate Platforms SimGrid offers a rather powerful platform modeling mechanism. The -`src/platform/` repository comprises a variety of platform ranging -from simple ones to quite elaborated ones. Associated to a good +`src/examples/platforms/` repository comprises a variety of platforms ranging +from simple to elaborate. Associated to a good visualization tool to ensure your simulation is meaningful, they can allow you to study to which extent your algorithm scales... @@ -462,7 +457,7 @@ What is the largest number of tasks requiring 50e6 flops and 1e5 bytes that you manage to distribute and process in one hour on `g5k.xml` (you should use `deployment_general.xml`)? -# Points to improve for the next time +# TODO: Points to improve for the next time - Propose equivalent exercises and skeleton in java. - Propose a virtualbox image with everything (simgrid, paje, viva,