Hi,

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 :

while(SimuTime < SimTime)
   {
      ...
system("tpbconv -s run.tpr -f run.trr -e run.edr -extend 1.0 -o run.tpr"); system("mdrun -cpi run.cpt -cpo run.cpt -append -npme 0 -v -deffnm run");
    ....
   }

When I ran the above mdrun command alone, the run got stack

Thanks

Arik
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to