From 974a494a7cac5d47ae04921393d09f57fd3039f8 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Fri, 23 Apr 2021 23:07:21 +0200
Subject: [PATCH] Eliminating wrappers

---
 CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 515c7a0..1acd4ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
-- 
GitLab