Good day, I tried to install CUDA 12.6 on Linux Mint 2022 and encountered this problem. After command:
cmake .. -DGMX_GPU=CUDA -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
I got an output:
CMake Error at /usr/share/cmake-3.28/Modules/CMakeDetermineCUDACompiler.cmake:270 (message):
Failed to detect a default CUDA architecture.
Compiler output:
Call Stack (most recent call first):
cmake/gmxManageCuda.cmake:116 (enable_language)
CMakeLists.txt:697 (include)
What could be the problem here? I have selected the version of the download file CUDO as in the picture.
Thank you