Hello.

I am trying to use gromacs to start an MD simulation of a protein-ligand complex.

I was following the recommended tutorial http://www.mdtutorials.com/gmx/complex/index.html

- I did the system preparation, minimization and heating.

- I am trying to start an equilibrium as a continuation from the heating, getting two errors: FATAL ERROR or INCONSISTENCY INPUT.

_____________________________________________________________________________

---> options in my step07_npt.mdp file:

[...]

continuation = yes ; continuing from NVT

[...]

gen_vel = no ; velocity generation off after NVT

_____________________________________________________________________________

running previous grompp to generate tpr.

_____________________________________________________________________________

$ gmx_mpi grompp -f par/mdp/step07a_npt.mdp

-c str/complex/step06d_nvt_ann_LONG.gro

-r str/complex/step06d_nvt_ann_LONG.gro

-p top/top/test.top

-t bin/cpt/step06d_nvt_ann_LONG.cpt

-n str/idx/step06c_complex.ndx

-o bin/tpr/step07a_npt.tpr

-pp top/top/step07a_npt_POSRE.top

-po run/log/mdout/step07a_npt_mdout.mdp

I tried different options:

[ step06_nvt is previous heating step - step07_npt is equilibrium step]

1. try running continuation from heating using heating output files:

_____________________________________________________________________________

$ gmx_mpi mdrun -v -s bin/tpr/step07a_npt.tpr

-cpi bin/cpt/step06d_nvt_ann_LONG.cpt

-o bin/trj/step06d_nvt_ann_LONG.trr

-x bin/trj/step06d_nvt_ann_LONG.xtc

-cpo bin/cpt/step07a_npt.cpt -cpt 60

-c str/complex/step07a_npt.gro

-e bin/edr/step06d_nvt_ann_LONG.edr

-g run/log/mdlog/step06_nvt_ann_LONG.log

ERROR:

>

Inconsistency in user input:

Some output files listed in the checkpoint file

bin/cpt/step06d_nvt_ann_LONG.cpt are not present or not named as the output

files by the current program:)

Expected output files that are present:

Expected output files that are not present or named differently:

run/log/mdlog/step06_nvt_ann_LONG.log

bin/trj/step06d_nvt_ann_LONG.xtc

bin/edr/step06d_nvt_ann_LONG.edr

To keep your simulation files safe, this simulation will not restart. Either

name your output files exactly the same as the previous simulation part (e.g.

with -deffnm or explicit naming), or make sure all the output files are

present (e.g. run from the same directory as the previous simulation part), or

instruct mdrun to write new output files with mdrun -noappend. In the last

case, you will not be able to use appending in future for this simulation.

_____________________________________________________________________________

2. running with noappend option and using new file names.

_____________________________________________________________________________

$ gmx_mpi mdrun -v -s bin/tpr/step07a_npt.tpr

-cpi bin/cpt/step06d_nvt_ann_LONG.cpt

-o bin/trj/step07a_npt.trr

-x bin/trj/step07a_npt.xtc

-cpo bin/cpt/step07a_npt.cpt -cpt 60

-c str/complex/step07a_npt.gro

-e bin/edr/step07a_npt.edr

-g run/log/mdlog/step07a_npt.log

-noappend

ERROR:

>

Fatal error:

Cannot change a simulation algorithm during a checkpoint restart. Perhaps you

should make a new .tpr with grompp -f new.mdp -t

bin/cpt/step06d_nvt_ann_LONG.cpt

_____________________________________________________________________________

More Ania Di Pede Mattatelli's questions See All
Similar questions and discussions