Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added Python bindings: Comm.wait_for() and Comm.wait_any_for()
[simgrid.git] / examples / python / CMakeLists.txt
index 0ad9767..cca4bd3 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-wait comm-waitall 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)