<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks allot for all your help <br>
<br>
Arik<br>
<br>
Justin A. Lemkul wrote:
<blockquote cite="mid:4ADF7B22.2070608@vt.edu" type="cite"><br>
  <br>
Arik Cohen wrote:
  <br>
  <blockquote type="cite">Hi,
    <br>
    <br>
I'll be most thankful if someone could tell me how to run a fragmented
trajectory using only the mdrun command. As of now I'm using :
    <br>
    <br>
while(SimuTime &lt; SimTime)
    <br>
&nbsp;&nbsp; {
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    <br>
&nbsp;&nbsp;&nbsp; system("tpbconv -s run.tpr -f run.trr -e run.edr -extend 1.0 -o
run.tpr");
    <br>
&nbsp;&nbsp;&nbsp; system("mdrun -cpi run.cpt -cpo run.cpt -append -npme 0 -v -deffnm
run");
    <br>
&nbsp;&nbsp;&nbsp; ....
    <br>
&nbsp;&nbsp; }
    <br>
    <br>
When I ran the above mdrun command alone, the run got stack
    <br>
    <br>
  </blockquote>
  <br>
No error message?&nbsp; Just stuck?&nbsp; It could be that you're trying to read
and write to the same file names.&nbsp; I think your method of preparing the
extended run is also malformed, since the advent of checkpoint files.&nbsp;
See here:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://www.gromacs.org/Documentation/How-tos/Extending_Simulations">http://www.gromacs.org/Documentation/How-tos/Extending_Simulations</a>
  <br>
  <br>
Try with the syntax and naming convention given there (to avoid
potential I/O confusion) and see if your run works.
  <br>
  <br>
-Justin
  <br>
  <br>
  <blockquote type="cite">Thanks
    <br>
    <br>
Arik
    <br>
_______________________________________________
    <br>
gmx-users mailing list&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-abbreviated" href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>
    <br>
<a class="moz-txt-link-freetext" href="http://lists.gromacs.org/mailman/listinfo/gmx-users">http://lists.gromacs.org/mailman/listinfo/gmx-users</a>
    <br>
Please search the archive at <a class="moz-txt-link-freetext" href="http://www.gromacs.org/search">http://www.gromacs.org/search</a> before
posting!
    <br>
Please don't post (un)subscribe requests to the list. Use the www
interface or send it to <a class="moz-txt-link-abbreviated" href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.
    <br>
Can't post? Read <a class="moz-txt-link-freetext" href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a>
    <br>
    <br>
  </blockquote>
  <br>
  <pre wrap="">
<hr size="4" width="90%">

No virus found in this incoming message.
Checked by AVG - <a class="moz-txt-link-abbreviated" href="http://www.avg.com">www.avg.com</a> 
Version: 8.5.423 / Virus Database: 270.14.24/2449 - Release Date: 10/20/09 18:42:00

  </pre>
</blockquote>
</body>
</html>