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
solverstack
ScalFMM
Commits
e9ec467a
Commit
e9ec467a
authored
Mar 20, 2015
by
BRAMAS Berenger
Browse files
remove fast math is using starpu
parent
2e91efb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e9ec467a
...
...
@@ -372,6 +372,9 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/CMakeModules/morse/")
#
message
(
STATUS
"ScalFMM_USE_STARPU =
${
ScalFMM_USE_STARPU
}
"
)
if
(
ScalFMM_USE_STARPU
)
# No fast math with starpu
string
(
REPLACE
"-ffast-math"
" "
ScalFMM_CXX_FLAGS
${
ScalFMM_CXX_FLAGS
}
)
string
(
REPLACE
"-ffast-math"
" "
SCALFMM_FLAGS_OPTI_RELEASE
${
SCALFMM_FLAGS_OPTI_RELEASE
}
)
# CUDA could be used with StarPU enabled
option
(
ScalFMM_USE_CUDA
"Set to ON to use CUDA with StarPU"
OFF
)
...
...
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