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
6822039a
Commit
6822039a
authored
Apr 23, 2021
by
incardon
Browse files
Fixing compilation with mpi wrappers
parent
806dd998
Pipeline
#2962
failed with stages
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
6822039a
...
...
@@ -50,10 +50,6 @@ 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
${
MPI_C_COMPILER
}
)
set
(
CMAKE_CXX_COMPILER
${
MPI_CXX_COMPILER
}
)
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