From 902d2be616da66488e2ef2c2066f47d651a27f6c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 17 Mar 2019 21:16:26 +0100 Subject: [PATCH] python doc: add Comm and Exec to the refguide --- docs/source/app_s4u.rst | 14 ++++++++++++++ examples/s4u/README.rst | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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:** -- 2.20.1