I have recently installed gromacs-2018.6 on my desktop PC. It has NVIDIA-GeForce-RTX-1080-Ti gpu and I am using CUDA-11.7. I used the following cmake command:
cmake … -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=OFF -DGMX_MPI=off -DCMAKE_INSTALL_PREFIX=/home/softwares/gromacs-2018.6 -DGMX_GPU=CUDA -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11.7/ -DREGRESSIONTEST_PATH=/home/regressiontests-2018 -DGMX_CUDA_TARGET_SM=“35;50;52;53;60;80;86;70;75” -DGMX_SIMD=AVX_512 -DGMX_USE_RDTSCP=ON
this was followed by “sudo make” → this runs without any error
then I ran “sudo make check” —> it is showing one test failed: 8 - GpuUtilsUnitTests (Failed)
However, I have installed gromacs using “sudo make install” without errors and currently running simulations as well.
What is this GpuUtilsUnitTests error and is there a way to get rid of it or it is something we can ignore? Any suggestion is much appreciated, thank you.