Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cloud-multicore test was not built anymore..
authordegomme <augustin.degomme@unibas.ch>
Thu, 28 Jul 2016 10:23:53 +0000 (12:23 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Thu, 28 Jul 2016 10:23:53 +0000 (12:23 +0200)
Too bad, because it's broken due to a bug in affinity handling (see #101).

examples/msg/CMakeLists.txt

index de4960f..4805d49 100644 (file)
@@ -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)