<div dir="ltr"><div>Dear Prof. Gavin,</div><div><br></div><div>I am using slurm based environment for running the jobs. I have attached the typical script I made to submit the job. Although, I kept export & source of  LD_LIBRARY_PATH and path to the compilervars.sh, I have also source them again by keeping them in separate "myenev" file.</div><div><br></div><div>===================</div><div>#!/bin/bash -l<br>#SBATCH --nodes=1<br>#SBATCH --ntasks-per-node=24<br>#SBATCH --job-name=MnSb2<br>#SBATCH --output=out%j.txt<br>#SBATCH --uid=renwei<br>#SBATCH --partition=sz-renwei<br>export OMP_NUM_THREADS=1</div><div><br>export PATH="/THFS/home/renwei/softwares/anaconda2/bin:$PATH"<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/THFS/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/THFS/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/intel64<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/THFS/home/renwei/venky/soft/libxc/lib<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/THFS/home/renwei/venky/soft/fftw/lib<br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/intel/impi/<a href="http://5.0.2.044/intel64/lib">5.0.2.044/intel64/lib</a><br>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib64<br>export WIENROOT=/THFS/home/renwei/venky/soft/wien2k<br>source /THFS/opt/intel/composer_xe_2013_sp1.3.174/bin/compilervars.sh intel64<br>source /THFS/opt/intel/composer_xe_2013_sp1.3.174/bin/ifortvars.sh intel64<br>source /THFS/opt/intel/composer_xe_2013_sp1.3.174/mkl/bin/mklvars.sh intel64<br>source /THFS/opt/intel/impi/<a href="http://5.0.2.044/intel64/bin/mpivars.sh">5.0.2.044/intel64/bin/mpivars.sh</a> intel64</div><div><br></div><div>source myenev</div><div><br></div><div>===================</div><div>script to generate .machines file</div><div>=====================</div><div><br></div><div>wien2k=`runsp_lapw -NI -i 200 -ec 0.00001 -cc 0.0001 -p`<br><br>srun $wien2k</div><div><br></div><div>===============================================================</div><div><br></div><div><br></div><div>The calculations are running on user account named "renwei" and we have a group of students who are using the same account by creating separate folders into it. Wien2k was installed in my local folder "venky/soft/wien2k" and calculations are doing from "venky/wien2k_sim/MnSb".</div><div><br></div><div>This renwei account already contain the .ssh folder . This folder have both "id_rsa.pub" and "authorized_keys" files. The content of id_rsa.pub file is already copied into authorized_keys file. </div><div><br></div><div>After following your statement in earlier mail , the permission to the authorized_keys was look like </div><div><br></div><div>-rw-r-----  authorized_keys<br>-rw-r--r--  id_rsa.pub</div><div><br></div><div>I did ssh of one of the node, it do not prompt me to password as given below.<br></div><div><br></div><div>[renwei@ln3 ~]$ ssh cn308<br>Last login: Sat Jun 16 01:20:03 2018 from ln3-gn0<br>-bash: manpath: command not found<br></div><div>[renwei@cn308 ~]$<br><br></div><div><br></div><div><div>Now after doing all these, the error still persists. </div><div><br></div><div><br></div><div>venkatesh</div><br></div></div>