<p dir="ltr">Hi,</p>
<p dir="ltr">There is also -nocopyright. See <a href="http://manual.gromacs.org/documentation/5.1/onlinehelp/gmx.html">http://manual.gromacs.org/documentation/5.1/onlinehelp/gmx.html</a></p>
<p dir="ltr">Mark</p>
<br><div class="gmail_quote"><div dir="ltr">On Mon, 18 Apr 2016 18:15 Justin Lemkul &lt;<a href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
On 4/18/16 4:23 AM, Andreas Delleske wrote:<br>
&gt; Dear Gromacs developers,<br>
&gt;<br>
&gt; I am maintaining a test system that encloses test runs of GROMACS in our<br>
&gt; environment - I hope it&#39;s not a FAQ.<br>
&gt;<br>
&gt; I don&#39;t know anything about what exactly GROMACs does but what I see is:<br>
&gt;<br>
&gt; When issueing these commands<br>
&gt;<br>
&gt; grompp -f /some/folder/vacuum.mdp -c molecule_0.gro -p molecule_0.top &amp;&gt;<br>
&gt; out1.txt ; sync ; mdrun -s  topol.tpr -rerun molecule_0.gro &amp;&gt; out2.txt<br>
&gt; ; sync<br>
&gt;<br>
&gt; although there is no error, my error file fills up with output like the<br>
&gt; centered header and stuff like this (I cite only parts)<br>
&gt;<br>
&gt;<br>
&gt; Option     Filename  Type         Description<br>
&gt; ------------------------------------------------------------<br>
&gt;    -f /some/folder/vacuum.mdp  Input        grompp input file with MD<br>
&gt; parameters<br>
&gt;   -po      mdout.mdp  Output       grompp input file with MD parameters<br>
&gt;    -c molecule_0.gro  Input        Structure file: gro g96 pdb tpr etc.<br>
&gt;    -r       conf.gro  Input, Opt.  Structure file: gro g96 pdb tpr etc.<br>
&gt;   -rb       conf.gro  Input, Opt.  Structure file: gro g96 pdb tpr etc.<br>
&gt;    -n      index.ndx  Input, Opt.  Index file<br>
&gt;    -p molecule_0.top  Input        Topology file<br>
&gt;   -pp  processed.top  Output, Opt. Topology file<br>
&gt;    -o      topol.tpr  Output       Run input file: tpr tpb tpa<br>
&gt;    -t       traj.trr  Input, Opt.  Full precision trajectory: trr trj cpt<br>
&gt;    -e       ener.edr  Input, Opt.  Energy file<br>
&gt; -ref     rotref.trr  In/Out, Opt. Full precision trajectory: trr trj cpt<br>
&gt;<br>
&gt;<br>
&gt; Why does this have to go in the error output? Can I turn it off?<br>
&gt;<br>
<br>
Users often find such logged information useful for verifying settings, as the<br>
defaults are displayed in the case of options that are not explicitly set.  This<br>
can be meaningful when diagnosing issues.<br>
<br>
The output can be turned off (or at least, greatly reduced) by using the -quiet<br>
argument.<br>
<br>
&gt; And then, an even bigger issue for me:<br>
&gt;<br>
&gt; -maxwarn     int    0       Number of allowed warnings during input<br>
&gt;                              processing. Not for normal use and may generate<br>
&gt;                              unstable systems<br>
&gt; -[no]zero    bool   no      Set parameters for bonded interactions without<br>
&gt;                              defaults to zero instead of generating an error<br>
&gt;<br>
&gt; .. and the I get two notes.<br>
&gt;<br>
&gt; I understand that it is desired behaviour to print the notes into the<br>
&gt; error output, my problem is that in the abovementioned text both words<br>
&gt; &quot;error&quot; and &quot;warning&quot; occur - so when I grep the text for those<br>
&gt; keywords, I get false positives.<br>
&gt;<br>
<br>
Meaningful errors and warnings are indicated by ERROR and WARNING, respectively,<br>
so grep for case-sensitive matches.  For grompp, any number of errors or<br>
warnings will be fatal, so you can grep for &quot;fatal&quot; as well.<br>
<br>
-Justin<br>
<br>
&gt; My question: Can this output be less verbose? Without the header? Can I<br>
&gt; do something about it?<br>
&gt;<br>
&gt; Many thanks -<br>
&gt;<br>
&gt; Andreas<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
--<br>
==================================================<br>
<br>
Justin A. Lemkul, Ph.D.<br>
Ruth L. Kirschstein NRSA Postdoctoral Fellow<br>
<br>
Department of Pharmaceutical Sciences<br>
School of Pharmacy<br>
Health Sciences Facility II, Room 629<br>
University of Maryland, Baltimore<br>
20 Penn St.<br>
Baltimore, MD 21201<br>
<br>
<a href="mailto:jalemkul@outerbanks.umaryland.edu" target="_blank">jalemkul@outerbanks.umaryland.edu</a> | (410) 706-7441<br>
<a href="http://mackerell.umaryland.edu/~jalemkul" rel="noreferrer" target="_blank">http://mackerell.umaryland.edu/~jalemkul</a><br>
<br>
==================================================<br>
--<br>
Gromacs Developers mailing list<br>
<br>
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List" rel="noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-developers_List</a> before posting!<br>
<br>
* Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" rel="noreferrer" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br>
<br>
* For (un)subscribe requests visit<br>
<a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers" rel="noreferrer" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-developers</a> or send a mail to <a href="mailto:gmx-developers-request@gromacs.org" target="_blank">gmx-developers-request@gromacs.org</a>.<br>
</blockquote></div>