Hi, I'm setting up a workstation Fedora 34, cuda-11.4 (GTX 1060 6GB) , gcc 9.4.
I installed openmpi (4.1.0) and openmpi-devel through dnf. I use module load mpi to load it.
The toolchain script claims it does not detect it and installed openmpi-4.0.5 .
Should I expect any issue with the generated arch file in regards to openmpi?
Also, at the end, it claims nvcc not detected. Basically, I run this and get as below:
sudo ./install_cp2k_toolchain.sh --with-openmpi --enable-cuda --gpu-ver=P100
WARNING: (./install_cp2k_toolchain.sh, line 330) No MPI installation detected on your system. Ignore this message if you are using Cray Linux Environment
nvcc not found, disabling CUDA by default
Compiling with 40 processes.
...
==================== generating arch files ====================
arch files can be found in the /home/smuraru/Installed/cp2k-support-v8.2/tools/toolchain/install/arch subdirectory
ERROR: (./scripts/generate_arch_files.sh) cannot find nvcc, please check if cuda is installed or in system search path
ERROR: (./scripts/generate_arch_files.sh, line 114) Non-zero exit code detected.
Can someone aid me slightly?