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
MPIBP-Hummer
BioEM
Commits
448a268c
Commit
448a268c
authored
Jun 14, 2016
by
Markus Rampp
Browse files
fix commit 00616f of CMakeLists.txt
* renaming of options INCLUDE_MPI, ... to USE_MPI,... was incomplete
parent
37f46999
Pipeline
#5126
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
448a268c
...
...
@@ -42,7 +42,7 @@ include_directories(${Boost_INCLUDE_DIRS})
###Find CUDA
set
(
BIOEM_CUDA_STATUS
"Disabled"
)
if
(
INCLUD
E_CUDA
)
if
(
US
E_CUDA
)
set
(
BIOEM_CUDA_STATUS
"Not Found"
)
find_package
(
CUDA
)
endif
()
...
...
@@ -67,7 +67,7 @@ endif()
###Find OpenMP
set
(
BIOEM_OPENMP_STATUS
"Disabled"
)
if
(
INCLUD
E_OPENMP
)
if
(
US
E_OPENMP
)
set
(
BIOEM_OPENMP_STATUS
"Not Found"
)
find_package
(
OpenMP
)
endif
()
...
...
@@ -80,7 +80,7 @@ endif()
###Find MPI
set
(
BIOEM_MPI_STATUS
"Disabled"
)
if
(
INCLUD
E_MPI
)
if
(
US
E_MPI
)
set
(
BIOEM_MPI_STATUS
"Not Found"
)
find_package
(
MPI
)
endif
()
...
...
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