<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
If you need a fix now, it is one line in src/gmxlib/checkpoint.c:<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outputfiles[i].offset = ( ((off_t) offset_high) &lt;&lt; 32 ) | ( (off_t) offset_low );<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; outputfiles[i].offset = ( ((off_t) offset_high) &lt;&lt; 32 ) | ( (off_t) offset_low &amp; mask );<br><br>Berk<br><br>&gt; Date: Mon, 31 Aug 2009 15:39:05 +0200<br>&gt; From: alexander.herz@mytum.de<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: Re: [gmx-users] continuation<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt; yes, the trr is 7GB.<br>&gt; <br>&gt; Alex<br>&gt; <br>&gt; Berk Hess schrieb:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; -append yes is incorrect, it should be -append without the yes.<br>&gt; &gt; In this case this error has no effect though.<br>&gt; &gt;<br>&gt; &gt; Is your trr file larger than 2 GB?<br>&gt; &gt; We have fixed a bug with this in the upcoming 4.0.6 release.<br>&gt; &gt;<br>&gt; &gt; Berk<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Fri, 28 Aug 2009 16:48:07 +0200<br>&gt; &gt; &gt; From: alexander.herz@mytum.de<br>&gt; &gt; &gt; To: gmx-users@gromacs.org<br>&gt; &gt; &gt; Subject: [gmx-users] continuation<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hi,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I'm trying to continue a sim using:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; old cmd line + -cpi state.cpt -append yes<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; where old cmd line =<br>&gt; &gt; &gt; mpirun -np 1 $GROMACS_T37/mdrun -s shear -c shear_final -g shear_final<br>&gt; &gt; &gt; -o shear<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; All files exist.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; and I get:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; -------------------------------------------------------<br>&gt; &gt; &gt; Program mdrun, VERSION 4.0.5<br>&gt; &gt; &gt; Source code file: checkpoint.c, line: 1248<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Fatal error:<br>&gt; &gt; &gt; Truncation of file shear.trr failed.<br>&gt; &gt; &gt; -------------------------------------------------------<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; What's the problem??<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thx,<br>&gt; &gt; &gt; Alex<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; &gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; &gt; Please search the archive at http://www.gromacs.org/search before<br>&gt; &gt; posting!<br>&gt; &gt; &gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt; &gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; &gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; Express yourself instantly with MSN Messenger! MSN Messenger<br>&gt; &gt; &lt;http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; &gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; &gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; &gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; <br>&gt; _______________________________________________<br>&gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>