Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix distcheck.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Mar 2022 14:55:44 +0000 (15:55 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 14 Mar 2022 15:05:13 +0000 (16:05 +0100)
MANIFEST.in
examples/python/CMakeLists.txt

index 2946efc..a803bfc 100644 (file)
@@ -525,6 +525,8 @@ include examples/python/comm-wait/comm-wait.py
 include examples/python/comm-wait/comm-wait.tesh
 include examples/python/comm-waitall/comm-waitall.py
 include examples/python/comm-waitall/comm-waitall.tesh
+include examples/python/comm-waitallfor/comm-waitallfor.py
+include examples/python/comm-waitallfor/comm-waitallfor.tesh
 include examples/python/comm-waitany/comm-waitany.py
 include examples/python/comm-waitany/comm-waitany.tesh
 include examples/python/comm-waitfor/comm-waitfor.py
index cca4bd3..aca123e 100644 (file)
@@ -1,6 +1,6 @@
 foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate actor-suspend actor-yield actor-lifetime
         app-masterworkers
-        comm-wait comm-waitall comm-waitany comm-waitfor
+        comm-wait comm-waitall comm-waitallfor comm-waitany comm-waitfor
         exec-async exec-basic exec-dvfs exec-remote
         platform-profile platform-failures
         network-nonlinear clusters-multicpu io-degradation exec-cpu-nonlinear)