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
iwr
amdis
Commits
8272e4a7
Commit
8272e4a7
authored
Nov 15, 2021
by
Praetorius, Simon
Browse files
Update CMakeLists.txt
parent
1d0f5b90
Pipeline
#7309
passed with stages
in 23 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
8272e4a7
...
...
@@ -69,7 +69,7 @@ endif (MSVC)
# parallel of sequential version
if
(
ENABLE_PARALLEL_DOMAIN
)
set
(
ENABLE_MPI CACHE BOOL
"Compile with MPI compiler and library"
FORCE
)
set
(
ENABLE_MPI
1
CACHE BOOL
"Compile with MPI compiler and library"
FORCE
)
set
(
POSTFIX
"-p"
)
else
()
set
(
POSTFIX
"-s"
)
...
...
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