<div dir="ltr">Dear all Wien2k users,<br>It is a pleasure to report that at last my problem is solved. <br>Here, I would like to express my gratitude to Peter Blaha, Laurence Marks, Gavin Abo and Fecher Gerhard for all their very nice and valuable comments and helpful links.<br>Sincerely yours,<br>Leila<br><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 29, 2021 at 7:07 PM Peter Blaha <<a href="mailto:pblaha@theochem.tuwien.ac.at">pblaha@theochem.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">The difference beteen lapw0para and lapw1para is that<br>
lapw0para always executes mpirun on the original node, lapw1para maybe not.<br>
<br>
The behavior of lapw1para depends on MPI_REMOTE (set in <br>
WIEN2k_parallel_options in w2k21.1 (or parallel_options earlier).<br>
With MPI_REMOTE=1 it will first issue a   ssh nodename and there it does <br>
the mpirun. This does not work with your settings (probably because you <br>
do not load the modules in your .bashrc (or .cshrc), but only in your <br>
slurm-job and your system does not transfer the environment with ssh.<br>
<br>
The recommended option for mpi version 2 (all modern mpis) is to set <br>
MPI_REMOTE to zero. The mpirun command will be issued on the original <br>
node, but the lapw1_mpi executables will run as given in .machines.<br>
<br>
This should solve your problem.<br>
<br>
Am 29.05.2021 um 08:39 schrieb leila mollabashi:<br>
> Dear all wien2k users,<br>
> Following the previous comment referring me to the admin, I contacted <br>
> the cluster admin. By the comment of the admin, I recompiled Wien2k <br>
> successfully using the cluster modules.<br>
>>Once the blacs problem has been fixed,<br>
> For example, is the following correct?<br>
> libmkl_blacs_openmpi_lp64.so => <br>
> /opt/exp_soft/local/generic/intel/mkl/lib/intel64/libmkl_blacs_openmpi_lp64.so <br>
> (0x00002b21efe03000)<br>
>>the next step is to run lapw0 in<br>
> sequential and parallel mode.<br>
>>Add:<br>
> x lapw0     and check the case.output0 and case.scf0 files (copy them to<br>
> a different name) as well as the message from the queuing system. ...<br>
> The “x lapw0” and “mpirun -np 4 $WIENROOT/lapw0_mpi lapw0.def” are <br>
> interactively executed correctly.<br>
> The “x lapw0 -p” is also correctly executed using the following <br>
> “.machines” file:<br>
> lapw0:e0017:4<br>
>>The same thing could be made with lapw1<br>
> The “x lapw1” and “mpirun -np 4 $WIENROOT/lapw1_mpi lapw1.def” are also <br>
> correctly executed interactively with no problem. But “x lapw1 -p” stops <br>
> when I use the following “.machines” file:<br>
> 1:e0017:2<br>
> 1:e0017:2<br>
> bash: mpirun: command not found<br>
> The output files are gathered into <a href="https://files.fm/u/7cssehdck" rel="noreferrer" target="_blank">https://files.fm/u/7cssehdck</a> <br>
> <<a href="https://files.fm/u/7cssehdck" rel="noreferrer" target="_blank">https://files.fm/u/7cssehdck</a>>.<br>
> Would you, please, help me to fix the parallel problem too?<br>
> Sincerely yours,<br>
> Leila<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>
> <br>
<br>
-- <br>
--------------------------------------------------------------------------<br>
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
Phone: +43-1-58801-165300             FAX: +43-1-58801-165982<br>
Email: <a href="mailto:blaha@theochem.tuwien.ac.at" target="_blank">blaha@theochem.tuwien.ac.at</a>    WIEN2k: <a href="http://www.wien2k.at" rel="noreferrer" target="_blank">http://www.wien2k.at</a><br>
WWW:   <a href="http://www.imc.tuwien.ac.at" rel="noreferrer" target="_blank">http://www.imc.tuwien.ac.at</a><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>