Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a link from API ref to example
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 5cc2bca..54f83a7 100644 (file)
@@ -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
+ * <https://framagit.org/simgrid/simgrid/tree/master/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
  */