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
1873a1e6
Commit
1873a1e6
authored
Nov 08, 2012
by
BRAMAS Berenger
Browse files
Add External blas definition, for morse for example
parent
d5d56a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
1873a1e6
...
...
@@ -78,7 +78,9 @@ if( SCALFMM_USE_BLAS )
OPTION
(
SCALFMM_USE_MKL_AS_BLAS
"Set to ON to use MKL CBLAS"
OFF
)
if
(
SCALFMM_USE_MKL_AS_BLAS
)
SET
(
BLAS_LIBRARIES
"-L$ENV{MKLROOT}/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core"
)
else
()
elseif
(
SCALFMM_USE_EXTERNAL_BLAS
)
MESSAGE
(
STATUS
"BLAS SET BY EXTERNAL PROGRAM =
${
BLAS_LIBRARIES
}
"
)
else
()
INCLUDE
(
FindBLAS
)
INCLUDE
(
FindLAPACK
)
endif
()
...
...
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