Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
convert cloud capping
[simgrid.git] / teshsuite / msg / CMakeLists.txt
index d0835804690ca84c3daf4f0c9de91038eab2b1ca..9c3c9f09487f6af1afc66056a364ed5a42f41d75 100644 (file)
@@ -1,12 +1,11 @@
 # C examples
-foreach(x async-wait async-waitany
-          cloud-capping cloud-migration cloud-two-tasks cloud-simple
+foreach(x async-wait
+          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)
@@ -64,7 +63,6 @@ set(xml_files     ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-bittorrent/ap
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait2_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait3_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/async-wait/async-wait4_d.xml
-                                   ${CMAKE_CURRENT_SOURCE_DIR}/async-waitany/async-waitany_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/io-file-remote/io-file-remote_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/platform-properties/platform-properties_d.xml
                                    ${CMAKE_CURRENT_SOURCE_DIR}/process-lifetime/baseline_d.xml
@@ -89,17 +87,16 @@ if(enable_msg)
   foreach(x 
     async-wait
     app-bittorrent app-chainsend
-    cloud-capping cloud-migration cloud-two-tasks cloud-simple
+    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"