X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/164e34e55e2c4633aac09c2706589fb3a0c40dcf..70d2f595faa35389d76189f75d8ac70ad0b01a36:/examples/README.rst 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::