<br>I'm trying to compile cp2k version 7.1 using INTEL MKL, without CUDA<br><br>First I entered the tools/toolchain folder and executed:<br><br><i>./install_cp2k_toolchain.sh --with-mkl=system --with-elpa=no --enable-cuda=no</i><br><br>which terminates fine, the final part of the message is:<br><br><i>Done!<br>Now copy:<br>  cp /home/bruno.focassio/codes/cp2k-7.1/tools/toolchain/install/arch/* to the cp2k/arch/ directory<br>To use the installed tools and libraries and cp2k version<br>compiled with it you will first need to execute at the prompt:<br>  source /home/bruno.focassio/codes/cp2k-7.1/tools/toolchain/install/setup<br>To build CP2K you should change directory:<br>  cd cp2k/<br>  make -j 32 ARCH=local VERSION="sopt sdbg ssmp popt pdbg psmp"<br><br>arch files for GPU enabled CUDA versions are named "local_cuda.*"<br>arch files for valgrind versions are named "local_valgrind.*"<br>arch files for coverage versions are named "local_coverage.*"<br><br>Note that these pre-built arch files are for the GNU compiler, users have to adapt them for other compilers.<br>It is possible to use the provided CP2K arch files as guidance.<br><br><br></i>I copied the files as instructed and when executing the make command:<br><br><i>make ARCH=local VERSION="sopt ssmp popt psmp"<br><br></i>It returns an error in the following step:<br><br><i>nvcc -c  -I'/home/bruno.focassio/codes/cp2k-7.1/exts/dbcsr/src' /home/bruno.focassio/codes/cp2k-7.1/exts/dbcsr/src/acc/cuda/dbcsr_cuda_nvtx_cu.cu<br></i><br><br>What am I missing ?<br><br>Thanks in advance<br>