Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borken links in examples
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 15 Dec 2017 22:43:00 +0000 (23:43 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 15 Dec 2017 23:38:31 +0000 (00:38 +0100)
examples/msg/README.doc
examples/s4u/README.doc

index 9217d96..8d1ef09 100644 (file)
@@ -12,8 +12,6 @@ documentation, but it should remain readable directly.
     - @ref msg_ex_tracing_user_variables
   - @ref msg_ex_models
     - @ref msg_ex_ns3
-  - @ref msg_ex_apps
-  - @ref msg_ex_misc
 
 @section msg_ex_basics Basic examples and features
 
@@ -27,8 +25,7 @@ documentation, but it should remain readable directly.
  - <b>Master Workers</b>.
    @ref examples/msg/app-masterworker/app-masterworker.c\n
    Another good old example, where one Master process has a bunch of
-   task to dispatch to a set of several Worker processes. It is fully
-   commented in @ref msg_ex_master_worker.
+   task to dispatch to a set of several Worker processes.
 
 @section msg_ex_process Acting on Processes
 
index 8814a15..09cfb46 100644 (file)
@@ -176,7 +176,7 @@ also the tesh files in the example directories for details.
     pstate can be accessed/changed with @ref simgrid::s4u::Host::getPstateSpeed and @ref simgrid::s4u::Host::setPstate.
 
   - <b>Parallel tasks</b>
-    @ref examples/s4u/exec-ptasks/s4u-exec-ptasks.cpp\n
+    @ref examples/s4u/exec-ptask/s4u-exec-ptask.cpp\n
     These objects are convenient abstractions of parallel
     computational kernels that span over several machines. 
 
@@ -269,7 +269,7 @@ than the previous examples.
 @subsection s4u_ex_app_data Data diffusion
 
   - <b>Bit Torrent</b> 
-    @ref examples/s4u/app-bittorrent/s4u-app-bittorrent.cpp\n
+    @ref examples/s4u/app-bittorrent/s4u-bittorrent.cpp\n
     Classical protocol for Peer-to-Peer data diffusion.
     
   - <b>Chained send</b> 
@@ -279,7 +279,7 @@ than the previous examples.
 @subsection s4u_ex_app_dht Distributed Hash Tables (DHT)
 
   - <b>Chord Protocol</b> 
-    @ref examples/s4u/app-chord/s4u-app-chord.cpp\n
+    @ref examples/s4u/dht-chord/s4u-dht-chord.cpp\n
     One of the most famous DHT protocol.
 
 */
@@ -298,12 +298,14 @@ than the previous examples.
 @example examples/s4u/async-wait/s4u-async-wait.cpp
 @example examples/s4u/async-waitall/s4u-async-waitall.cpp
 @example examples/s4u/async-waitany/s4u-async-waitany.cpp
+@example examples/s4u/dht-chord/s4u-dht-chord.cpp
 @example examples/s4u/exec-basic/s4u-exec-basic.cpp
 @example examples/s4u/exec-async/s4u-exec-async.cpp
 @example examples/s4u/exec-dvfs/s4u-exec-dvfs.cpp
 @example examples/s4u/exec-monitor/s4u-exec-monitor.cpp
+@example examples/s4u/exec-ptask/s4u-exec-ptask.cpp
 @example examples/s4u/exec-remote/s4u-exec-remote.cpp 
-@example examples/s4u/app-bittorrent/s4u-app-bittorrent.cpp
+@example examples/s4u/app-bittorrent/s4u-bittorrent.cpp
 @example examples/s4u/app-chainsend/s4u-app-chainsend.cpp
 @example examples/s4u/app-masterworker/s4u-app-masterworker.cpp
 @example examples/s4u/app-pingpong/s4u-app-pingpong.cpp