Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Just added links to tutorials.
[simgrid.git] / doc / user_guide / doxygen / install.doc
index 1e76fc3..9f34aba 100644 (file)
@@ -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 <tt>masterslave.c</tt>: 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 : <tt>info make</tt> 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.
-
 
 
 */