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
edd00c4f
Commit
edd00c4f
authored
Jun 14, 2016
by
Pilar Cossio
Browse files
Merge branch 'master' of
https://gitlab.mpcdf.mpg.de/MPIBP-Hummer/BioEM
parents
b5f02160
448a268c
Pipeline
#5194
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
edd00c4f
...
...
@@ -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