[gmx-users] How do I redirect grompp errors to a file for parsing?
Tom Joseph
tom-lists at jambon.ll.cx
Thu Jun 1 20:43:33 CEST 2006
You'll want to look up redirection operators for whatever shell
you're using, but here are a couple suggestions:
grompp (usual args) >& file.dat
- or -
grompp (usual args) 2> file.dat
--Tom
On Jun 1, 2006, at 2:36 PM, David Mobley wrote:
> So, this is probably a stupid question, but for some reason I can't
> figure out how to do it...
>
> I need to run a ton of small MD jobs for a whole bunch of different
> small molecules, some few of which have errors in their topologies
> which cause grompp to fail with an error. Therefore, I need some
> automated way of grabbing the output of grompp and parsing it to
> identify errors so that I can go back and track down the problems.
>
> However, I can't for the life of me figure out how to get grompp to do
> anything other than just print the errors to the screen. For example,
> standard things like:
>
> grompp (usual args) > file.dat
>
> fail to redirect the errors.
>
> Any suggestions? I'm sure I'm missing something obvious.
>
> Thanks,
> David
> _______________________________________________
> gmx-users mailing list gmx-users at gromacs.org
> http://www.gromacs.org/mailman/listinfo/gmx-users
> Please don't post (un)subscribe requests to the list. Use the www
> interface or send it to gmx-users-request at gromacs.org.
> Can't post? Read http://www.gromacs.org/mailing_lists/users.php
More information about the gromacs.org_gmx-users
mailing list