Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonas Schmitt
waLBerla
Commits
268325b2
Commit
268325b2
authored
Dec 19, 2016
by
Christian Godenschwager
Browse files
Disable building with Metis by default
parent
634ea400
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
268325b2
...
...
@@ -69,7 +69,7 @@ option ( WALBERLA_BUILD_TOOLS "Build Tools"
option
(
WALBERLA_BUILD_TUTORIALS
"Build Tutorials"
ON
)
option
(
WALBERLA_BUILD_WITH_MPI
"Build with MPI"
ON
)
option
(
WALBERLA_BUILD_WITH_METIS
"Build with metis graph partitioner"
ON
)
option
(
WALBERLA_BUILD_WITH_METIS
"Build with metis graph partitioner"
OFF
)
option
(
WALBERLA_BUILD_WITH_GPROF
"Enables gprof"
)
option
(
WALBERLA_BUILD_WITH_GCOV
"Enables gcov"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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