Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert this example too
[simgrid.git] / examples / s4u / CMakeLists.txt
index 7a1b5f5..d20f005 100644 (file)
@@ -2,7 +2,7 @@ foreach (example actions-comm actions-storage
                  actor-create actor-daemon actor-execute actor-join actor-kill actor-lifetime actor-migration actor-suspend actor-yield
                  app-masterworker app-pingpong app-token-ring
                  async-wait async-waitany async-waitall
-                 energy-link energy-pstate energy-ptask
+                 energy-link energy-pstate energy-ptask energy-vm
                  io io-file-remote io-storage-raw
                  platform-properties plugin-hostload mutex)
   add_executable       (s4u-${example}  ${example}/s4u-${example}.cpp)
@@ -68,7 +68,7 @@ foreach(example actions-comm actions-storage
                 app-bittorrent app-masterworker app-pingpong app-token-ring 
                 async-wait async-waitall async-waitany
                 dht-chord 
-                energy-link energy-pstate energy-ptask
+                energy-link energy-pstate energy-ptask energy-vm
                 platform-properties plugin-hostload mutex
                 io io-file-remote io-storage-raw)
   ADD_TESH_FACTORIES(s4u-${example} "thread;ucontext;raw;boost"