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
Backofen, Rainer
amdis
Commits
27915f4e
Commit
27915f4e
authored
Jan 11, 2018
by
Praetorius, Simon
Browse files
cleanup of CMakeLists
parent
37ff109d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
27915f4e
...
...
@@ -29,17 +29,14 @@ cmake_dependent_option(ENABLE_PARALLEL_DOMAIN
# additional options for parallel_domain
# {
include
(
CMakeDependentOption
)
cmake_dependent_option
(
ENABLE_ZOLTAN
"Add support for the Parallel Partitioning suite Zoltan"
false
"ENABLE_PARALLEL_DOMAIN"
false
)
include
(
CMakeDependentOption
)
cmake_dependent_option
(
ENABLE_PARALLEL_SOLVERS
"Add some problem dependent solver, e.g. Feti, Navier-Stokes and Cahn-Hilliard"
true
"ENABLE_PARALLEL_DOMAIN"
false
)
include
(
CMakeDependentOption
)
cmake_dependent_option
(
ENABLE_BDDCML
"Add support for the BDDCML library"
false
"ENABLE_PARALLEL_DOMAIN"
false
)
...
...
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