Re: [OMPI users] open mpi on non standard ssh port

2009-03-18 Thread Jeff Squyres
gt;> Message: 3 >> Date: Tue, 17 Mar 2009 09:45:29 +0100 >> From: Bernhard Knapp >> Subject: [OMPI users] open mpi on non standard ssh port >> To: us...@open-mpi.org >> Message-ID: <49bf6329.8090...@meduniwien.ac.at> >> Content-Type: text/plain; charset=

Re: [OMPI users] open mpi on non standard ssh port

2009-03-18 Thread Reuti
Reuti -- Message: 3 Date: Tue, 17 Mar 2009 09:45:29 +0100 From: Bernhard Knapp Subject: [OMPI users] open mpi on non standard ssh port To: us...@open-mpi.org Message-ID: <49bf6329.8090...@meduniwien.ac.at> Content-Type: text/plain; charset=ISO-8859-1; format=fl

Re: [OMPI users] open mpi on non standard ssh port

2009-03-18 Thread Bernhard Knapp
come on, it must be somehow possible to use openmpi not on port 22!? ;-) -- Message: 3 Date: Tue, 17 Mar 2009 09:45:29 +0100 From: Bernhard Knapp Subject: [OMPI users] open mpi on non standard ssh port To: us...@open-mpi.org Message-ID: <49bf6329.8

Re: [OMPI users] open mpi on non standard ssh port

2009-03-17 Thread Jeff Squyres
We don't have an easy way to specify using different ports for each host (this is a fairly uncommon configuration), but you can set it up in your $HOME/.ssh/config file, perhaps something like this: Host 192.168.0.101 Port 5101 Host 192.168.0.102 Port 5102 ...and so on. Then "ssh 19

Re: [OMPI users] open mpi on non standard ssh port

2009-03-17 Thread Gilbert Grosdidier
Hi Bernhard, You may want to use the .ssh/config file, where you will be able to specify on a machine by machine basis the port you want to use thru the 'Port' directive. Have a look to 'man ssh_config' page. Hope this helps, Gilbert. On Tue, 17 Mar 2009, Bernhard Knapp wrote: > Hi

[OMPI users] open mpi on non standard ssh port

2009-03-17 Thread Bernhard Knapp
Hi I want to start a gromacs simulation on a small cluster where non standard ports are used for ssh. If I just use a "normal" maschinelist file (with the ips of the nodes), consequently, the following error comes up: ssh: connect to host 192.168.0.103 port 22: Connection refused I guess tha