<html>
<body>
<font size=3>Thanks a lot for the fast reply, Peter. I've verified what
you say. Issuing now <br>
x lapw0<br>
x lapw1 -p -up<br>
x lapw1 -p -dn<br>
in a clean initialized test directory works just fine.<br><br>
Using<br>
runsp_lapw -p<br>
from the terminal also works.<br><br>
However, sending the job script with<br>
runsp_lapw -p <br>
gives the same lapw1 error as before. It seems that the problem is in the
script.<br><br>
It's a PBS queuing system, and when submitting, lapw0 works fine, but
then something is wrong with lapw1. I will try to work a little bit more
on the script and see if I find a work around.<br><br>
Best regards!<br><br>
Roberto<br><br>
At 10:34 16/10/2008, you wrote:<br>
<blockquote type=cite class=cite cite="">More than trivial !<br><br>
I'm sure, it does not work on your local computer either.<br>
The error says:<br>
&nbsp;&nbsp; &gt;&nbsp; 'INILPW' - can't open unit: 18<br>
&nbsp;&nbsp; &gt;&nbsp; 'INILPW'
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename: test.vsp<br>
but you searched and found:<br>
&nbsp;&nbsp; &gt; The files test.vspup, test.vspdn ...<br><br>
When you have a spin-polarized case, you have to use<br><br>
x lapw1 -p -up&nbsp; (and -dn)&nbsp; (or for scf use runsp_lapw, not
run_lapw).<br><br>
ROBERTO LUIS IGLESIAS PASTRANA schrieb:<br>
&gt; Hello all!<br>
&gt; <br>
&gt; I'm trying to do a parallel calculation in a test system, which
needs spin polarization. The machine is a 50 dual-node Xeon processor
cluster. The Wien2k version is 08_3. I've searched the mailing list for
problems similar to mine, but the few possible solutions I found do not
help. <br>
&gt; I use a small PBS script, based on the one appearing in the FAQ. If
you need to take a look at it, let me know. The error is always:<br>
&gt; <br>
&gt;&nbsp; 'INILPW' - can't open unit: 18<br>
&gt;&nbsp; 'INILPW' -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename:
test.vsp<br>
&gt;&nbsp; 'INILPW'
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status:
old&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; form:
formatted<br>
&gt;&nbsp; 'LAPW1' - INILPW aborted unsuccessfully.<br>
&gt; <br>
&gt; The files test.vspup, test.vspdn and test.vsp_st are there and not
empty. I don't see anything peculiar in them.<br>
&gt; <br>
&gt; There is a post in the mailing list that states that this problem
got solved wuth a new .machines file, since the original one had only one
node:<br>
&gt; <br>
&gt;
<a href="http://zeus.theochem.tuwien.ac.at/pipermail/wien/2008-September/011427.html" eudora="autourl">
http://zeus.theochem.tuwien.ac.at/pipermail/wien/2008-September/011427.html</a>
<br>
&gt; <br>
&gt; This is not my case, I think. My .machines file is:<br>
&gt; <br>
&gt; 1:yed16:1<br>
&gt; 1:yed16:1<br>
&gt; 1:yed15:1<br>
&gt; 1:yed15:1<br>
&gt; 1:yed14:1<br>
&gt; 1:yed14:1<br>
&gt; 1:yed13:1<br>
&gt; 1:yed13:1<br>
&gt; granularity:1<br>
&gt; extrafine:1<br>
&gt; <br>
&gt; which from testpara_lapw would give:<br>
&gt; <br>
&gt; [iglesias@jaula02 test]$ testpara_lapw <br>
&gt; <br>
&gt; #####################################################<br>
&gt;
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
TESTPARA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#<br>
&gt; #####################################################<br>
&gt; <br>
&gt; Test: LAPW1 in parallel mode (using .machines)<br>
&gt; Granularity set to 1<br>
&gt; Extrafine set<br>
&gt; <br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; klist:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
500<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; machines:&nbsp;&nbsp;&nbsp; yed16 yed16
yed15 yed15 yed14 yed14 yed13 yed13<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; procs:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
8<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; weigh(old):&nbsp; 1 1 1 1 1 1 1 1<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;
sumw:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; granularity: 1<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; weigh(new):&nbsp; 62 62 62 62 62 62 62
62<br>
&gt; <br>
&gt; Distribution of k-point (under ideal conditions)<br>
&gt; will be:<br>
&gt; <br>
&gt; 1 : yed16(62) 62k <br>
&gt; 2 : yed16(62) 62k <br>
&gt; 3 : yed15(62) 62k <br>
&gt; 4 : yed15(62) 62k <br>
&gt; 5 : yed14(62) 62k <br>
&gt; 6 : yed14(62) 62k <br>
&gt; 7 : yed13(62) 62k <br>
&gt; 8 : yed13(62) 62k <br>
&gt; 9 : yed16(62) 1k <br>
&gt; 10 : yed16(62) 1k <br>
&gt; 11 : yed15(62) 1k <br>
&gt; 12 : yed15(62) 1k <br>
&gt; <br>
&gt; It would therefore process 62 k-points in each of the 8 nodes (496
processes) and the remaining 4 one on each node whenever thay are
free.<br>
&gt; Without using the script, that is, issuing runsp_lapw -p from a
terminal window, there are no problems. That should make use of the
former .machines file. With the script the errors are as the one above
for each lapw1 that is distributed to the nodes. In that case:<br>
&gt; <br>
&gt; [iglesias@jaula02 test]$ testpara1_lapw <br>
&gt; <br>
&gt; #####################################################<br>
&gt;
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
TESTPARA1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
#<br>
&gt; #####################################################<br>
&gt; <br>
&gt; Wed Oct 15 18:53:22 CEST 2008<br>
&gt; <br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; lapw1para exited due to an ERROR<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Check *.error files<br>
&gt; <br>
&gt; If I try from the terminal window:<br>
&gt; <br>
&gt; [iglesias@jaula02 test]$ lapw1 -p lapw1.def<br>
&gt; LAPW1 - Error<br>
&gt; <br>
&gt; simply.<br>
&gt; <br>
&gt; On doing:<br>
&gt; <br>
&gt; x lapw1 -p<br>
&gt; <br>
&gt; it crashes again on each node, successively. <br>
&gt; <br>
&gt; Any suggestions? Thanks a lot in advance for your help!<br>
&gt; <br>
&gt; Cheers<br>
&gt; <br>
&gt; Roberto<br>
&gt; <br>
&gt; <br>
&gt; _______________________________________________<br>
&gt; Wien mailing list<br>
&gt; Wien@zeus.theochem.tuwien.ac.at<br>
&gt;
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" eudora="autourl">
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br><br>
-- <br><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;
P.Blaha<br>
--------------------------------------------------------------------------<br>
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
Phone:
+43-1-58801-15671&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
FAX: +43-1-58801-15698<br>
Email: blaha@theochem.tuwien.ac.at&nbsp;&nbsp;&nbsp; WWW:
<a href="http://info.tuwien.ac.at/theochem/" eudora="autourl">
http://info.tuwien.ac.at/theochem/</a><br>
--------------------------------------------------------------------------<br>
_______________________________________________<br>
Wien mailing list<br>
Wien@zeus.theochem.tuwien.ac.at<br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" eudora="autourl">
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a></blockquote>
<x-sigsep><p></x-sigsep>
Roberto Iglesias Pastrana<br>
Despacho 22<br>
Área de Física Aplicada<br>
Departamento de Física<br>
Facultad de Ciencias<br>
Universidad de Oviedo<br>
C/ Calvo Sotelo, s/n 33007 Oviedo<br>
Tel.: 34 (9) 85102898<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 34 (9) 85458136<br>
Fax: 34 (9) 85103324<br>
</font><font size=3 color="#0000FF">e-mail:
roberto@uniovi.es</font><font size=3> <br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab></font>
</body>
</html>