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
Kirill Terekhov
INMOST
Commits
20169557
Commit
20169557
authored
Mar 18, 2016
by
Kirill Terekhov
Browse files
CMake tweaks for SuperLU
parent
c9109b2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
inmost-config.cmake.in
View file @
20169557
...
...
@@ -31,6 +31,7 @@ set(USE_SOLVER_MONDRIAAN @USE_SOLVER_MONDRIAAN@)
set(USE_SOLVER_METIS @USE_SOLVER_METIS@)
set(USE_SOLVER_TRILINOS @USE_SOLVER_TRILINOS@)
set(USE_SOLVER_PETSC @USE_SOLVER_PETSC@)
set(USE_SOLVER_SUPERLU @USE_SOLVER_SUPERLU@)
if( USE_MPI )
list(APPEND INMOST_INCLUDE_DIRS "@MPI_INCLUDE_PATH@")
...
...
@@ -77,8 +78,8 @@ if( USE_SOLVER_TRILINOS )
endif( USE_SOLVER_TRILINOS )
if( USE_SOLVER_SUPERLU )
list(APPEND INMOST_LIBRARIES "@SUPERLU_LIBRARIES")
list(APPEND INMOST_INCLUDE_DIRS "@SUPERLU_INCLUDES")
list(APPEND INMOST_LIBRARIES "@SUPERLU_LIBRARIES
@
")
list(APPEND INMOST_INCLUDE_DIRS "@SUPERLU_INCLUDES
@
")
endif( USE_SOLVER_SUPERLU )
...
...
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