Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another example to teshsuite move
[simgrid.git] / examples / msg / README.doc
index 00c8f32..9f9309a 100644 (file)
@@ -50,12 +50,6 @@ documentation, but it should remain readable directly.
     You can specify a start time and a kill time in the deployment
     file. See all *_d.xml files in this directory.
 
-  - <b>Using Pstates on a host</b>
-    @ref examples/msg/energy-pstate/energy-pstate.c\n
-    Show how define a set of pstates for a host and how the current
-    pstate can be accessed/changed with @ref MSG_get_host_current_power_peak and @ref  MSG_set_host_pstate.
-    See also the platform XML file for have a details on how to declare the CPU capacity for each pstate.
-
 @section msg_ex_tracing Tracing and visualization features
 
 Tracing can be activated by various configuration options which
@@ -153,10 +147,6 @@ simulated storages.
     This example illustrates the use of operations on file
     (@ref MSG_file_open, @ref MSG_file_read, @ref MSG_file_write,
     or @ref MSG_file_close).
-    
-  - <b>Remote I/O</b>. @ref examples/msg/io-remote/io-remote.c \n
-    I/O operations can also be done in a remote, i.e. when the
-    accessed disk is not mounted on the caller's host.
 
 @section msg_ex_misc Miscellaneous