Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add repr for many simgrid objects. replace mailbox __str__ to match __repr__ of other...
[simgrid.git] / examples / python / CMakeLists.txt
index d2bb58a5dc853e6cedec35e03faa16755ab959b9..7d6b742d223602ec42be4dd609c495274db2221a 100644 (file)
@@ -3,6 +3,7 @@ foreach(example actor-create actor-daemon actor-join actor-kill actor-migrate ac
         comm-wait comm-waitall comm-waitallfor comm-waitany comm-failure comm-host2host comm-pingpong
         comm-ready comm-suspend comm-testany comm-throttling comm-waitallfor comm-waituntil
         exec-async exec-basic exec-dvfs exec-remote exec-ptask
+        operation-io operation-simple operation-switch-host operation-variable-load
         platform-comm-serialize platform-profile platform-failures
         network-nonlinear clusters-multicpu io-degradation exec-cpu-nonlinear
         synchro-barrier synchro-mutex synchro-semaphore)