X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0839a22c20695122eadb1ea6b957343c18348722..da06ff05b3164a8de84cfcfc427384c7791e5647:/examples/s4u/README.rst diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index a01e332eb4..d7f8291f70 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -281,6 +281,19 @@ Interacting with the Platform |br| `examples/s4u/platform-properties/s4u-platform-properties_d.xml `_ |br| `examples/platforms/prop.xml `_ + - **Specifying state profiles:** shows how to specify when the + resources must be turned off and on again, and how to react to such + failures in your code. + + |br| `examples/platforms/small_platform_with_failure.xml `_ + |br| The state profiles in `examples/platforms/profiles `_ + + - **Specifying speed profiles:** shows how to specify an external + load to resources, variating their peak speed over time. + + |br| `examples/platforms/small_platform_profile.xml `_ + |br| The speed, bandwidth and latency profiles in `examples/platforms/profiles `_ + ================= Energy Simulation =================