]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/msg/CMakeLists.txt
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
extend C API for asynchronous executions
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index 96351f576514f920441cb8ec2400a3838b88f625..4b4c944a45a615914dbb0496381aa142b2020880 100644 (file)
@@ -1,12 +1,11 @@
 # C examples
 foreach(x async-wait
-          cloud-capping cloud-migration cloud-two-tasks cloud-simple
+          cloud-capping cloud-migration cloud-two-tasks
           get_sender host_on_off host_on_off_recv
           process-lifetime
-          energy-consumption energy-ptask energy-pstate platform-properties
+          energy-ptask energy-pstate platform-properties
           io-file io-file-remote
           task-priority
-          plugin-hostload
           trace_integration)
   if(enable_msg)
     add_executable       (${x} EXCLUDE_FROM_ALL ${x}/${x}.c)
@@ -88,17 +87,16 @@ if(enable_msg)
   foreach(x 
     async-wait
     app-bittorrent app-chainsend
-    cloud-capping cloud-migration cloud-two-tasks cloud-simple
+    cloud-capping cloud-migration cloud-two-tasks
     energy-pstate
     host_on_off host_on_off_processes host_on_off_recv
     get_sender
     task_destroy_cancel task_listen_from task_progress 
     process-lifetime
-    energy-consumption energy-ptask
+    energy-ptask
     io-file io-file-remote
     platform-properties
     task-priority
-    plugin-hostload
     trace_integration)
     
     ADD_TESH_FACTORIES(tesh-msg-${x} "raw"