Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce class simgrid::smpi::utils::FactorSet to reduce code dupplication
[simgrid.git] / examples / README.rst
index 9fe8b5f8cc0e9de6cd2d0c0392e18880d66a6bb7..6095a70cb85bed2b3181823a24ac1d6ed9169afb 100644 (file)
@@ -965,7 +965,7 @@ Shows how to implement a classical communication pattern, where a token is excha
 Master Workers
 ^^^^^^^^^^^^^^
 
-Another good old example, where one Master acto$ has a bunch of tasks to dispatch to a set of several Worker actors. 
+Another good old example, where one Master actor has a bunch of tasks to dispatch to a set of several Worker actors.
 This example is used in the :ref:`SimGrid tutorial <usecase_simalgo>`.
 
 .. tabs::
@@ -989,6 +989,8 @@ This example is used in the :ref:`SimGrid tutorial <usecase_simalgo>`.
       .. showfile:: examples/c/app-masterworker/app-masterworker.c
          :language: cpp
 
+   .. example-tab:: examples/python/app-masterworkers/app-masterworkers.py
+
 Data diffusion
 --------------