From 70d2f595faa35389d76189f75d8ac70ad0b01a36 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 10 Oct 2020 16:00:11 +0200 Subject: [PATCH] Make it clear in the doc that this example was extended to demo malleable tasks --- examples/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/README.rst b/examples/README.rst index 197c54c387..311b756ac2 100644 --- a/examples/README.rst +++ b/examples/README.rst @@ -440,6 +440,13 @@ Executions on the CPU 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``). + + This example demonstrates several kind of parallel tasks: regular + ones, communication-only (without computation), computation-only + (without communication), synchronization-only (neither + communication nor computation). It also shows how to reconfigure a + task after its start, to change the amount of hosts it runs onto. + This allows to simulate malleable tasks. .. tabs:: -- 2.20.1