<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In addition to changing the 'first' occurrence of<br>
    <br>
    <font color="#000099">echo $WIENROOT run_lapw -p -NI -ec .0000001 -I
    </font><br>
    <br>
    to<br>
    <br>
    <font color="#000099">$WIENROOT/run_lapw -p -NI -ec .0000001 -I </font><br>
    <br>
    (or <font color="#000099">run_lapw -p -NI -ec .0000001 -I</font>)<br>
    <br>
    Also, check the line:<br>
    <br>
    <font color="#000099">export SCRATCH=`mktemp -d -p
      /tmp/$USER/wien2k/`</font><br>
    <br>
    It might just need to be:<br>
    <br>
    <font color="#000099">export SCRATCH=`/tmp/$USER/wien2k/`</font><br>
    <br>
    because the following in the script might have problems with "mktemp
    -d -p" in the SCRATCH variable:<br>
    <br>
    <font color="#000099">mkdir -p $SCRATCH</font><br>
    <br>
    and<br>
    <br>
    <font color="#000099">rm -rf $SCRATCH</font><br>
    <br>
    On 3/9/2012 2:51 AM, shwetha gummula wrote:
    <blockquote
cite="mid:CAE06ZrOTBORc7=mCp8LV6pdwE1VnMXOk72dbE5fOS2OZMPFrOw@mail.gmail.com"
      type="cite">Dear Prof. Peter Blaha and Wien2k users,<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Thank you very much for the reply. We will try to do
      this.<br>
      &nbsp; &nbsp; &nbsp; Thanking you<br>
      Regards<br>
      G.Shwetha<br>
      <a moz-do-not-send="true" href="mailto:shwetha.gummula@gmail.com">shwetha.gummula@gmail.com</a>
      <br>
      <br>
      <div class="gmail_quote">On Fri, Mar 9, 2012 at 12:58 PM, Peter
        Blaha <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:pblaha@theochem.tuwien.ac.at">pblaha@theochem.tuwien.ac.at</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          You already got the answer previously:<br>
          <br>
          The line:
          <div class="im"><br>
            &nbsp;echo $WIENROOT run_lapw -p -NI -ec .0000001 -I<br>
          </div>
          does not execute anything.<br>
          <br>
          Try out such a line in a terminal window.<br>
          <br>
          If you want to use a "supercomputer", you need to learn some
          basic Linux.<br>
          <br>
          Who wrote the nice script ? &nbsp; He should be able to teach you
          the meaning<br>
          of each line.<br>
          <br>
          Am 09.03.2012 05:44, schrieb shwetha gummula:<br>
          <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
            0.8ex;border-left:1px solid
            rgb(204,204,204);padding-left:1ex">
            <div class="im">
              Dear Prof. Peter Blaha and Wien2k users,<br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; We are trying to submit k-point parallelization
              jobs to HPC through script file (qsub case.sh). It is
              showing job ID but it is not running (not showing any
              error). This<br>
              mail I posted to wien2k user list earlier also but I
              didn't solved the problem yet. Please can any one help me
              regarding this. We are using WIEN2k 11.1 on Red Hat 5.6
              version in<br>
              our HPC. We have Intel 10 version Fortran compiler in our
              machine. Here I am attaching the script file.<br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Thanking you<br>
              <br>
              &nbsp;Regards<br>
              G.Shwetha<br>
            </div>
            <a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>&gt;<br>
            <br>
            <br>
            <br>
            <br>
            On Tue, Mar 6, 2012 at 9:33 PM, shwetha gummula &lt;<a
              moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>&gt;&gt;
            wrote:
            <div>
              <div class="h5"><br>
                <br>
                <br>
                <br>
                &nbsp; &nbsp;On Tue, Mar 6, 2012 at 8:01 PM, pascal boulet &lt;<a
                  moz-do-not-send="true"
                  href="mailto:pascal.boulet@univ-amu.fr"
                  target="_blank">pascal.boulet@univ-amu.fr</a>
                &lt;mailto:<a moz-do-not-send="true"
                  href="mailto:pascal.boulet@univ-amu.fr"
                  target="_blank">pascal.boulet@univ-amu.fr</a>&gt;&gt;
                wrote:<br>
                <br>
                &nbsp; &nbsp; &nbsp; &nbsp;Dear G.Shwetha ,<br>
                <br>
                &nbsp; &nbsp; &nbsp; &nbsp;I might be wrong but the command in TiN.sh to
                submit the calculation<br>
                &nbsp; &nbsp; &nbsp; &nbsp;looks wrong.<br>
                &nbsp; &nbsp; &nbsp; &nbsp;My feeling is that you should substitute :<br>
                &nbsp; &nbsp; &nbsp; &nbsp;$WIENROOT/run_lapw -p -NI -ec .0000001 -I<br>
                &nbsp; &nbsp; &nbsp; &nbsp;for:<br>
                &nbsp; &nbsp; &nbsp; &nbsp;echo $WIENROOT run_lapw -p -NI -ec .0000001 -I<br>
                <br>
                &nbsp; &nbsp; &nbsp; &nbsp;Best regards<br>
                &nbsp; &nbsp; &nbsp; &nbsp;Pascal<br>
                <br>
                &nbsp; &nbsp; &nbsp; &nbsp;On 06/03/2012 10:27, shwetha gummula wrote:<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; Dear P.Blaha and Wien2k Users,<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; We are using WIEN2k 11.1 on Red
                Hat 5.6 version in our HPC.<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; We have Intel 10 version Fortran compiler
                in our machine. We are<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; trying to submit the job using the PBS
                &nbsp;Script file for k-point<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; parallelization. When we submitting the job
                using qsub case.sh, it is<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; giving the job ID but in the status it is
                not showing any job ID (when<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; we give the command qstat). It is creating
                the machine file but it is<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; not showing any error in the error file and
                output file (it is not<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; creating any other files). I just want to
                know whether the job is<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; running or not, or whether it is problem
                with my script file?<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; But when I submit with the command mode on
                the terminal like : giving<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; run_lapw -ec 0.00001 it is working and
                creating other files.<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; Please, Can any one help to solve this
                problem.<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; Here I'm attaching the script file.<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Thanking You<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
                &nbsp; &nbsp; &nbsp; &nbsp; &gt; G.Shwetha<br>
              </div>
            </div>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>&gt;
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>&gt;&gt;<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt; _______________________________________________<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt; Wien mailing list<br>
            &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
              href="mailto:Wien@zeus.theochem.tuwien.ac.at"
              target="_blank">Wien@zeus.theochem.tuwien.ac.at</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:Wien@zeus.theochem.tuwien.ac.at"
              target="_blank">Wien@zeus.theochem.tuwien.ac.at</a>&gt;
            <div class="im">
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp; &gt; <a moz-do-not-send="true"
                href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien"
                target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;--<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Pascal Boulet, PhD, computational chemist<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Aix-Marseille Universit&eacute;<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Laboratoire MADIREL<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Avenue Normandie-Niemen<br>
              &nbsp; &nbsp; &nbsp; &nbsp;13397 Marseille Cedex 20<br>
              &nbsp; &nbsp; &nbsp; &nbsp;France<br>
              &nbsp; &nbsp; &nbsp; &nbsp;**********<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Tel. (+33) (0)413.55.18.10<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Fax. (+33) (0)413.55.18.50<br>
              &nbsp; &nbsp; &nbsp; &nbsp;**********<br>
            </div>
            &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
              href="mailto:pascal.boulet@univ-amu.fr" target="_blank">pascal.boulet@univ-amu.fr</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:pascal.boulet@univ-amu.fr" target="_blank">pascal.boulet@univ-amu.fr</a>&gt;
            <div class="im">
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;**********<br>
              &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
                href="https://sites.google.com/a/univ-provence.fr/pb-comput-chem"
                target="_blank">https://sites.google.com/a/univ-provence.fr/pb-comput-chem</a><br>
              &nbsp; &nbsp; &nbsp; &nbsp;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;*<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* Anglais<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* Fran&ccedil;ais<br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* Anglais<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;* Fran&ccedil;ais<br>
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;<a class="moz-txt-link-rfc2396E" href="javascript:void(0);">&lt;javascript:void(0);&gt;</a><br>
              &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
              &nbsp; &nbsp; &nbsp; &nbsp;Wien mailing list<br>
            </div>
            &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
              href="mailto:Wien@zeus.theochem.tuwien.ac.at"
              target="_blank">Wien@zeus.theochem.tuwien.ac.at</a>
            &lt;mailto:<a moz-do-not-send="true"
              href="mailto:Wien@zeus.theochem.tuwien.ac.at"
              target="_blank">Wien@zeus.theochem.tuwien.ac.at</a>&gt;
            <div class="im">
              <br>
              &nbsp; &nbsp; &nbsp; &nbsp;<a moz-do-not-send="true"
                href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien"
                target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
              <br>
              <br>
              &nbsp; &nbsp;Dear Pascal and Wien2k users,<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Thank you for your reply. We already
              tried by substituting echo $WIENROOT run_lapw -p -NI -ec
              .0000001 by $WIENROOT/run_lapw -p -NI -ec .0000001 -I but
              &nbsp;no<br>
              &nbsp; &nbsp;change we observed.<br>
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
              &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Thanking you<br>
              <br>
              <br>
              &nbsp; &nbsp;Regards<br>
              &nbsp; &nbsp;G.Shwetha<br>
            </div>
            <div class="im"> &nbsp; &nbsp;<a moz-do-not-send="true"
                href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>
              &lt;mailto:<a moz-do-not-send="true"
                href="mailto:shwetha.gummula@gmail.com" target="_blank">shwetha.gummula@gmail.com</a>&gt;<br>
              <br>
              <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="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien"
                target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
            </div>
          </blockquote>
          <font color="#888888">
            <br>
            -- <br>
            <br>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;P.Blaha<br>
            --------------------------------------------------------------------------<br>
            Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060
            Vienna<br>
            Phone: +43-1-58801-165300 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FAX:
            +43-1-58801-165982<br>
            Email: <a moz-do-not-send="true"
              href="mailto:blaha@theochem.tuwien.ac.at" target="_blank">blaha@theochem.tuwien.ac.at</a>
            &nbsp; &nbsp;WWW: <a moz-do-not-send="true"
              href="http://info.tuwien.ac.at/theochem/" target="_blank">http://info.tuwien.ac.at/theochem/</a><br>
            --------------------------------------------------------------------------</font>
          <div>
            <div class="h5"><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="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien"
                target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Wien mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.at</a>
<a class="moz-txt-link-freetext" href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>