From 4257126f6d1068bc2374b787421145a2e662a87c Mon Sep 17 00:00:00 2001 From: degomme Date: Thu, 28 Jul 2016 12:23:53 +0200 Subject: [PATCH] cloud-multicore test was not built anymore.. Too bad, because it's broken due to a bug in affinity handling (see #101). --- examples/msg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/CMakeLists.txt b/examples/msg/CMakeLists.txt index de4960f8d4..4805d49960 100644 --- a/examples/msg/CMakeLists.txt +++ b/examples/msg/CMakeLists.txt @@ -83,7 +83,7 @@ set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/actions-comm/actio ${CMAKE_CURRENT_SOURCE_DIR}/process-startkilltime/start_kill_d.xml PARENT_SCOPE) foreach(x actions-comm actions-storage app-bittorrent app-chainsend app-masterworker app-pingpong app-token-ring - async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple + async-wait async-waitall async-waitany cloud-capping cloud-masterworker cloud-migration cloud-simple cloud-multicore cloud-two-tasks dht-chord dht-pastry dht-kademlia platform-failures io-file io-remote io-storage task-priority process-create process-kill process-migration process-suspend platform-properties synchro-semaphore process-startkilltime) -- 2.20.1