Thanks allot for all your help
Arik
Justin A. Lemkul wrote:
Arik Cohen wrote:
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
No error message? Just stuck? It could be that you're trying to read
and write to the same file names. I think your method of preparing
the extended run is also malformed, since the advent of checkpoint
files. See here:
http://www.gromacs.org/Documentation/How-tos/Extending_Simulations
Try with the syntax and naming convention given there (to avoid
potential I/O confusion) and see if your run works.
-Justin
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
------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.423 / Virus Database: 270.14.24/2449 - Release Date: 10/20/09 18:42:00
_______________________________________________
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