[gmx-users] Corrupted checkpoint file from MD simulation
melichercik at leaf.nh.cas.cz
melichercik at leaf.nh.cas.cz
Mon Aug 28 18:21:01 CEST 2017
Hi,
if you have .trr with saved velocities (at least from time to time), you can create new tpr file starting with the last frame you have.
Command: gmx tpbconv -s <old>.tpr -f <trajectory>.trr -e <energy>.edr -time <from_which_you_want_to_continue> -o <new>.tpr
And with this new .tpr you'll start normal run (gmx mdrun ...) and than you have to concatenate files with gmx eneconv and gmx trjcat. At least the version 4.x required at least the velocities and energies for some frame and I don't think it is possible to continue without them (cause of nature of MD).
Good luck.
Milan
On Mon, Aug 28, 2017 at 10:50:09AM -0500, Alexander Yang wrote:
> Hi everyone,
>
> Recently, I was running a simulation on a computer cluster, but the
> computer cluster unexpectedly crashed. The trajectory file (.xtc) was
> saved, but the checkpoint files (both .cpt and _prev.cpt) seem to be
> corrupted. Does anyone have any recommendations on continuing the
> trajectory despite the corrupted checkpoint files?
> --
> Gromacs Users mailing list
>
> * Please search the archive at http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before posting!
>
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>
> * For (un)subscribe requests visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or send a mail to gmx-users-request at gromacs.org.
More information about the gromacs.org_gmx-users
mailing list