<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Information messages, such as those shown on the screen during mdrun
    are output to stderr. So if you want to get them you should redirect
    as follows:<br>
    <br>
    mdrun -v -s md.tpr 2&gt; verbose.txt<br>
    <br>
    In the case where you may need to get all output (from both stdout
    and stderr) you should use:<br>
    <br>
    mdrun -v -s md.tpr &amp;&gt; verbose.txt<br>
    <br>
    Javier<br>
    <br>
    El 18/06/12 08:49, Chandan Choudhury escribi&oacute;:
    <blockquote
cite="mid:CAHESojxT=JuFtnNE+Da2QafxUvkKzvdts7fB25+A8ciqMiqGOA@mail.gmail.com"
      type="cite"><br>
      Dear gmx users,<br>
      <br>
      Is it possible to redirect the output of mdrun -v to a file while
      submitting the job using pbs script?<br>
      &nbsp;mdrun -v -s md.tpr &gt; verbose.txt<br>
      donot produce output (to file verbose.txt) while the job is
      running.<br>
      <br>
      Chandan<br clear="all">
      <br>
      --<br>
      Chandan kumar Choudhury<br>
      NCL, Pune<br>
      INDIA<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      Javier CEREZO BASTIDA<br>
      PhD Student<br>
      Physical Chemistry<br>
      Universidad de Murcia<br>
      Murcia (Spain)<br>
      Tel: (+34)868887434
    </div>
  </body>
</html>