Hi,

Is part number in extending simulation in ver.4.5.4 cancelled?
Below is my shell script,

#!/bin/bash
a=/stathome/jiangsl/simulation/gromacs/d1GUJ_AB/4md
#running GROMACS
/stathome/jiangsl/soft/gromacs-4.5.4/bin/mdrun \
-nt 12 \
-s ${a}/md100ns.tpr \
-o ${a}/md100ns.trr \
-e ${a}/md100ns.edr \
-g ${a}/md100ns.log \
-c ${a}/md100ns.gro \
-cpo ${a}/md100ns.cpt \
-cpi ${a}/md50ns.cpt
#####################

In GROMACS ver.4.0.5, if I use this script I'll get files such as 
md100ns.part002.trr, 
md100ns.part002.gro, md100ns.part002.edr, and md100ns.part002.log.

But in ver.4.5.4 I only get md100ns.trr, md100ns.gro, md100ns.edr, and 
md100ns.log.

So, is the function of part number in extending simulation in ver.4.5.4 
cancelled?

Hsin-Lin

-- 
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/Support/Mailing_Lists/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/Support/Mailing_Lists

Reply via email to