From: Martin Quinson Date: Sun, 17 Mar 2019 20:16:26 +0000 (+0100) Subject: python doc: add Comm and Exec to the refguide X-Git-Tag: v3_22~69 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/902d2be616da66488e2ef2c2066f47d651a27f6c?ds=sidebyside python doc: add Comm and Exec to the refguide --- diff --git a/docs/source/app_s4u.rst b/docs/source/app_s4u.rst index 3c8c2064d9..3f6767b8bf 100644 --- a/docs/source/app_s4u.rst +++ b/docs/source/app_s4u.rst @@ -592,6 +592,13 @@ Class Actor .. autoclass:: simgrid.Actor :members: +========== +Class Comm +========== + +.. autoclass:: simgrid.Comm + :members: + ============ Class Engine ============ @@ -599,6 +606,13 @@ Class Engine .. autoclass:: simgrid.Engine :members: +========== +Class Exec +========== + +.. autoclass:: simgrid.Exec + :members: + ========== Class Host ========== diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index 350d07361c..eb18e34460 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -216,7 +216,7 @@ Executions on the CPU These objects are convenient abstractions of parallel computational kernels that span over several machines, such as a PDGEM and the other ScaLAPACK routines. Note that this only works - with the "ptask_L07" host model (`--cfg=host/model:ptask_L07`). + with the "ptask_L07" host model (``--cfg=host/model:ptask_L07``). |br| `examples/s4u/exec-ptask/s4u-exec-ptask.cpp `_ - **Using Pstates on a host:**