<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Ok, it looks like -so always runs as
      complex with runsp_lapw, but it could affect a complex runsp_lapw
      calculation without -so. <br>
      <br>
      On 2/11/2013 3:39 PM, Zhu, Jianxin wrote:<br>
    </div>
    <blockquote
cite="mid:1A9F0F275F0DE54BA1FBF55D068937C72D562F34@ECS-EXG-P-MB05.win.lanl.gov"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>
        <div>
          <div>Gavin,&nbsp;</div>
          <div><br>
          </div>
          <div>I'm quite sure I ran both versions with "runsp_lapw" with
            a case.in1c file.</div>
          <div>Your simple grep does not necessarily indicate version
            11.1 does not automatically run "complex".</div>
          <div>Do you want me send you a case with *.in1c so that you
            can test on your machine?&nbsp;</div>
          <div><br>
          </div>
          <div>It is surprising that "runsp_lapw" now becomes so messy
            in version 12.1&nbsp;</div>
          <div><br>
          </div>
          <div>Thanks,&nbsp;</div>
          <div><br>
          </div>
          <div>Jianxin</div>
          <div><span class="Apple-style-span" style="font-family:
              Helvetica; font-size: medium; ">
              <div style="word-wrap: break-word; -webkit-nbsp-mode:
                space; -webkit-line-break: after-white-space; ">
                <br>
              </div>
            </span></div>
        </div>
      </div>
      <div><br>
      </div>
      <span id="OLK_SRC_BODY_SECTION">
        <div style="font-family:Calibri; font-size:11pt;
          text-align:left; color:black; BORDER-BOTTOM: medium none;
          BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT:
          0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid;
          BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
          <span style="font-weight:bold">From: </span>Gavin Abo &lt;<a
            moz-do-not-send="true" href="mailto:gsabo@crimson.ua.edu">gsabo@crimson.ua.edu</a>&gt;<br>
          <span style="font-weight:bold">Reply-To: </span>A Mailing
          list for WIEN2k users &lt;<a moz-do-not-send="true"
            href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>&gt;<br>
          <span style="font-weight:bold">Date: </span>Mon, 11 Feb 2013
          15:23:08 -0700<br>
          <span style="font-weight:bold">To: </span>A Mailing list for
          WIEN2k users &lt;<a moz-do-not-send="true"
            href="mailto:wien@zeus.theochem.tuwien.ac.at">wien@zeus.theochem.tuwien.ac.at</a>&gt;<br>
          <span style="font-weight:bold">Subject: </span>Re: [Wien]
          Questions regarding xspec and optic<br>
        </div>
        <div><br>
        </div>
        <blockquote id="MAC_OUTLOOK_ATTRIBUTION_BLOCKQUOTE"
          style="BORDER-LEFT: #b5c4df 5 solid; PADDING:0 0 0 5; MARGIN:0
          0 0 5;">
          <div>
            <div text="#000000" bgcolor="#FFFFFF">
              <div class="moz-cite-prefix">run_lapw and runsp_lapw are
                different script files.&nbsp; Are both your runs with
                "runsp_lapw" with a case.in1c file?<br>
                <br>
                When you grep the script file, do you also see the
                following differences?&nbsp; Notice that there is no "set
                complex" in 11.1, so that it is always "normal" unless
                you manually change it in the script file.<br>
                <br>
                Wien2k 11.1<br>
                <br>
                <a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:username@computername:%7E/WIEN2k11.1$">username@computername:~/WIEN2k11.1$</a>
                grep complex runsp_lapw<br>
                unset complex&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #set -&gt; complex calculation<br>
                <br>
                Wien2k 12.1<br>
                <br>
                <a moz-do-not-send="true"
                  class="moz-txt-link-abbreviated"
                  href="mailto:username@computername:%7E/WIEN2k12.1$">username@computername:~/WIEN2k12.1$</a>
                grep complex runsp_lapw<br>
                set complex<br>
                set complex2<br>
                #unset complex&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #set -&gt; complex calculation<br>
                &nbsp;&nbsp;&nbsp; set complex2 = c<br>
                #---&gt; complex<br>
                &nbsp;&nbsp; set complex = c<br>
                &nbsp;&nbsp; set complex2 = c<br>
                testinput&nbsp;&nbsp;&nbsp; $file.in1$complex error_input<br>
                &nbsp;&nbsp;&nbsp; if (! -e $file.in1${complex}_orig ) cp
                $file.in1${complex} $file.in1${complex}_orig<br>
                &nbsp;&nbsp;&nbsp; if($status == 0 ) cp $file.in1${complex}new
                $file.in1${complex}<br>
                &nbsp;&nbsp;&nbsp; if ( -e $file.in1${complex}_orig ) mv
                $file.in1${complex}_orig $file.in1${complex}<br>
                &nbsp;&nbsp;&nbsp; if($status == 0 ) cp $file.in1${complex}new
                $file.in1${complex}<br>
                testinput&nbsp;&nbsp;&nbsp; $file.in2$complex2 error_input<br>
                testinput&nbsp;&nbsp;&nbsp; $file.indm$complex2 error_input<br>
                testinput&nbsp;&nbsp;&nbsp; $file.in1${complex}s lcore<br>
                testinput&nbsp;&nbsp;&nbsp; $file.in2${complex2}s error_input<br>
                testinput&nbsp;&nbsp;&nbsp; $file.in2$complex2 error_input<br>
                <br>
                On 2/11/2013 2:53 PM, Zhu, Jianxin wrote:<br>
              </div>
              <blockquote
cite="mid:1A9F0F275F0DE54BA1FBF55D068937C72D562E48@ECS-EXG-P-MB05.win.lanl.gov"
                type="cite">
                <div>
                  <div>
                    <div>Hi Gavin,&nbsp;</div>
                    <div><br>
                    </div>
                    <div>&gt;In your step 4, you are using runsp_lapw
                      for a "complex" calculation.&nbsp; If you look at the
                      script "runsp_lapw" in 11.1, you should find that
                      it always runs as a "normal" calculation unless
                      you "manually" change it so &gt;that it runs as a
                      "complex" calculation.&nbsp; An improvement was made in
                      12.1, so that the script "automatically" runs as a
                      "complex" calculation when it detects the
                      case.in1c file.</div>
                  </div>
                </div>
                <div><br>
                </div>
                <div>I recall I did a quick test with both version 11.1
                  and version 12.1 when the latter was available. Here
                  is the log</div>
                <div><br>
                </div>
                <div>Version 12. 1</div>
                <div><br>
                </div>
                <div>
                  <div>Wed Jul 11 14:37:36 MST 2012&gt; (x) lapw0 -p</div>
                  <div>Wed Jul 11 14:37:45 MST 2012&gt; (x) lapw1 -up -p
                    -c</div>
                  <div>Wed Jul 11 14:38:22 MST 2012&gt; (x) lapw1 -dn -p
                    -c</div>
                  <div>Wed Jul 11 14:39:00 MST 2012&gt; (x) lapw2 -up -p
                    -c</div>
                  <div>Wed Jul 11 14:39:04 MST 2012&gt; (x) sumpara -up
                    -d</div>
                  <div>Wed Jul 11 14:39:04 MST 2012&gt; (x) lapw2 -dn -p
                    -c</div>
                  <div>Wed Jul 11 14:39:08 MST 2012&gt; (x) sumpara -dn
                    -d</div>
                  <div>Wed Jul 11 14:39:09 MST 2012&gt; (x) lcore -up</div>
                  <div>Wed Jul 11 14:39:09 MST 2012&gt; (x) lcore -dn</div>
                  <div>Wed Jul 11 14:39:09 MST 2012&gt; (x) mixer</div>
                </div>
                <div><br>
                </div>
                <div><br>
                </div>
                <div>Version 11.1</div>
                <div><br>
                </div>
                <div>
                  <div>Wed Jul 11 14:41:22 MST 2012&gt; (x) lapw0 -p</div>
                  <div>Wed Jul 11 14:41:31 MST 2012&gt; (x) lapw1 -c -up
                    -p</div>
                  <div>Wed Jul 11 14:42:10 MST 2012&gt; (x) lapw1 -c -dn
                    -p</div>
                  <div>Wed Jul 11 14:42:49 MST 2012&gt; (x) lapw2 -c -up
                    -p</div>
                  <div>Wed Jul 11 14:42:57 MST 2012&gt; (x) sumpara -up
                    -d</div>
                  <div>Wed Jul 11 14:42:57 MST 2012&gt; (x) lapw2 -c -dn
                    -p</div>
                  <div>Wed Jul 11 14:43:05 MST 2012&gt; (x) sumpara -dn
                    -d</div>
                  <div>Wed Jul 11 14:43:06 MST 2012&gt; (x) lcore -up</div>
                  <div>Wed Jul 11 14:43:06 MST 2012&gt; (x) lcore -dn</div>
                  <div>Wed Jul 11 14:43:07 MST 2012&gt; (x) mixer</div>
                </div>
                <div><br>
                </div>
                <div>From the log, it seems to me "runsp_lapw" in the
                  version 11.1 was doing the same as that in the version
                  12.1. [On the other hand, with "so" option, if we
                  "run_lapw", lapw2 will run "complex" automatically.]</div>
                <div>I appreciate if you can clarify this issue.&nbsp;</div>
                <div><br>
                </div>
                <div><br>
                </div>
                <div>Thanks,&nbsp;</div>
                <div><br>
                </div>
                <div>Jianxin</div>
                <div><br>
                </div>
              </blockquote>
              <br>
            </div>
          </div>
          _______________________________________________ Wien mailing
          list <a moz-do-not-send="true"
            href="mailto:Wien@zeus.theochem.tuwien.ac.at">
            Wien@zeus.theochem.tuwien.ac.at</a> <a
            moz-do-not-send="true"
            href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien">
            http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a>
        </blockquote>
      </span>
      <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>