Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
f19e4b89
Commit
f19e4b89
authored
Sep 15, 2015
by
THIBAULT Samuel
Browse files
Fix detecting starpu-mpi in simulation mode
parent
5ec61c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f19e4b89
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment