[gmx-users] mdrun (5.1.2) restart doesn't recognize pull-code files given default but unspecified names

Mark Abraham mark.j.abraham at gmail.com
Wed Apr 12 08:04:12 CEST 2017


Hi,

On Tue, Apr 11, 2017 at 7:57 PM Christopher Neale <
chris.neale at alum.utoronto.ca> wrote:

> Dear users:
>
> I noticed some unexpected behaviour with gromacs 5.1.2 and wanted to check
> here first if it's known and fixed in later versions, or if people consider
> this behaviour to actually be desirable, before posting a redmine. It's a
> minor issue.
>
> The behaviour might be desirable, since the names do differ, but these are
> default names, so I would expect them to be accepted.
>

Indeed. It seems to me likely that the pull code was not implemented (well)
with appending in mind, e.g. the default file naming is not set up
properly. It's a good illustration why each mdrun feature should not be
permitted to write its own set of output files. (I plan in the future for
GROMACS to use the TNG format to serve as a seekable container for all such
output, for this and performance reasons. Feedback is welcome.)

The following command works the first time, but gives the listed error
> message on subsequent calls:
>
> gmx mdrun -notunepme -deffnm PULL -dlb yes -npme 0 -cpt 60 -maxh 499 -cpi
> PULL.cpt -ntmpi 4 -ntomp 6 -gpu_id 0123
>
> Output file appending has been requested,
> but some output files listed in the checkpoint file PULL.cpt
> are not present or are named differently by the current progra:m
> output files present: PULL.log PULL.xtc PULL.edr
> output files not present or named differently: PULL_pullx.xvg
> PULL_pullf.xvg
>
> ###########################
>
> I can fix by specifying -px and -pf like this:
>
> gmx mdrun -notunepme -deffnm PULL -dlb yes -npme 0 -cpt 60 -maxh 499 -cpi
> PULL.cpt -ntmpi 4 -ntomp 6 -gpu_id 0123 -px PULL_pullx.xvg -pf
> PULL_pullf.xvg
>
> ###########################
>
> Doesn't really make sense to me why this would be the case.
>

I'm glad you can make it work, but would prefer to fix it, if you can share
some files on a Redmine.

Thanks!

Mark


> Thank you,
> Chris.
> --
> Gromacs Users mailing list
>
> * Please search the archive at
> http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List before
> posting!
>
> * Can't post? Read http://www.gromacs.org/Support/Mailing_Lists
>
> * For (un)subscribe requests visit
> https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users or
> send a mail to gmx-users-request at gromacs.org.
>


More information about the gromacs.org_gmx-users mailing list