GROMACS version:2021.4
GROMACS modification: No
Hi,
I am running production MD on a remote server with 1 MPI process and 8 OpenMP threads and a Nvidia A100 GPU.
My command: nohup gmx_mpi mdrun -v -deffnm step7 -nb gpu &
My system was running much slower than I expected. As I checked Nvidia-smi, I saw 100% use of CPU and only 40% of GPU.
When I tried to offload bonded and update to gpu, I got the following error:
Inconsistency in user input:
Update task on the GPU was required,
but the following condition(s) were not satisfied:
Nose-Hoover temperature coupling is not supported.
Therefore I could only offload nb.
What is the reason for the low activity of GPU? and Will adding bonded and update (after changing tcoupl to berendsen for example) give me a higher activity?
Thank you in advance.