Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
368cb4cc
Commit
368cb4cc
authored
Apr 23, 2021
by
incardon
Browse files
Fixing compilation with mpi wrappers
parent
0d505538
Pipeline
#2958
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
368cb4cc
...
...
@@ -50,6 +50,10 @@ find_package(HIP)
if
(
HIP_FOUND
)
set
(
DEFINE_HIP_GPU
"#define HIP_GPU"
)
set
(
DEFINE_CUDIFY_USE_HIP
"#define CUDIFY_USE_HIP"
)
else
#if not HIP we set the MPI wrappers
set
(
CMAKE_C_COMPILER mpicc
)
set
(
CMAKE_CXX_COMPILER mpic++
)
endif
()
if
(
HIP_FOUND
)
...
...
Write
Preview
Markdown
is supported
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