[gmx-users] override dispalying of options
Tsjerk Wassenaar
tsjerkw at gmail.com
Wed Oct 29 14:23:14 CET 2008
And, you can even (like for anything that generates output), redirect
output to nowhere:
(csh) grompp >& /dev/null
(bash) grompp &> /dev/null
By the way, bringing it to the background (&) doesn't change the
binding to the terminal.
Oh, and Mark is absolutely right that it is better to save to a file.
Something like (csh):
grompp >& log
mdrun >>& log &
Cheers,
Tsjerk
On 10/29/08, Justin A. Lemkul <jalemkul at vt.edu> wrote:
>
>
> Inon Sharony wrote:
>
> > Hello GROMACS users & team
> >
> > I would like to run grompp and mdrun from the command line without having
> to see all the possible flags and options. I'm running a few commands in
> series, so I can't use "grompp &" and then "mdrun &"
> > Is there some way to call these functions without having to display all of
> the (unnecessary) details?
> >
> >
>
> Use the -quiet flags with each of them.
>
> -Justin
>
> --
> ========================================
>
> Justin A. Lemkul
> Graduate Research Assistant
> Department of Biochemistry
> Virginia Tech
> Blacksburg, VA
> jalemkul[at]vt.edu | (540) 231-9080
> http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin
>
> ========================================
> _______________________________________________
> gmx-users mailing list gmx-users at gromacs.org
> http://www.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-request at gromacs.org.
>
> Can't post? Read
> http://www.gromacs.org/mailing_lists/users.php
>
--
Tsjerk A. Wassenaar, Ph.D.
Junior UD (post-doc)
Biomolecular NMR, Bijvoet Center
Utrecht University
Padualaan 8
3584 CH Utrecht
The Netherlands
P: +31-30-2539931
F: +31-30-2537623
More information about the gromacs.org_gmx-users
mailing list