From 1792528bc777bdd58792cae241c8f00bc9ac3ab6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 10 Oct 2018 01:42:52 +0200 Subject: [PATCH] Add a link from API ref to example --- include/simgrid/s4u/Actor.hpp | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.20.1