GROMACS version: 2023
CUDA - 12.0
System- Ubuntu (WSL2)
GPU- GTX1650
Here post your question
I am trying to make a GPU build of Gromacs but it’s failing everytime
tanishque@DESKTOP-7V2NMM0:~/gromacs-2023/build$ sudo cmake … -DGMX_GPU=CUDA
– Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development Development.Module Development.Embed) (found suitable version “3.10.6”, minimum required is “3.7”)
– Checking if nvcc accepts flags --generate-code=arch=compute_35,code=sm_35
– Checking if nvcc accepts flags --generate-code=arch=compute_35,code=sm_35 - Failed
– Checking if nvcc accepts flags --generate-code=arch=compute_37,code=sm_37
– Checking if nvcc accepts flags --generate-code=arch=compute_37,code=sm_37 - Failed
– Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
– Doxygen not found. Documentation targets will not be generated.