Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
49eb19a3
Commit
49eb19a3
authored
Dec 23, 2014
by
BRAMAS Berenger
Browse files
If starpu and mpi are enabled than enable starpu_mpi
parent
4f562f57
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
49eb19a3
...
...
@@ -262,6 +262,11 @@ endif()
if
(
ScalFMM_USE_STARPU
)
SET
(
STARPU_LIBRARIES
" -L$ENV{STARPU_LIB}; -lstarpu-1.1"
)
# CACHE STRING "Set your STARPU flags"
if
(
ScalFMM_USE_MPI
)
SET
(
STARPU_LIBRARIES
"
${
STARPU_LIBRARIES
}
-lstarpumpi-1.1"
)
endif
()
SET
(
STARPU_INCLUDES
"$ENV{STARPU_INC}"
)
# CACHE STRING "Set your STARPU flags"
SET
(
SCALFMM_LIBRARIES
"
${
SCALFMM_LIBRARIES
}
;
${
STARPU_LIBRARIES
}
"
)
# SET(SCALFMM_INCLUDES "${SCALFMM_INCLUDES}; ${STARPU_INCLUDES}")
...
...
Write
Preview
Markdown
is supported
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