X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66a04c68ab4c5135a15505ca5484eb8c4e7cdca6..acad15c37e34c5892f882b056cd8d3112ea6b661:/doc/user_guide/doxygen/install.doc diff --git a/doc/user_guide/doxygen/install.doc b/doc/user_guide/doxygen/install.doc index 1e76fc3f51..9f34aba73b 100644 --- a/doc/user_guide/doxygen/install.doc +++ b/doc/user_guide/doxygen/install.doc @@ -1,9 +1,9 @@ -/*! \addtogroup SimGrid_install +/*! \page install Installing Simgrid \section install_cmake Installing the SimGrid library -\subsection install_intro Some generalitty +\subsection install_intro Some generality \subsubsection install_intro1 What is Cmake? @@ -439,7 +439,7 @@ feel free to organize it as you want). msg_task_usage. \li masterslave.c: a C file with the main function, i.e. - the MSG initialization (MSG_global_init()), the platform + the MSG initialization (MSG_init()), the platform creation (e.g. with MSG_create_environment()), the deployment phase (e.g. with MSG_function_register() and MSG_launch_application()) and the call to @@ -497,12 +497,6 @@ in a terminal : info make and read the introduction. The previous example should be enough for a first try but you may want to perform some more complex compilations... -\section install_setting_GRAS Setting up your own GRAS code - -If you use the GRAS interface instead of the MSG one, then previous section -is not the better source of information. Instead, you should check the GRAS -tutorial in general, and the \ref GRAS_tut_tour_setup in particular. - */