Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CMAKE] Activate LB example
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 14 Jun 2018 08:39:34 +0000 (10:39 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 2 Aug 2018 19:55:53 +0000 (21:55 +0200)
examples/smpi/CMakeLists.txt

index 4a0d8f6..ef0b588 100644 (file)
@@ -5,8 +5,7 @@ if(enable_smpi)
 
   file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/mc/")
 
-  foreach(x replay
-            trace trace_simple trace_call_location energy load_balancer)
+  foreach(x replay load_balancer trace trace_simple trace_call_location energy)
     add_executable       (smpi_${x} ${CMAKE_CURRENT_SOURCE_DIR}/${x}/${x})
     target_link_libraries(smpi_${x} simgrid)
     set_target_properties(smpi_${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})