<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Those messages should just be
      informational.  As Prof. Marks pointed out, the settings in the
      parallel_options files might be different on each of your two HPC
      servers.  I believe those messages are printed by the system when
      USE_REMOTE is set to 0 but are not printed when set 1.  However,
      these settings are usually set in a particular way so that WIEN2k
      will run properly for each individual system.  So you cannot just
      change the settings in parallal_options, unless the computer
      system supports those settings.<br>
      <br>
      If both servers are giving basically the same calculation results,
      there should be no need for concern.<br>
      <br>
      I would just leave those messages, because if you do encounter an
      error or warning, they might help indicate where the program
      stopped or ended.<br>
      <br>
      The information at the following link is for bash, but I think at
      least some of it might also apply to csh:<br>
      <br>
<a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/7686989/running-bash-commands-in-the-background-without-printing-job-and-process-ids">http://stackoverflow.com/questions/7686989/running-bash-commands-in-the-background-without-printing-job-and-process-ids</a><br>
      <br>
      If your intent on removing those messages, I think you just need
      to add an addition set of parenthesis on line 351 in
      lapw2para_lapw so that it looks like the following line (i.e., to
      put it in a sub-shell as described at the link above):<br>
      <br>
      ((cd $PWD;$t $exe ${def}_${loop}.def $loop;rm -f
      .lock_$lockfile[$p]) >>.time2_$loop  &)<br>
      <br>
      On 7/21/2016 10:20 AM, Laurence Marks wrote:<br>
    </div>
    <blockquote
cite="mid:CANkSMZDn3ZKX65aNjssPEaN=nsJY-WiX3HNQA01HKLwY1C1=5A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Those are various csh commands being echo'd to your
        job output. Without knowing for certain:
        <div><br>
        </div>
        <div>1) Check the debug in lapw1para and others, i.e.</div>
        <div>
          <div>set debug       = 0             # verbosity of debugging
            output</div>
        </div>
        <div>which may also be set in $WIENROOT/parallel_options. A "0"
          will reduce output. Maybe someone changed it.</div>
        <div><br>
        </div>
        <div>2) Check the first line of lapw1para and similar. The
          default is "#!/bin/csh -f", maybe it got changed.</div>
        <div><br>
        </div>
        <div>3) Check the defaults for csh/tcsh on the different
          systems. Maybe it is that.</div>
        <div><br>
        </div>
        <div>4) Check what you have for "remote" in lapw1para and
          similar, also perhaps parallel_options. Maybe it echos
          commands.</div>
        <div><br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Thu, Jul 21, 2016 at 10:40 AM, Jing
          Qun <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:qunjing@hotmail.com" target="_blank">qunjing@hotmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div
style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
                <p>Thanks.</p>
                <p>These are neither ERROR messages nor WARNINGS.</p>
                <p>During the calculations, everything is OK.</p>
                <p>But these messages were not found during the
                  calculation using other HPC server, I wonder if these
                  messages are hidden ERROR or WARNINGS.</p>
                <br>
                <br>
                <div style="color:rgb(0,0,0)">
                  <div>
                    <hr style="display:inline-block;width:98%">
                    <div dir="ltr"><font style="font-size:11pt"
                        face="Calibri, sans-serif" color="#000000"><b>发件人:</b>
                        Wien <<a moz-do-not-send="true"
                          href="mailto:wien-bounces@zeus.theochem.tuwien.ac.at"
                          target="_blank">wien-bounces@zeus.theochem.tuwien.ac.at</a>>
                        代表 pieper <<a moz-do-not-send="true"
                          href="mailto:pieper@ifp.tuwien.ac.at"
                          target="_blank">pieper@ifp.tuwien.ac.at</a>><br>
                        <b>发送时间:</b> 2016年7月21日 8:44<br>
                        <b>收件人:</b> A Mailing list for WIEN2k users<br>
                        <b>主题:</b> Re: [Wien] HELP! cd $PWD; $t $exe
                        ${def}_${loop}.def $loop; rm -f
                        .lock_$lockfile[$p] ) >> .time2_$loop
                        LAPW2 END</font>
                      <div> </div>
                    </div>
                  </div>
                  <font size="2"><span style="font-size:10pt">
                      <div>Question is, is there anything wrong? Are
                        these parts of ERROR messages
                        <br>
                        or at least WARNINGS, or are they just echoes,
                        your job(s) telling you <br>
                        what they are doing?<br>
                        <br>
                        <br>
                        ---<br>
                        Dr. Martin Pieper<br>
                        Karl-Franzens University<br>
                        Institute of Physics<br>
                        Universitätsplatz 5<br>
                        A-8010 Graz<br>
                        Austria<br>
                        Tel.: +43-(0)316-380-8564<br>
                        <br>
                        <br>
                        Am 21.07.2016 07:07, schrieb Jing Qun:<br>
                        > Dear all users,<br>
                        > When I submit a job, some messages like "<br>
                        > cd $PWD; $t $exe ${def}_${loop}.def $loop;
                        rm -f .lock_$lockfile[$p] )<br>
                        >>> .time2_$loop<br>
                        >  LAPW2 END " will be obtained. Can anyone
                        tell what's wrong with it?<br>
                        > <br>
                        > <br>
                        >
                        _______________________________________________<br>
                        > Wien mailing list<br>
                        > <a moz-do-not-send="true"
                          href="mailto:Wien@zeus.theochem.tuwien.ac.at"
                          target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
                        > <a moz-do-not-send="true"
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__zeus.theochem.tuwien.ac.at_mailman_listinfo_wien&d=CwMFbw&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=zNkHs6xFXmKlaTUDz-ZAV3oGbnXOKN6FbBFulwTiCvU&s=yhjZ4ZfBpw3dMwyD5ZBAtz_RlPPoYxjmrcCNeo6N7TM&e="
                          target="_blank">
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
                        <div
                          style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
                          <table
style="width:90%;overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top-width:1px;border-top-style:dotted;border-top-color:rgb(200,200,200);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(200,200,200);background-color:rgb(255,255,255)"
                            cellspacing="0">
                            <tbody>
                              <tr style="border-spacing:0px"
                                valign="top">
                                <td colspan="2"
                                  style="vertical-align:top;padding:0px;display:table-cell">
                                  <div
style="color:rgb(0,120,215);font-weight:normal;font-size:21px;font-family:'Microsoft
                                    YaHei UI','Microsoft
                                    YaHei',微软雅黑,SimSun,宋体,sans-serif;line-height:21px">
                                    <a moz-do-not-send="true"
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__zeus.theochem.tuwien.ac.at_mailman_listinfo_wien&d=CwMFbw&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=zNkHs6xFXmKlaTUDz-ZAV3oGbnXOKN6FbBFulwTiCvU&s=yhjZ4ZfBpw3dMwyD5ZBAtz_RlPPoYxjmrcCNeo6N7TM&e="
                                      style="text-decoration:none"
                                      target="_blank">Wien -- A Mailing
                                      list for WIEN2k users</a></div>
                                  <div style="margin:10px 0px
                                    16px;color:rgb(102,102,102);font-weight:normal;font-family:'Microsoft
                                    YaHei UI','Microsoft
                                    YaHei',微软雅黑,SimSun,宋体,sans-serif;font-size:14px;line-height:14px">
                                    <a moz-do-not-send="true"
                                      href="http://zeus.theochem.tuwien.ac.at"
                                      target="_blank">zeus.theochem.tuwien.ac.at</a></div>
                                  <div
style="display:block;color:rgb(102,102,102);font-weight:normal;font-family:'Microsoft
                                    YaHei UI','Microsoft
YaHei',微软雅黑,SimSun,宋体,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">A
                                    Mailing list for WIEN2k users.
                                    Please post questions, suggestions
                                    or comments about WIEN2k ONLY in
                                    this list. Please follow the
                                    following "Nettiquette" (depending
                                    ...</div>
                                </td>
                              </tr>
                            </tbody>
                          </table>
                        </div>
                        <br>
                        <br>
                        > SEARCH the MAILING-LIST at:<br>
                        > <a moz-do-not-send="true"
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.mail-2Darchive.com_wien-40zeus.theochem.tuwien.ac.at_index.html&d=CwMFbw&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=zNkHs6xFXmKlaTUDz-ZAV3oGbnXOKN6FbBFulwTiCvU&s=Kb5HH0mJs2zawWYnLDXwFizvFB4n-JdzOE4ZPgwPrPM&e="
                          target="_blank">
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
                        _______________________________________________<br>
                        Wien mailing list<br>
                        <a moz-do-not-send="true"
                          href="mailto:Wien@zeus.theochem.tuwien.ac.at"
                          target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
                        <a moz-do-not-send="true"
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__zeus.theochem.tuwien.ac.at_mailman_listinfo_wien&d=CwMFbw&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=zNkHs6xFXmKlaTUDz-ZAV3oGbnXOKN6FbBFulwTiCvU&s=yhjZ4ZfBpw3dMwyD5ZBAtz_RlPPoYxjmrcCNeo6N7TM&e="
                          target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
                        SEARCH the MAILING-LIST at:  <a
                          moz-do-not-send="true"
href="https://urldefense.proofpoint.com/v2/url?u=http-3A__www.mail-2Darchive.com_wien-40zeus.theochem.tuwien.ac.at_index.html&d=CwMFbw&c=yHlS04HhBraes5BQ9ueu5zKhE7rtNXt_d012z2PA6ws&r=U_T4PL6jwANfAy4rnxTj8IUxm818jnvqKFdqWLwmqg0&m=zNkHs6xFXmKlaTUDz-ZAV3oGbnXOKN6FbBFulwTiCvU&s=Kb5HH0mJs2zawWYnLDXwFizvFB4n-JdzOE4ZPgwPrPM&e="
                          target="_blank">
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
                      </div>
                    </span></font></div>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <div><br>
        </div>
        -- <br>
        <div class="gmail_signature" data-smartmail="gmail_signature">
          <div dir="ltr">
            <div>
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div dir="ltr">
                      <div dir="ltr">
                        <div dir="ltr">
                          <div dir="ltr"><span style="font-size:12.8px">Professor
                              Laurence Marks</span><br>
                          </div>
                          <div dir="ltr"><span style="font-size:12.8px">"Research
                              is to see what everybody else has seen,
                              and to think what nobody else has
                              thought", </span><span
                              style="font-size:12.8px">Albert
                              Szent-Gyorgi</span><br>
                            <a moz-do-not-send="true"
                              href="http://www.numis.northwestern.edu"
                              target="_blank">www.numis.northwestern.edu</a> ; <span
                              style="font-size:12.8px">Corrosion in 4D:
                            </span><a moz-do-not-send="true"
                              href="http://MURI4D.numis.northwestern.edu"
                              style="font-size:12.8px" target="_blank">MURI4D.numis.northwestern.edu</a>
                            <div><span style="font-size:12.8px">Partner
                                of the CFW 100% program for gender
                                equity, </span><a moz-do-not-send="true"
                                href="http://www.cfw.org/100-percent"
                                style="font-size:12.8px" target="_blank">www.cfw.org/100-percent</a></div>
                            <div>Co-Editor, Acta Cryst A</div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
  </body>
</html>