<div dir="ltr"><div><div>Dear Mr. Elias Assmann<br><br></div>Thank you for your quick reply.<br><br></div>I gave you incorrect information on the operative system I am running, it is not linux but Ubuntu. Sorry about that.<br><br><br>With the following command, I get some information on the version of c-shell I am running:<br><br>dpkg -l csh<br><br><div><div><div><br>||/ Name             Version          Description<br>+++-================-================-================================================<br>ii  csh              20110502-2ubuntu Shell with C-like syntax<br><br></div><div>I'm not sure how helpful this is for you though.<br><br></div><div>I am not familiar with c shell, but will try to test whether -s works on my version or not. <br><br></div><div>Is your suggestion that I make the following change in x_lapw which you suggested and then recompile x_lapw?<br><br><i>I later changed ‘! -s $file’ to ‘! ( -e $file.amnup && ! -z $file.amnup<br>
)’ because older csh versions do not have the ‘-s’ test.  (Maybe it is a<br>
‘tcsh’ vs. ‘csh’ issue.)</i><br></div><div><br><br></div><div>best regards,<br></div><div>Dara<br></div><div><br></div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-04 13:25 GMT+01:00 Elias Assmann <span dir="ltr"><<a href="mailto:elias.assmann@gmail.com" target="_blank">elias.assmann@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Dara Golda,<br>
<span class=""><br>
On 12/04/2016 12:29 PM, Dara Goldar wrote:<br>
> I am trying to run wien2wannier on a spin-orbit GaAs - case, but<br>
</span>> experiencing problems when running *x wannier90 - so*.<br>
><br>
> …<br>
<span class=""><br>
>>>> (x) w2waddsp: neither mmn nor amn files present -- nothing to do -> exit<br>
<br>
</span><span class="">> I have however confirmed that the files case.amnup and case.amndn etc<br>
> are present in the folder. Furthermore, no files in the WANN-files<br>
> contain any information on errors!<br>
<br>
</span>In Wien2k 14.2, the ‘w2waddsp’ section of x_lapw reads<br>
<br>
case w2waddsp:<br>
true >$def<br>
…<br>
if (! -s $file.amnup && ! -s $file.mmnup) then<br>
  error "w2waddsp: neither mmn nor amn files present -- nothing to do"<br>
endif<br>
…<br>
<br>
I later changed ‘! -s $file’ to ‘! ( -e $file.amnup && ! -z $file.amnup<br>
)’ because older csh versions do not have the ‘-s’ test.  (Maybe it is a<br>
‘tcsh’ vs. ‘csh’ issue.)<br>
<br>
Does your csh support ‘-s’ (you can test that interactively)?  What does<br>
‘csh --version’ say?<br>
<span class="HOEnZb"><font color="#888888"><br>
        Elias<br>
<br>
--<br>
Elias Assmann<br>
<br>
Wien2Wannier: maximally localized Wannier functions<br>
              from linearized augmented plane waves<br>
<br>
                     <a href="http://wien2wannier.github.io/" rel="noreferrer" target="_blank">http://wien2wannier.github.io/</a><br>
      <a href="https://github.com/wien2wannier/wien2wannier/" rel="noreferrer" target="_blank">https://github.com/<wbr>wien2wannier/wien2wannier/</a><br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at">Wien@zeus.theochem.tuwien.ac.<wbr>at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.<wbr>ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/<wbr>wien@zeus.theochem.tuwien.ac.<wbr>at/index.html</a><br>
<br></blockquote></div><br></div>