Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another msg examples thrown away
[simgrid.git] / examples / msg / CMakeLists.txt
index d630d38..a0450a8 100644 (file)
@@ -1,10 +1,9 @@
 # C examples
-foreach(x app-masterworker app-pingpong app-token-ring 
-          cloud-capping cloud-masterworker cloud-migration cloud-simple cloud-two-tasks
+foreach(x app-masterworker app-token-ring 
+          cloud-capping cloud-masterworker cloud-migration cloud-simple
           dht-pastry energy-consumption energy-onoff energy-vm platform-failures 
-          task-priority 
           plugin-hostload
-          process-create process-join
+          process-create 
           synchro-semaphore trace-categories 
           trace-route-user-variables trace-link-user-variables trace-masterworker trace-platform 
           trace-process-migration trace-host-user-variables)
@@ -44,7 +43,7 @@ foreach (file answer dht-kademlia node routing_table task)
   set(examples_src  ${examples_src}  ${CMAKE_CURRENT_SOURCE_DIR}/dht-kademlia/${file}.c  ${CMAKE_CURRENT_SOURCE_DIR}/dht-kademlia/${file}.h)
 endforeach()
 
-foreach (file app-chainsend app-masterworker app-pingpong dht-kademlia dht-pastry task-priority)
+foreach (file app-chainsend app-masterworker dht-kademlia dht-pastry)
   set(xml_files    ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/${file}/${file}_d.xml)
 endforeach()
 
@@ -71,12 +70,12 @@ set(xml_files    ${xml_files}     ${CMAKE_CURRENT_SOURCE_DIR}/app-masterworker/a
                                   ${CMAKE_CURRENT_SOURCE_DIR}/network-ns3/one_cluster_d.xml
                                   ${CMAKE_CURRENT_SOURCE_DIR}/network-ns3/two_clusters_d.xml       PARENT_SCOPE)
 
-foreach(x app-chainsend app-masterworker app-pingpong app-token-ring
+foreach(x app-chainsend app-masterworker app-token-ring
           cloud-capping cloud-masterworker cloud-migration cloud-simple 
-          cloud-two-tasks dht-pastry dht-kademlia platform-failures task-priority
+          dht-pastry dht-kademlia platform-failures
           energy-consumption energy-onoff energy-vm
           plugin-hostload
-          process-create process-join
+          process-create 
           synchro-semaphore)
   ADD_TESH_FACTORIES(msg-${x} "thread;ucontext;raw;boost" 
                               --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg/${x}