Pw-less login is working fine. To test that the environment variables are being passed through ssh:
$ hostname stblade01 $ export TEST=testing $ ssh stblade02 "echo $TEST" testing Yes, I installed on all the nodes separately. I will mount the NFS on the nodes first to store the case directory, then I will try it with the executables. On Thu, Oct 17, 2013 at 6:02 AM, Peter Blaha <[email protected]>wrote: > I enabled the path through ssh. In /etc/ssh/sshd_config: >> >> added PermitUserEnvironment = yes >> >> and added the file ~/.ssh/environment with >> PATH=/usr/bin/WIEN2k/13 in it. Now the following error appears on the >> remote node, the local node runs fine: >> > > Unless you have exported and NFS-mounted this /usr/bin/WIEN2k directory, > it seems you have installed wien2k on all your node separately ?? > > Consider to install it once (maybe NOT in /usr/bin, since when you upgrade > your operating system, all wien2k installations are gone ...) and mount it > on all other nodes. > > > -- > > P.Blaha > ------------------------------**------------------------------** > -------------- > Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna > Phone: +43-1-58801-165300 FAX: +43-1-58801-165982 > Email: [email protected] WWW: http://info.tuwien.ac.at/** > theochem/ <http://info.tuwien.ac.at/theochem/> > ------------------------------**------------------------------** > -------------- > ______________________________**_________________ > Wien mailing list > [email protected].**at <[email protected]> > http://zeus.theochem.tuwien.**ac.at/mailman/listinfo/wien<http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien> > SEARCH the MAILING-LIST at: http://www.mail-archive.com/** > [email protected].**at/index.html<http://www.mail-archive.com/[email protected]/index.html> >
_______________________________________________ Wien mailing list [email protected] http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien SEARCH the MAILING-LIST at: http://www.mail-archive.com/[email protected]/index.html

