Re: [OMPI users] requirement on ssh when run openmpi

2013-08-02 Thread Ralph Castain
Do you have a local sys admin, or someone else nearby who is more familiar with Unix/Linux? It would be far more efficient for someone to just show you than to try doing this remotely On Aug 1, 2013, at 2:23 AM, meng wrote: > dear Reuti, > > >I was assuming that you are using bash, for csh

Re: [OMPI users] requirement on ssh when run openmpi

2013-08-01 Thread meng
dear Reuti, >I was assuming that you are using bash, for csh it would be different. Yes, I use bash shell. >The command: >>$ ssh c2 which orted it displays: which : no orted in (..). Indeed (.) contains no openmpi. so I run ssh c2 first and then run which orted, it displays: /u

Re: [OMPI users] requirement on ssh when run openmpi

2013-08-01 Thread Reuti
Am 01.08.2013 um 00:45 schrieb meng: > Dear Dani and Reuti, > > >> either install openmpi on each node, and setup > >> /etc/profile.d/openmpi.{c,}sh and /etc/ld.so.conf.d/openmpi.conf files on > >> both (preferred) or install to a common file system (e.g. nfs mount) and > >> still use profil

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-31 Thread Jeff Squyres (jsquyres)
On Jul 31, 2013, at 6:45 PM, meng wrote: > I install openmpi at /usr/local/openmpi-1.6.5 on both computers. and > the two computers now can access each other without passwd required. I set > the path and ld_library_path in .bashrc and source it. > I still get the problems as before.

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-31 Thread meng
Dear Dani and Reuti, >> either install openmpi on each node, and setup >> /etc/profile.d/openmpi.{c,}sh and /etc/ld.so.conf.d/openmpi.conf files on >> both (preferred) or install to a common file system (e.g. nfs mount) and >> still use profile and ldconfig to setup environment. > I cho

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-29 Thread Reuti
Am 29.07.2013 um 05:48 schrieb dani: > But that is not a requirement on ssh. > That is a requirement on the install base on the second node - both must have > the same environment variables set, using same paths on each machine. > either install openmpi on each node, and setup /etc/profile.d/ope

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-28 Thread dani
But that is not a requirement on ssh. That is a requirement on the install base on the second node - both must have the same environment variables set, using same paths on each machine. either install openmpi on each node, and setupĀ  /etc/profile.d/openmpi.{c,}sh and

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-28 Thread meng
Dear Reuti, Thank you for the reply. In examples directory on the computer c1, command "mpiexec -np 4 hello_c" is correctly executed. If I run " mpiexec -machinefile hosts hello_c " on computer c1, where hosts contains two line : " node3 localhost " the screen displays as follows: bash: o

Re: [OMPI users] requirement on ssh when run openmpi

2013-07-27 Thread Reuti
Hi, Am 27.07.2013 um 08:48 schrieb meng: >what 's the requriement, especially on ssh, to run openmpi? I have two > computers, say c1 and c2. Through ssh, c1 can access c2 without password, but > c2 can't access c1. Under this environment, can I use openmpi to compute > parallely? as long