X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/697e297f282dd1c06b0848d7bcbefd087f8d8730..895710d49f77179d9893bc76b3e31b69fae638af:/examples/s4u/README.doc diff --git a/examples/s4u/README.doc b/examples/s4u/README.doc index 1780dde6c5..f4f51c2487 100644 --- a/examples/s4u/README.doc +++ b/examples/s4u/README.doc @@ -58,12 +58,8 @@ TODO: document here the examples about plugins - Kill actors. @ref examples/s4u/actor-kill/s4u-actor-kill.cpp \n Actors can forcefully stop other actors with the @ref - simgrid::s4u::Actor::kill(void) method. - - - Kill actors (other function). - @ref examples/s4u/actor-kill-pid/s4u-actor-kill-pid.cpp \n - Actors can forcefully stop other actors with the @ref - simgrid::s4u::Actor::kill(aid_t) method. + simgrid::s4u::Actor::kill(void) or the @ref + simgrid::s4u::Actor::kill(aid_t) methods. - Controling the actor life cycle from the XML. @ref examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp @@ -217,6 +213,10 @@ result in short reads and short write, as in reality. @section s4u_ex_platf Interacting with the platform + - Retrieving the list of hosts matching a given criteria. + @ref examples/s4u/engine-filtering/s4u-engine-filtering.cpp\n + Filtering the actors that match a given criteria is rather simple. + - User-defined properties. @ref examples/s4u/platform-properties/s4u-platform-properties.cpp and @ref examples/s4u/platform-properties/s4u-platform-properties_d.xml and @@ -327,6 +327,7 @@ than the previous examples. @example examples/s4u/app-pingpong/s4u-app-pingpong.cpp @example examples/s4u/app-token-ring/s4u-app-token-ring.cpp @example examples/s4u/dht-chord/s4u-dht-chord.cpp +@example examples/s4u/engine-filtering/s4u-engine-filtering.cpp @example examples/s4u/energy-boot/platform_boot.xml @example examples/s4u/energy-boot/s4u-energy-boot.cpp @example examples/s4u/energy-exec/s4u-energy-exec.cpp