Skip to content
Snippets Groups Projects
Commit 6822039a authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing compilation with mpi wrappers

parent 806dd998
No related branches found
No related tags found
No related merge requests found
Pipeline #2962 failed
...@@ -50,10 +50,6 @@ find_package(HIP) ...@@ -50,10 +50,6 @@ find_package(HIP)
if(HIP_FOUND) if(HIP_FOUND)
set(DEFINE_HIP_GPU "#define HIP_GPU") set(DEFINE_HIP_GPU "#define HIP_GPU")
set(DEFINE_CUDIFY_USE_HIP "#define CUDIFY_USE_HIP") 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() endif()
if(HIP_FOUND) if(HIP_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment