GROMACS version:2021.3
GPU:GTX3070
CPU: Intel(R) Xeon(R) Platinum 8273CL CPU @ 2.20GHz 28cores
GROMACS modification: No
when I submit the first task, the GPU usage is 52%.
but I submit the secont task on the same GPU, the GPU usage is 80%.
I think that the GPU usage should be about 100%. This result make me confused.
Is this normal? I want to know.
I used 9 cores for every task.
my gmx command:
# first task
gmx mdrun -v -deffnm ./md/md -pin on -ntmpi 1 -ntomp 9 -pme gpu -nb gpu -gpu_id 1 -pinoffset 0
# sencond task
gmx mdrun -v -deffnm ./md/md -pin on -ntmpi 1 -ntomp 9 -pme gpu -nb gpu -gpu_id 1 -pinoffset 18