GROMACS version:2022.3
I am trying to continue my simulation on an HPC cluster using gmx_mpi mdrun with -cpi and -append.
However, when I use the restart command, I get an error .
Here is the command I used:
srun --mpi=pmix_v3 -n 16 gmx_mpi mdrun
-s /nlsasfs/home/biomol/alifaz/bn_rep1_full.tpr
-deffnm bt_rep1_full
-cpi bt_rep1_full.cpt
-append
-nsteps 428733500
-v -ntomp 16
I want to confirm if this is the correct way to restart the simulation.
Could you please tell me:
-
Is the command written correctly for continuing a run?
-
Do I need both
-cpiand-append, or only one of them? -
Is adding
-nstepsin a continuation run correct?