GROMACS version: 2020.6
GROMACS modification: No
I’m trying to restart a simulation which crashed last night from the checkpoint file, using the usual -cpi checkpoint.cpt with deffnm as usual, but mdrun throws the following error:
Inconsistency in user input:
Some output files listed in the checkpoint file step7_1ra.cpt are not present
or not named as the output files by the current program:)Expected output files
that are present:
step7_1ra.log
step7_1ra.trr
step7_1ra.edrExpected output files that are not present or named differently:
step7_1ra_pullx.xvg
step7_1ra_pullf.xvg
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
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.
However, these files are indeed present and in the same directory, and I am using deffnm at all times!
I don’t care what happens to these files, I’m only using the pull code to enforce a protein-ligand restraint.
I also don’t want to start writing new output files and create a mess that I will have to piece back together.
What can I do?