<div dir="ltr"><div>Respected Sir, As per Your suggestion I have done the single process with one iteration successfully encountered no issue in all the nodes. However in parallel running facing the same  error <br></div><div><pre>grep: *scf1*: No such file or directory
cp: cannot stat '.in.tmp': No such file or directory
FERMI - Error
grep: *scf1*: No such file or directory
Parallel.scf1_1: No such file or directory.
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
bash: fixerror_lapw: command not found
bash: lapw1c: command not found
 LAPW0 END
hup: Command not found.<br><br></pre><pre>Previously I was doing a mistake with user name and home directory now in all the pc the user name and the home directory is same (/home/vlsi) is same and the working directory is accessible from every node. <br></pre><pre> (ls -l $WIENROOT/lapw1c<br>-rwxr-xr-x 1 vlsi vlsi 2151824 Sep 26 02:41 /servernode01/lapw1c) this reflects in all the pcs.<br><br><br><br></pre></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 26, 2019 at 1:27 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">First of all, one of the errors was: lapw1c: command not found<br>
<br>
You showed us only the existence of "lapw1", not "lapw1c" with the ls <br>
commands.<br>
<br>
However, since you also have:  fixerror_lapw: command not found<br>
<br>
I don't think that this is the problem.<br>
<br>
-------------<br>
I'm more concerned about the different usernames/owners of lapw1 on <br>
different computers.<br>
It is not important who owns $WIENROOT/*, as long as everybody has r-x <br>
permissions.<br>
<br>
However, what is your username and your home-directory on the different <br>
machines ? It must be the same ! And do you have access to the actual <br>
working directory ?<br>
In what directory did you start the calculations?<br>
Is it a directory called "Parallel" ? What is the full path of that on <br>
every computer (/casenode1/Parallel ?)<br>
----------------------<br>
<br>
First check would be:<br>
<br>
On vlsi1 change into the working directory (Parallel ?) and run one <br>
iteration without parallelization:   run -i 1<br>
<br>
then login to   ssh vsli2 (passwordless), cd into "Parallel" and do <br>
another non-parallel cycle.  Does it work ?<br>
-----------<br>
<br>
<br>
On 9/26/19 11:48 AM, Indranil mal wrote:<br>
> Dear developers and users<br>
>                                          I have 5 individual Linux <br>
> (Ubuntu) pc with intel i7 octa core processors and 16GB RAM in each <br>
> connected via a 1GBps LAN.  password less ssh working properly. I have <br>
> installed WIEN2K 19 in the one machine (M1 server) in the directory <br>
> "/servernode1" and the case directory is "/casenode1"  and through NFS I <br>
> have mounted the "servernode1", and "casenode1" in other four pcs with <br>
> same name local folders ("servernode1", and "casenode1") in them. I have <br>
> installed ,intel compilers, libxc, fftw, elpa in all the nodes <br>
> individually. I have manually edited the bash file  $WIENROOT path and <br>
> case directory and the WIEN2K options file. Keep all the value same in <br>
> all the client nodes as it is in the server node.<br>
> <br>
> alias cdw="cd /casenode1"<br>
> export OMP_NUM_THREADS=4<br>
> #export LD_LIBRARY_PATH=.....<br>
> export EDITOR="emacs"<br>
> export SCRATCH=./<br>
> export WIENROOT=/servernode1<br>
> export W2WEB_CASE_BASEDIR=/casenode1<br>
> export STRUCTEDIT_PATH=$WIENROOT/SRC_structeditor/bin<br>
> <br>
> Now when I am doing parallel calculations with all the client nodes in <br>
> machine file ,<br>
> # k-points are left, they will be distributed to the residual-machine_name.<br>
> #<br>
> 1:vlsi1<br>
> 1:vlsi2<br>
> 1:vlsi3<br>
> 1:vlsi4<br>
> <br>
> granularity:1<br>
> extrafine:1<br>
> #<br>
> <br>
> <br>
> and getting the following error<br>
> <br>
> grep: *scf1*: No such file or directory<br>
> cp: cannot stat '.in.tmp': No such file or directory<br>
> FERMI - Error<br>
> grep: *scf1*: No such file or directory<br>
> Parallel.scf1_1: No such file or directory.<br>
> bash: fixerror_lapw: command not found<br>
> bash: lapw1c: command not found<br>
> bash: fixerror_lapw: command not found<br>
> bash: lapw1c: command not found<br>
>   LAPW0 END<br>
> hup: Command not found.<br>
> <br>
> ###################Error file lapw2 error<br>
>   'LAPW2' - can't open unit: 30<br>
>   'LAPW2' -        filename: Parallel.energy_1<br>
> **  testerror: Error in Parallel LAPW2<br>
> <br>
> I have checked the with " ls -l $WIENROOT/lapw1" as suggested in the <br>
> previous mailing list and got the<br>
> -rwxr-xr-x 1 vlsi vlsi 2139552 Sep 26 02:41 /servernode1/lapw1 for <br>
> server (vlsi is the user name in server)<br>
> -rwxr-xr-x 1 vlsi1 vlsi1 2139552 Sep 26 02:41 /servernode1/lapw1 (in <br>
> node1 the user name is vlsi1)<br>
> -rwxr-xr-x 1 vlsi2 vlsi2 2139552 Sep 26 02:41 /servernode1/lapw1 (in <br>
> node2 the user name is vlsi2)<br>
> please help<br>
> <br>
> <br>
> thanking you<br>
> Indranil<br>
> <br>
> <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>
                                       P.Blaha<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/TC_Blaha" rel="noreferrer" target="_blank">http://www.imc.tuwien.ac.at/TC_Blaha</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>