X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e02d3033625ed752857b621b3174efba3f8911d..1792528bc777bdd58792cae241c8f00bc9ac3ab6:/include/simgrid/s4u/Actor.hpp diff --git a/include/simgrid/s4u/Actor.hpp b/include/simgrid/s4u/Actor.hpp index 5cc2bca8ee..54f83a7c87 100644 --- a/include/simgrid/s4u/Actor.hpp +++ b/include/simgrid/s4u/Actor.hpp @@ -415,6 +415,9 @@ XBT_PUBLIC void execute(double flop, double priority); * \rst * .. _API_s4u_parallel_execute: * + * **Example of use:** `examples/s4u/exec-ptask/s4u-exec-ptask.cpp + * `_ + * * Parallel executions convenient abstractions of parallel computational kernels that span over several machines, * such as a PDGEM and the other ScaLAPACK routines. If you are interested in the effects of such parallel kernel * on the platform (e.g. to schedule them wisely), there is no need to model them in all details of their internal @@ -452,6 +455,7 @@ XBT_PUBLIC void execute(double flop, double priority); * parallel executions. Note that you can mix regular executions and communications with parallel executions, * provided that the platform model is LV08. * + * * \endrst */