Re: [OMPI users] Private and public IP mixing.

2011-10-04 Thread Ralph Castain
OMPI always tries to use the lowest numbered address first - just a natural ordering. You need to tell it to use just the public ones for this topology. Use the oob_tcp and btl_tcp parameters to do this. See "ompi_info --param oob tcp" and "ompi_info --param btl tcp" for the exact syntax. Sent

[OMPI users] Private and public IP mixing.

2011-10-04 Thread (.-=Kiwi=-.)
We are constructing a set of computers with Open MPI and there's a small problem with mixing public and private IPs. We aren't sure about what's causing the problem or how to solve it. The files are shared thanks to NFS and we have a couple computers with private IPs and public IPs that we want t

Re: [OMPI users] Non-continous ranks with "--np 4 -npernode 3 -bynode"

2011-10-04 Thread Ralph Castain
Looks like a bug - can address next week. Very unusual use of npernode... Sent from my iPad On Oct 4, 2011, at 4:55 AM, Andrew Senin wrote: > Hi all, > > I noticed a strange behaviour in 1.5.4 which seems to me as a bug. I'm trying > to launch 4 ranks on 2 nodes. If I add "-npernode 3 -byno

[OMPI users] Non-continous ranks with "--np 4 -npernode 3 -bynode"

2011-10-04 Thread Andrew Senin
Hi all, I noticed a strange behaviour in 1.5.4 which seems to me as a bug. I'm trying to launch 4 ranks on 2 nodes. If I add "-npernode 3 -bynode" parameters mpirun freezes on start. When I tried with the "-display-map" parameter it shows the following: ./mpirun --np 4 --host mir1,mir2 -npernode 3

[OMPI users] Need to use MPI-Get asynchronously

2011-10-04 Thread Mudassar Majeed
Hello people,    I want to use MPI-Get asynchronously, is it possible ? The scenario is like, the process will initiate an MPI-Get call asynchronously for some data from neighbouring processes and will continue with its work and it may check at the end of performing the