<div>Hi, everyone,</div>
<div> </div>
<div>I was using Gromacs-4.0.3 to run my MD calculations parallell on our High performance clusters for a large system which was crashed because I run out the time limits. So I tried to resume my calculations by the script as follows:</div>

<div> </div>
<div>#PBS -N gromacs</div>
<div>#PBS -l walltime=250:00:00<br>#PBS -l nodes=8:ppn=2:quad<br>#PBS -j oe<br>echo Using nodes<br>cat $PBS_NODEFILE<br>module load mpich<br>module load intel-f<br>module load gromacs-4.0.3<br>cd $PBS_O_WORKDIR<br>cd /home/yxp17/impd/impd1/wt_wo<br>
/usr/local/bin/mpiexec mdrun -multi 16 -s md.tpr -cpi state.cpt -append</div>
<div> </div>
<div> </div>
<div>But it will stop and show the message as follows</div>
<div> </div>
<div>&quot;Whatever Happened to Pong ?&quot; (F. Black)</div>
<div>Halting program mdrun</div>
<div>gcq#180: &quot;Whatever Happened to Pong ?&quot; (F. Black)</div>
<div>[0] MPI Abort by user Aborting program !<br>[0] Aborting program!<br>p0_12952:  p4_error: : -1<br>    p4_error: latest msg from perror: No such file or directory</div>
<div>-------------------------------------------------------<br>Program mdrun, VERSION 4.0.3<br>Source code file: gmxfio.c, line: 736</div>
<div>Can not open file:<br>traj.trr<br>-------------------------------------------------------<br></div>
<div>How can I solve the problem? Thanks a lot</div>
<div> </div>
<div>Yi<br></div>