<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">In the WIEN2k directory SRC_lapw0,
there should be a file called lapw0.F. You have to open the file
in a text editor. Then, you need to find line 1831, which should
have on that line:<br>
<br>
READ(11,'(1X," ",I10)') NKKSP<br>
<br>
You need to replace (1X," ",I10) with (9X,I10) in that line
so that you have:<br>
<br>
READ(11,'(9X,I10)') NKKSP<br>
<br>
Finally, you need to use siteconfig to recompile.<br>
<br>
However, that is not expected to be the best solution. The better
solution should be to update to the latest WIEN2k version
(currently, 14.2), which already contains a fix to this problem
and others.<br>
<br>
On 2/5/2015 10:47 PM, bayarr temuujin wrote:<br>
</div>
<blockquote
cite="mid:2023125741.686945.1423201621610.JavaMail.yahoo@mail.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff; font-family:times
new roman, new york, times, serif;font-size:16px"><span>Dear
Wien2k users,</span>
<div class="qtdSeparateBR"><br>
<br>
</div>
<div style="display: block;"
id="yui_3_16_0_1_1423191798936_19343" class="yahoo_quoted">
<div id="yui_3_16_0_1_1423191798936_19342" style="font-family:
times new roman, new york, times, serif; font-size: 16px;">
<div id="yui_3_16_0_1_1423191798936_19341"
style="font-family: HelveticaNeue, Helvetica Neue,
Helvetica, Arial, Lucida Grande, sans-serif; font-size:
16px;">
<div id="yui_3_16_0_1_1423191798936_19348"
class="y_msg_container">
<div id="yiv8404142731">
<div id="yui_3_16_0_1_1423191798936_19347">
<div id="yui_3_16_0_1_1423191798936_19346"
style="color:#000;background-color:#fff;font-family:times
new roman, new york, times, serif;font-size:16px;">
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2669"
dir="ltr"><br>
<span></span></div>
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2668"
dir="ltr"><span
id="yiv8404142731yui_3_16_0_1_1423191798936_2680">I
am using Wien2k version 13.1. I followed all
the steps in userguide but i am getting error:
<br>
</span></div>
<pre id="yiv8404142731yui_3_16_0_1_1423191798936_2689" style="" class="yiv8404142731">hup: Command not found.
STOP LAPW0 END
At line 1831 of file lapw0.F (unit = 11, file = 'TiO2_rutile_mBJ.r2v')
Fortran runtime error: Constant string in input format
(1X," ",I10)
^
> stop error
I searched mailing list for similar problems and Mr. Peter Blaha mentioned to replace it by (9X,I10) but i do not understand how to replace it. Can someone explain it to me?
</pre>
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2679"
dir="ltr"><span> </span></div>
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2619">
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2712"
dir="ltr"> Best regards,<br>
</div>
</div>
<div
id="yiv8404142731yui_3_16_0_1_1423191798936_2620"
class="yiv8404142731signature"><span
id="yiv8404142731yui_3_16_0_1_1423191798936_2713"
style="font-size:medium;">Temuujin Bayaraa<br>
Researcher<br>
Institute of Physics and Technology,<br>
Mongolian Academy of Sciences</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</body>
</html>