GROMACS version: 2022.4
GROMACS modification: No
Hi all,
I am running umbrella sampling on an aggregated peptide filament. I have a fairly large box and am timing out on the computing cluster I’m using. Originally, I thought no worries, I can just continue the job. I made a mistake and reran the job instead of continuing it. This generated the usual batch of #file# backup files. I renamed the new files with the older #file# files because they had more progress into the simulation. I did this intentionally to overwrite the new files.
I ran gmx mdrun -deffnm umbrella362 -cpi umbrella362.cpt -px umbrella362_pullx.xvg -pf umbrella362_pullf.xvg
And got the following error:
Checksum wrong for ‘umbrella362.log’. The file has been replaced or its
contents have been modified. Cannot do appending because of this condition.
I have double-checked that the file is present (a different error arises when I move umbrella362.log out of the working directory) and I haven’t modified the contents of the file, only the name of it. Given I’ve confirmed both of these things, I don’t know why GROMACS can’t find/read the file. Is there a way to undo whatever change I made to the umbrella362.log file?