Re: [AMBER] Error - Amber 22 Installation with Cuda

From: Osadchey Brown, Reilly via AMBER <amber.ambermd.org>
Date: Mon, 20 Feb 2023 19:56:40 +0000

Hi Abdelatif,

For me, this was fixed by adding one line to the CMakeLists.txt file. Please see the below text which shows the start of my CMakelists.txt file and has the added line.

Best,
Reilly Osadchey Brown


cmake_minimum_required(VERSION 3.8.1)
project(Amber NONE)

#version number
#---------------------------------------------------------------------------------------------------------------------------------------------------------------------
set(Amber_MAJOR_VERSION 22)
set(Amber_MINOR_VERSION 0)
set(Amber_PATCH_VERSION 0)

set(Amber_VERSION "${Amber_MAJOR_VERSION}.${Amber_MINOR_VERSION}.${Amber_PATCH_VERSION}")

# flag to submodules to tell them to not run their own version of AmberCmakeConfig
set(INSIDE_AMBER TRUE)

#ADDED LINE TO FIX CUB ISSUE
add_compile_definitions(THRUST_IGNORE_CUB_VERSION_CHECK)


________________________________
From: ABDELATIF MESSAOUDI via AMBER <amber.ambermd.org>
Sent: 20 February 2023 14:37
To: AMBER Mailing List <amber.ambermd.org>
Subject: [AMBER] Error - Amber 22 Installation with Cuda

Dear AMBER users,


I am trying to install AMBER22 with Cuda. I am getting the error :



After running "./run_cmake" ; When I run "make install" I get the following
error :

Scanning dependencies of target pmemd_xray_contracts

[ 90%] Built target pmemd_xray_contracts

Scanning dependencies of target pmemd_xray_gpu

[ 90%] Built target pmemd_xray_gpu

Scanning dependencies of target pmemd_obj_cuda

Consolidate compiler generated dependencies of target pmemd_obj_cuda

[ 91%] Built target pmemd_obj_cuda

Scanning dependencies of target pmemd_obj_cuda_mpi

Consolidate compiler generated dependencies of target pmemd_obj_cuda_mpi

[ 93%] Built target pmemd_obj_cuda_mpi

[ 93%] Building NVCC (Device) object
src/pmemd/src/cuda/CMakeFiles/pmemd_cuda_SPFP.dir/pmemd_cuda_SPFP_generated_kNLRadixSort.cu.o

In file included from
/usr/include/thrust/system/cuda/detail/execution_policy.h:35,

from /usr/include/thrust/iterator/detail/device_system_tag.h:23,

from /usr/include/thrust/iterator/detail/iterator_facade_category.h:22,

from /usr/include/thrust/iterator/iterator_facade.h:37,

from
/home/abdel/SOFT/amber22_src/src/pmemd/src/./cub/device/../iterator/arg_index_input_iterator.cuh:48,

from
/home/abdel/SOFT/amber22_src/src/pmemd/src/./cub/device/device_reduce.cuh:41,

from /home/abdel/SOFT/amber22_src/src/pmemd/src/./cub/cub.cuh:53,

from /home/abdel/SOFT/amber22_src/src/pmemd/src/cuda/kNLRadixSort.cu:14:

/usr/include/thrust/system/cuda/config.h:79:2: error: #error The version of
CUB in your include path is not compatible with this release of Thrust. CUB
is now included in the CUDA Toolkit, so you no longer need to use your own
checkout of CUB. Define THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.

79 | #error The version of CUB in your include path is not compatible with
this release of Thrust. CUB is now included in the CUDA Toolkit, so you no
longer need to use your own checkout of CUB. Define
THRUST_IGNORE_CUB_VERSION_CHECK to ignore this.

| ^~~~~

CMake Error at
pmemd_cuda_SPFP_generated_kNLRadixSort.cu.o.RELEASE.cmake:218 (message):

Error generating

/home/abdel/SOFT/amber22_src/build/src/pmemd/src/cuda/CMakeFiles/pmemd_cuda_SPFP.dir//./pmemd_cuda_SPFP_generated_kNLRadixSort.cu.o



make[2]: ***
[src/pmemd/src/cuda/CMakeFiles/pmemd_cuda_SPFP.dir/build.make:1676 :
src/pmemd/src/cuda/CMakeFiles/pmemd_cuda_SPFP.dir/pmemd_cuda_SPFP_generated_kNLRadixSort.cu.o]
Erreur 1

make[1]: *** [CMakeFiles/Makefile2:9879 :
src/pmemd/src/cuda/CMakeFiles/pmemd_cuda_SPFP.dir/all] Erreur 2

make: *** [Makefile:156 : all] Erreur 2



Best regards


Abdelatif Messaoudi

LCMVAR, University of Batna1, Algeria
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Feb 20 2023 - 12:00:03 PST
Custom Search