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
806dd998
Commit
806dd998
authored
Apr 23, 2021
by
incardon
Browse files
Fixing compilation with mpi wrappers
parent
1c47103c
Pipeline
#2961
failed with stages
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
806dd998
...
...
@@ -52,8 +52,8 @@ if(HIP_FOUND)
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++
)
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