GROMACS version: 2026.0 (Anaconda distribution, build nompi_cuda_h39c90b0_1, channel conda-forge)
GROMACS modification: No
Hello, I need to simulate several systems almost identical in terms of the number of atoms. All have the same protein receptor, the same water model, the same box size. The only difference is the ligands. My command was:
gmx mdrun -deffnm md -v
When I run one system at a time on a GPU, it takes around 6 hours to complete. nvidia-smi reported around 80% GPU utilization during the run.
Theoretically, if I run 2 systems at a time on the same GPU, it will take approximately 6*2 = 12 hours to complete, right? But the estimated complete time of mdrun was 3 days later!? And nvidia-smi reported just 2-3% GPU utilization.
I then ran these 2 systems on 2 different GPUs of the same model. Each GPU handled 1 system. The estimated complete time of mdrun was also 3 days later. And each GPU utilized only 2-3%.
I don’t know what caused such problem. Any help is appreciated.
Best regards,
Hoa