<div dir="ltr"><div>This fixed the problem. init_lapw runs ok now. Thank you! </div>(I knew it was most likely to be my handling problem) </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 11, 2024 at 10:33 AM Peter Blaha <<a href="mailto:peter.blaha@tuwien.ac.at">peter.blaha@tuwien.ac.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You should NOT copy any executable to your working directory.<br>
<br>
Instead, locate the "WIENROOT" directory, change into it and execute<br>
<br>
./userconfig_lapw<br>
<br>
This will set the path in your .bashrc file. logout/login again.<br>
<br>
change into a fresh data directory and run all commands there (without <br>
the "./" at the beginning, so just<br>
init_lapw ....   or    x lstart<br>
<br>
<br>
<br>
-- <br>
-----------------------------------------------------------------------<br>
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
Phone: +43-158801165300<br>
Email: <a href="mailto:peter.blaha@tuwien.ac.at" target="_blank">peter.blaha@tuwien.ac.at</a><br>
WWW:   <a href="http://www.imc.tuwien.ac.at" rel="noreferrer" target="_blank">http://www.imc.tuwien.ac.at</a>      WIEN2k: <a href="http://www.wien2k.at" rel="noreferrer" target="_blank">http://www.wien2k.at</a><br>
-------------------------------------------------------------------------<br>
<br>
Dear Wien users,<br>
<br>
I am running WIEN2k 23.2 on NERSC Perlmutter <br>
(<a href="https://docs.nersc.gov/systems" rel="noreferrer" target="_blank">https://docs.nersc.gov/systems</a>) with the Cray operating system. I am <br>
not running parallel jobs using many nodes. I am just running an <br>
interactive session on a login node to learn the WIEN2k code.<br>
<br>
I have compiled the code using GNU compilers and cray-libsci for the <br>
math libraries. I believe I have compiled successfully and built most of <br>
the executables (at least the serial ones).<br>
<br>
I just want to run a few simple examples of scf calculation to know the <br>
workflow. I picked MnO as the first case (MnO.struct attached).<br>
<br>
I copied all needed executables into the directory containing the <br>
.struct file,<br>
then I executed in command line:<br>
./init_lapw -vxc 13 -ecut -6.0 -rkmax 7 -numk 500<br>
<br>
The program passed setrmt, nn, sgroup, symmetry steps, and stopped at <br>
the lstart step.<br>
It complains: "lstart: Command not found"<br>
<br>
I checked that I have the executable "lstart" in the current directory.<br>
Then I tried to execute the rest steps individually,<br>
./x lstart<br>
./x kgen<br>
./x dstart<br>
Now lstart seems passed, but at the end I got another error: "STOP <br>
DSTART - Error"<br>
<br>
A screenshot of the complete screen output is also attached.<br>
<br>
I searched the mail list but couldn't find a similar error description, <br>
so I am seeking help here.<br>
<br>
I am not sure if it's something very basic (files, commands) that I <br>
handled wrong,<br>
or if there's any problem in my input file or even compiled anything wrong.<br>
<br>
Thanks for any hint.<br>
<br>
Best,<br>
Long<br>
<br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.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/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
</blockquote></div>