GROMACS version:2023.3
GROMACS modification: No
Here post your question
I am trying to install the Cuda version of Gromacs. However, I am getting the following error after executing cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON -DGMX_GPU=CUDA -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda
. Error : [ 98%] Linking CXX executable …/…/…/bin/argon-forces-integration
/bin/ld: /home/saikat/softwares/gromacs-2023.3/build/lib/libgromacs.so.8: undefined reference to srot_' /bin/ld: /home/saikat/softwares/gromacs-2023.3/build/lib/libgromacs.so.8: undefined reference to
strsm_’
collect2: error: ld returned 1 exit status
make[2]: *** [api/nblib/samples/CMakeFiles/argon-forces-integration.dir/build.make:100: bin/argon-forces-integration] Error 1
make[1]: *** [CMakeFiles/Makefile2:3762: api/nblib/samples/CMakeFiles/argon-forces-integration.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
Please help me to solve the errors.