Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix makedistcheck
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 20 Jan 2022 17:20:13 +0000 (18:20 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 20 Jan 2022 17:20:13 +0000 (18:20 +0100)
MANIFEST.in
examples/python/CMakeLists.txt

index 410129f..e2fdf2b 100644 (file)
@@ -508,6 +508,8 @@ include examples/python/actor-suspend/actor-suspend.py
 include examples/python/actor-suspend/actor-suspend.tesh
 include examples/python/actor-yield/actor-yield.py
 include examples/python/actor-yield/actor-yield.tesh
+include examples/python/app-masterworkers/app-masterworkers.py
+include examples/python/app-masterworkers/app-masterworkers.tesh
 include examples/python/clusters-multicpu/clusters-multicpu.py
 include examples/python/clusters-multicpu/clusters-multicpu.tesh
 include examples/python/comm-wait/comm-wait.py
@@ -2027,6 +2029,7 @@ include examples/platforms/wifi_ns3.xml
 include examples/python/CMakeLists.txt
 include examples/python/actor-create/actor-create_d.xml
 include examples/python/actor-lifetime/actor-lifetime_d.xml
+include examples/python/app-masterworkers/app-masterworkers_d.xml
 include examples/smpi/CMakeLists.txt
 include examples/smpi/NAS/CMakeLists.txt
 include examples/smpi/comm_dynamic_costs/CMakeLists.txt
index 157f7be..7edc4bc 100644 (file)
@@ -20,4 +20,5 @@ endforeach()
 
 set(examples_src  ${examples_src}                                                      PARENT_SCOPE)
 set(tesh_files    ${tesh_files}   examples/python/actor-create/actor-create_d.xml
-                                  examples/python/actor-lifetime/actor-lifetime_d.xml  PARENT_SCOPE)
+                                  examples/python/actor-lifetime/actor-lifetime_d.xml
+                                  examples/python/app-masterworkers/app-masterworkers_d.xml  PARENT_SCOPE)