Re: [OMPI users] How to run open MPI without ipoib

2011-10-13 Thread Ralph Castain
First, OMPI does -not- require you to use ipoib. With that command line, both procs will be running on remotehostip. I don't believe openib has a loopback interface, so you'll need the shared memory btl so procs co-located on a node can talk to each other. In other words, you need -mca btl sm,o

[OMPI users] How to run open MPI without ipoib

2011-10-13 Thread bhimesh akula
HI, We have multi node set up and they are back to back connected.we are trying to run open MPI without using ipoib means not using normal ethernet interface instead it has to go through our uverbs interface. This is the command i tried ... "mpirun --prefix /usr/local/ -np 2 --mca btl openib,self