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

Eliminating wrappers

parent abf8c0c2
No related branches found
No related tags found
No related merge requests found
Pipeline #2963 passed
......@@ -40,10 +40,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 mpicc)
set(CMAKE_CXX_COMPILER mpic++)
endif()
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