GROMACS version: 2016.3
GROMACS modification: Yes/No
Here post your question
Hi everyone,
I am restarting my simulation from the last point in my trajectory. As I want to sample steps with more frequency for the simulation after restart I have to supply a new mdp file and use these commands as mentioned in the manual::
gmx_mpi grompp -f tmp.mdp -p water.top -t c.cpt -c confout.gro -o new.tpr
gmx_mpi mdrun -s new.tpr -cpi c.cpt -ntomp 1 -v -deffnm cnt -reprod -noappend
The simulation runs to infinity after mdrun and the output on the screen is –
WARNING: This run will generate roughly 641868500016085376 Mb of data
300 steps, infinite ps (continuing from step 1000000, 1000.0 ps).
However supplying mdrun with only tpr file and without cpt file helps prevent this and runs only for the desired steps.
Output is -:
300 steps, 0.3 ps.
I am storing data at 1 fs interval, earlier I was storing it every 100 fs and I am using Gromacs/2016.3 .
Running gmx check on the c.cpt file I obtain
Last frame -1 time 1000.000
Item #frames Timestep (ps)
Step 1
Time 1
Lambda 1
Coords 1
Velocities 1
Forces 0
Box 1
What sequence of steps should I use in order to sample my restart simulation at a different frequency ?
Thnx everyone