From: Martin Quinson Date: Tue, 9 Oct 2018 23:42:52 +0000 (+0200) Subject: Add a link from API ref to example X-Git-Tag: v3_22~915 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1792528bc777bdd58792cae241c8f00bc9ac3ab6 Add a link from API ref to example --- 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 */