Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mpp
MLUQ
Commits
4a2db582
Commit
4a2db582
authored
Feb 20, 2020
by
niklas.baumgarten
Browse files
fixed lapack and blas
parent
68497e68
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4a2db582
...
@@ -40,7 +40,8 @@ add_subdirectory(mlmc/src)
...
@@ -40,7 +40,8 @@ add_subdirectory(mlmc/src)
add_executable
(
MLMC-M++ mlmc/src/Main.C
)
add_executable
(
MLMC-M++ mlmc/src/Main.C
)
# Linking
# Linking
target_link_libraries
(
MLMC-M++ MLMC sprng SRC LIB_PS
${
SUPERLU
}
blas lapack fftw3 m
)
target_link_libraries
(
MLMC-M++ MLMC sprng SRC LIB_PS
${
SUPERLU
}
${
BLAS_LIBRARIES
}
${
LAPACK_LIBRARIES
}
fftw3 m
)
#---------------------------------------------------------------------------------------#
#---------------------------------------------------------------------------------------#
# Test Executables
# Test Executables
...
...
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