Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Doc] Started cleanup of examples.doc
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 11 Sep 2015 11:00:47 +0000 (13:00 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Sat, 12 Sep 2015 16:46:47 +0000 (18:46 +0200)
doc/doxygen/examples.doc
doc/doxygen/index.doc
doc/doxygen/inside_extending.doc
doc/doxygen/platform.doc
tools/cmake/DefinePackages.cmake

index 8c22cba..533c10f 100644 (file)
@@ -239,23 +239,6 @@ The following listing can be found in \c examples/msg/masterslave/deployment_mas
 
 \include platforms/small_platform.xml
 
-\section using_smpi Using SMPI
-You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial. 
-
-\section using_MC Using Model Checking
-You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial. 
-
-\section using_trace Using Trace
-Check out the \ref tracing section.
-
-You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial. 
-
-\section using_simdag Using SimDag
-You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial. 
-
-\section using_simix Using SIMIX
-You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial. 
-
 */
 
 
index eaf2ff6..e15a322 100644 (file)
@@ -11,8 +11,7 @@
 @endhtmlonly
 
 - @subpage introduction
-- @subpage use
-  - @ref help
+- @subpage understanding
 - @subpage platform
 - @subpage options
 - @subpage deployment
index bb37b1d..a88c6b5 100644 (file)
@@ -4,23 +4,27 @@
 \tableofcontents
 
 \section simgrid_dev_guide_model How to add a new model in surf?
-The figure below show the architecture of the SURF layer. This layer is composed
-of different kind of models representing the differents systems we want to
-modelize (i.e.cpu, network, storage, workstation, virtual machine).
+The figure below shows the architecture of the SURF layer. This layer is composed
+of different kinds of models representing the different systems we want to
+model (i.e., cpu, network, storage, workstation, virtual machine).
 
 A model in simgrid is composed of three classes: Model, Resource and Action
-(surf_interface.hpp).
+(\ref SURF_interface "surf_interface.hpp").
 
 \image html surf++.png
 \image latex surf++.pdf "surf++" width=\textwidth
 
 Actually there are five kind of models: CpuModel, NetworkModel, WorkstationModel,
 WorkstationVMModel and StorageModel. For each kind of model, there is an
-interface (e.g.: cpu_interface.hpp) and some implementations (e.g.: cpu_cas01.hpp,
+interface (e.g.: \ref SURF_cpu_interface "cpu_interface.hpp") and some implementations (e.g.: cpu_cas01.hpp,
 cpu_ti.hpp).
 
-init function:
-void surf_cpu_model_init_Cas01()
+The CPU model Cas01, for instance, is initialized by the function
+    void surf_cpu_model_init_Cas01()
+
+The different network models that are offered by simgrid are stored in the array
+that is defined as follows:
+
 s_surf_model_description_t surf_network_model_description[] = {
 
 \subsection simgrid_dev_guide_model_implem How to add a new model implementation in surf?
index 3b88012..365daca 100644 (file)
@@ -715,8 +715,8 @@ The storage facilities implemented in SimGrid help to model (and account for)
 storage devices, such as tapes, hard-drives, CD or DVD devices etc. 
 A typical situation is depicted in the figure below:
 
-\image html ./images/storage_sample_scenario.png
-\image latex ./images/storage_sample_scenario.png "storage_sample_scenario" width=\textwidth
+\image html ./webcruft/storage_sample_scenario.png
+\image latex ./webcruft/storage_sample_scenario.png "storage_sample_scenario" width=\textwidth
 
 In this figure, two hosts called Bob and Alice are interconnected via a network
 and each host is physically attached to a disk; it is not only possible for each host to
index e5a6f89..a3af7a0 100644 (file)
@@ -890,7 +890,7 @@ set(DOC_SOURCES
   doc/doxygen/pls.doc
   doc/doxygen/stylesheet.css
   doc/doxygen/tracing.doc
-  doc/doxygen/use.doc
+  doc/doxygen/examples.doc
 
   doc/manpage/smpicc.1
   doc/manpage/smpicxx.1