X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4d7a13984960eddb339b80aef389c1469ff6596..16ba43eb3e96c1e430734f866a4316e7e8a229ae:/doc/doxygen/tutorial.doc diff --git a/doc/doxygen/tutorial.doc b/doc/doxygen/tutorial.doc index 7b8347ec49..112c3eddfb 100644 --- a/doc/doxygen/tutorial.doc +++ b/doc/doxygen/tutorial.doc @@ -1,14 +1,13 @@ /*! @page tutorial SimGrid First Tutorial +SimGrid is a toolkit providing the core functionalities for the +simulation of distributed applications in heterogeneous distributed +environments. -[SimGrid](http://simgrid.gforge.inria.fr/) is a toolkit -that provides core functionalities for the simulation of distributed -applications in heterogeneous distributed environments. - -The specific goal of the project is to facilitate research in the area of -distributed and parallel application scheduling on distributed computing -platforms ranging from simple network of workstations to Computational -Grids. +The project goal is both to facilitate research and to help improving +real applications in the area of distributed and parallel systems, +ranging from simple network of workstations to Computational Grids to +Clouds and to supercomputers. \tableofcontents @@ -157,7 +156,7 @@ sudo apt-get install vite The corresponding archive with all source files can be obtained [here](http://simgrid.gforge.inria.fr/tutorials/msg-tuto/msg-tuto.tgz), while the simgrid archive contains -[several platform files](https://github.com/mquinson/simgrid/tree/master/examples/platforms) +[several platform files](https://github.com/simgrid/simgrid/tree/master/examples/platforms) (click on the "Raw" button of files you want to download from GitHub). ~~~~{.sh}