Configuration and compilation with CUDA #1631
foivoskar
started this conversation in
SPECFEM3D_GLOBE [General]
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure if this question falls into the interest of the community, if it is out of place, please feel free to remove it.
I am trying to configure and compile the GPU version of the SPECFEM3D_globe locally, for the first time, in a conda environment where I have installed cuda toolkit. I have checked that the system Cuda is version 12 and the drivers are correctly set. However, when I try to configure the compilation, I've got constantly an error message of "no such file or directory" for
cuda_runtime.h
. I have included either the path or the file inCUDA_INC=
flag, but the problem persists. I have checked that nvcc and cuda toolkit are correctly installed in my environment.I could assume that one of the issues is that I don't exactly know what flags should I add for
CUDA_FLAGS=
,CUDA_LIB=
, probablyCUDA_INC=
andMPI_INC=
in along with the./configure
command.Is there any experienced user with this issue?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions