Re: [Wien] parallel ssh error

2019-09-28 Thread Gavin Abo
The "sudo service sshd restart" step, which I forgot to copy and paste, that is missing is corrected below. On 9/28/2019 12:18 PM, Gavin Abo wrote: After you set both "SendEnv *" and "AcceptEnv *", did you restart the sshd service [1]?  The following illustrates steps that might help you

Re: [Wien] parallel ssh error

2019-09-28 Thread Gavin Abo
After you set both "SendEnv *" and "AcceptEnv *", did you restart the sshd service [1]?  The following illustrates steps that might help you verify that WIENROOT appears on a remote vlsi node: username@computername:~$ echo $WIENROOT username@computername:~$ export WIENROOT=/servernode1

Re: [Wien] parallel ssh error

2019-09-28 Thread Indranil mal
Sir I have tried with " SetEnv * " Still nothing is coming with echo commad and user name by mistake I posted wrong Otherwise no issue with user name and I have set the parallel options file taksset "no" and remote options are 1 1 in server and client machines. On Sat, 28 Sep 2019 11:36 Gavin

Re: [Wien] Using fold2Bloch for the path perpendicular to G-K

2019-09-28 Thread Gavin Abo
Regarding *.klist file, the *.klist_band [1] format should be in SRC_lapw1/inilpw.f as I recall [2,3]. [1] https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg14331.html [2] https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg08050.html [3]

Re: [Wien] parallel ssh error

2019-09-28 Thread Gavin Abo
Respected Sir, In my linux(Ubuntu 18.04 LTS) in ssh_config, and in sshd_config there are two line already "SendEnv LANG LC_*" "AcceptEnv LANG LC_*" respectively. The "LANG LC_*" probably only puts just the local language variables in the remote environment.  Did you follow the previous advice