Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f19e4b89 authored by THIBAULT Samuel's avatar THIBAULT Samuel
Browse files

Fix detecting starpu-mpi in simulation mode

parent 5ec61c4e
No related branches found
No related tags found
No related merge requests found
......@@ -560,13 +560,13 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
# create list of components in order to make a single call to find_package(starpu...)
if(NOT CHAMELEON_SIMULATION)
set(STARPU_COMPONENT_LIST "HWLOC")
if(CHAMELEON_USE_MPI)
list(APPEND STARPU_COMPONENT_LIST "MPI")
endif()
if(CHAMELEON_USE_CUDA)
list(APPEND STARPU_COMPONENT_LIST "CUDA")
endif()
endif()
if(CHAMELEON_USE_MPI)
list(APPEND STARPU_COMPONENT_LIST "MPI")
endif()
if(CHAMELEON_ENABLE_TRACING)
list(APPEND STARPU_COMPONENT_LIST "FXT")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment