[OMPI users] ppe-ompi 1.2.1 (Open MPI on EC2)

2012-05-10 Thread Barnet Wagman
ith Open MPI 1.5.5 are available. # More information in the network manager. # Security group creation bug fixed. Regards, Barnet Wagman

[OMPI users] ppe-ompi 1.2 (Open MPI on EC2)

2012-04-23 Thread Barnet Wagman
rameters may be needed to access AWS if you are using a proxy server. * The network specification manager shows more information about instance types and AMIs. Regards, Barnet Wagman

[OMPI users] ppe-ompi 1.1 (OMPI on EC2)

2012-03-19 Thread Barnet Wagman
ode.google.com/p/ppe-ompi/downloads/list>. Barnet Wagman

Re: [OMPI users] "Connection to lifeline" with openmpi-1.4.5

2012-03-03 Thread Barnet Wagman
Is the job completing? Usually this message appears because mpirun terminates before everything else does. Only concern I have is that the process that issued your example message is an application process, but I'm assuming it was running local to mpirun - yes? No the job is not completin

[OMPI users] "Connection to lifeline" with openmpi-1.4.5

2012-03-02 Thread Barnet Wagman
I've run into a problem upgrading from 1.4.3 to 1.4.4 or 1.4.5 With 1.4.4 and 1.4.5, I'm getting error messages like [[59597,1],0] routed:binomial: Connection to lifeline [[59597,0],0] lost The error does not occur if I restrict the host list to localhost. Basic tests like 'mpirun hello_c'

[OMPI users] OMPI on EC2

2011-06-14 Thread Barnet Wagman
I've put together a simple system for running OMPI on EC2 (Amazon's cloud computing service). If you're interested, see http://norbl.com/ppe-ompi.html Barnet Wagman

Re: [OMPI users] How are IP addresses determined?

2011-02-18 Thread Barnet Wagman
>Connection MethodProtocolFrom portTo port Source (IP > or group) > Alltcp > 0 65535intra ^ Yes, after I wrote yesterday, I realized there's no need to have the 'source' wide open. Glad to know that

Re: [OMPI users] How are IP addresses determined?

2011-02-17 Thread Barnet Wagman
g “This must be ssh > problem, but I can't figure out what it is...” > > Regards, > > Tena > > > On 2/17/11 10:05 AM, "Barnet Wagman" wrote: > > Tena, > > If I understand you correctly, the configuration you're trying to >

Re: [OMPI users] How are IP addresses determined?

2011-02-17 Thread Barnet Wagman
the security group used for these instances: > > connetion protocol from to source > -------- --- > *SSH *tcp 22 220.0.0.0/0 > > Am I making sense? > > Regards, > >

Re: [OMPI users] How are IP addresses determined?

2011-02-17 Thread Barnet Wagman
> I would strongly recommend that all machines involved in a Open MPI job are > at the same geographical location. This includes all nodes doing computation > but also the "submission host". For EC2 this would mean all in the same > region. That's certainly a good idea. Eventually I hope to

Re: [OMPI users] How are IP addresses determined?

2011-02-17 Thread Barnet Wagman
On 2/17/11 5:35 AM, Jeff Squyres (jsquyres) wrote: > The short version is that open MPI does not support NAT. There was some > research work a long time ago investigating supporting firewalls and NAT, but > I don't think it was ever completed / published. That makes sense. Do you know how open

[OMPI users] How are IP addresses determined?

2011-02-16 Thread Barnet Wagman
I've run into a problem involving accessing a remote host via a router and I think need to understand how opmpi determines ip addresses. If there's anything posted on this subject, please point me to it. Here's the problem: I've installed opmpi (1.4.3) on a remote system (an Amazon ec2 instance)

Re: [OMPI users] Use mca_base_param_file_path to set .ssh?

2011-02-15 Thread Barnet Wagman
On 2/15/11 1:31 PM, Ralph Castain wrote: > Setting the mca param plm_rsh_agent to "ssh -i xxx" should do the > trick, I think - haven't tried it, but it should work. ^ It does work. thanks

Re: [OMPI users] Use mca_base_param_file_path to set .ssh?

2011-02-15 Thread Barnet Wagman
> OMPI doesn't do anything relative to the .ssh directory, or what key > is used for ssh authentication. > > Afraid that is one you have to solve at the system level :-/ ^ In that case, where and how does OMPI call ssh? ssh has a '-i' option which can be used to specify the id_rsa file. /If/ ss

[OMPI users] Use mca_base_param_file_path to set .ssh?

2011-02-15 Thread Barnet Wagman
I need to find a way of controlling the rsa key used when open-mpi uses ssh to access hosts. By default, ssh uses the ~/.ssh/id_rsa However, I need to set the key used without messing around with users' .ssh directories. It appears that in a default installation of open-mpi, ~/.ssh is specf

Re: [OMPI users] Default hostfile not being used by mpirun

2011-02-06 Thread Barnet Wagman
ugh npRmpi? Something like: >> >> !#/bin/bash >> >> openmpi -np 15 -hostfile /path/to/hostfile $1 >> >> Cheers, >> Ethan >> >> -- >> Dr. Ethan Deneault >> Assistant Professor of Physics >> The University of Tampa >> 401

Re: [OMPI users] Default hostfile not being used by mpirun

2011-02-06 Thread Barnet Wagman
ugh npRmpi? Something like: >> >> !#/bin/bash >> >> openmpi -np 15 -hostfile /path/to/hostfile $1 >> >> Cheers, >> Ethan >> >> -- >> Dr. Ethan Deneault >> Assistant Professor of Physics >> The University of Tampa >> 401

[OMPI users] Default hostfile not being used by mpirun

2011-02-05 Thread Barnet Wagman
ARY_PATH=/home/omu/openmpi/lib:... Are there any other environmental variables that need to be set? I'd appreciate any suggestions about this. thanks, Barnet Wagman