From: degomme Date: Thu, 28 Jul 2016 10:23:53 +0000 (+0200) Subject: cloud-multicore test was not built anymore.. X-Git-Tag: v3_14~699^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4257126f6d1068bc2374b787421145a2e662a87c cloud-multicore test was not built anymore.. Too bad, because it's broken due to a bug in affinity handling (see #101). --- 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)