I am trying to install CP2K with CUDA (12.3) on my windows 11 machine.<br />I followed the instructions on https://www.cp2k.org/howto:compile_on_windows for a parallel CP2K binary including building the toolchain<br />./install_cp2k_toolchain.sh --install-all --with-gcc=system --with-mpich=system --with-sirius=no<br />After that I did as explained at https://www.cp2k.org/howto:compile_with_cuda (adding the 3 lines to the ARCH file)<br />When I did this ld could not locate lcudar, lcublas, lcufft, and lnvrtc.<br />I then added:<br />sudo ln -s /usr/local/cuda/lib64/libcudart.so /usr/lib/libcudart.so<br />and similarly for the other 3 libraries. That took care of that problem but then I received a long list of issues that I do not understand, see attached log file.<br /><br />Could you please help me proceed further. I am new at installing those big codes and understanding and fixing these problems are very new to me<br />Thank you

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/cp2k/724e9ff6-57ad-4e51-8cc1-df7bd4728314n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/724e9ff6-57ad-4e51-8cc1-df7bd4728314n%40googlegroups.com</a>.<br />