Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
give SimDag the ability to retrieve the amount of cores per host
[simgrid.git] / teshsuite / bug-17132 / CMakeLists.txt
index e4c86f6..f2000e0 100644 (file)
@@ -10,6 +10,7 @@ if(enable_smpi)
        
   set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
+  include_directories("${CMAKE_HOME_DIRECTORY}/include/smpi")
   add_executable(bug-17132 ${CMAKE_HOME_DIRECTORY}/teshsuite/bug-17132/bug-17132.c)
   target_link_libraries(bug-17132 simgrid)
 
@@ -31,6 +32,7 @@ if(enable_smpi)
   set(txt_files
     ${txt_files}
     ${CMAKE_CURRENT_SOURCE_DIR}/hostfile.txt
+    ${CMAKE_CURRENT_SOURCE_DIR}/README
     PARENT_SCOPE)
     
 endif(enable_smpi)