X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6cbe53bf038252d0c8896c0c2bb176a762880b94..96b2e6ce54454beda93c9c934e9336f323482d56:/examples/s4u/README.doc?ds=sidebyside diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 5583e38df3..a19f8747af 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -102,7 +102,7 @@ documentation, but it should remain readable directly. Actors can move or be moved from a host to another with the @ref migrate method. - Using Pstates on a host - @ref examples/s4u/energy-pstate/s4u-energy-pstate.c\n + @ref examples/s4u/energy-pstate/s4u-energy-pstate.cpp\n Show how define a set of pstates for a host and how the current pstate can be accessed/changed with @ref getPstateSpeed and @ref sg_host_set_pstate. See also the platform XML file for have a details on how to declare the CPU capacity for each pstate. @@ -178,6 +178,7 @@ simulated storages. @example examples/s4u/app-token-ring/s4u-app-token-ring.cpp @example examples/s4u/app-masterworker/s4u-app-masterworker.cpp @example examples/s4u/app-pingpong/s4u-app-pingpong.cpp +@example examples/s4u/energy-pstate/s4u-energy-pstate.cpp @example examples/s4u/io-file-remote/s4u-io-file-remote.cpp @example examples/s4u/io-raw-storage/s4u-io-raw-storage.cpp @example examples/s4u/mutex/s4u-mutex.cpp