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
264e97a4
Commit
264e97a4
authored
Jun 23, 2014
by
COULAUD Olivier
Browse files
Set default Flag ScalFMM_USE_MKL_AS_FFTW to OFF
parent
6c9bbf06
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
264e97a4
...
...
@@ -187,7 +187,7 @@ endif(ScalFMM_USE_BLAS)
# FFT option
if
(
ScalFMM_USE_FFT
)
OPTION
(
ScalFMM_USE_MKL_AS_FFTW
"Set to ON to use MKL FFTW"
O
N
)
OPTION
(
ScalFMM_USE_MKL_AS_FFTW
"Set to ON to use MKL FFTW"
O
FF
)
if
(
ScalFMM_USE_MKL_AS_FFTW
)
SET
(
FFT_LIBRARIES
"-L$ENV{MKLROOT}/lib; -lmkl_intel_lp64; -lmkl_sequential; -lmkl_core; -lpthread; -lm"
CACHE STRING
"Set your MKL flags"
)
SET
(
FFT_INCLUDES
"$ENV{MKLROOT}/include/fftw"
CACHE STRING
"Set your MKL flags"
)
...
...
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