From 3ff4d2a1109e57a47bf650313959ee5eccc11861 Mon Sep 17 00:00:00 2001 From: Incardona Pietro <incardon@mpi-cbg.de> Date: Mon, 15 Nov 2021 22:11:32 +0100 Subject: [PATCH] Refactoring CMAKE for backend --- configure | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/configure b/configure index cdaca6cc..29474677 100755 --- a/configure +++ b/configure @@ -123,7 +123,6 @@ with_petsc with_eigen with_vcdevel enable_gpu -enable_hip enable_asan enable_garbageinj enable_garbageinjv @@ -249,8 +248,6 @@ do test_performance) conf_options="$conf_options -DTEST_PERFORMANCE=ON" ;; -<<<<<<< HEAD -======= gpu) if [ x"$CXX" == x"" ]; then conf_options="$conf_options" @@ -264,10 +261,6 @@ do fi conf_options="$conf_options -DENABLE_GPU=ON" ;; - hip) - conf_options="$conf_options -DHIP_ENABLE=ON" - ;; ->>>>>>> 49900f22654dff41bd2698a2a1f37ba6b2d05c49 asan) conf_options="$conf_options -DENABLE_ASAN=ON" ;; @@ -484,18 +477,6 @@ do case $ac_useropt in cuda_on_backend) conf_options="$conf_options -DCUDA_ON_BACKEND=$ac_optarg" - if [ x"$ac_optarg" == x"CUDA" ]; then - if [ x"$CXX" == x"" ]; then - conf_options="$conf_options" - else - conf_options="$conf_options -DCMAKE_CUDA_HOST_COMPILER=$(which $CXX)" - fi - if [ x"$CXXCUDA" == x"" ]; then - conf_options="$conf_options" - else - conf_options="$conf_options -DCMAKE_CUDA_COMPILER=$(which $CXXCUDA)" - fi - fi ;; libhilbert) conf_options="$conf_options -DLIBHILBERT_ROOT=$ac_optarg" -- GitLab