Hello,
First I'd like to say that I'm really happy and excited that public access to
svn is now open :-)
Here is what went fine: check-out, autogen, configure, make, ompi_info and
simple mpi app (both build and run!!!)
Now I'd like to control over which channels/transports/networks the data
f
On Aug 23, 2005, at 6:48 AM, Peter Kjellström wrote:
First I'd like to say that I'm really happy and excited that public
access to
svn is now open :-)
Thanks! We're glad it's finally open too -- FWIW, at least a good
portion of the lng delays in opening up the code were because we
were
On Tuesday 23 August 2005 14.52, Jeff Squyres wrote:
> ...
> > Now I'd like to control over which channels/transports/networks the
> > data
> > flows... I configured and built ompi against mvapi (mellanox
> > ibgd-1.8.0) and
> > as far as I can tell it went well. Judging by the behaviour of the
> >
Hi Peter,
I'm a little surprised that tcp was used -- OMPI should "prefer" the
low latency interconnects (such as mvapi) to tcp and automatically
use
them.
This is a small issue and should be fixed in the next day or two. In
the meantime to run using mvapi only use:
mpirun -np 2 -mca
Hi,
I notice that MIPS is not listed amongst the "known"
architectures in the README, and on trying to compile
OpenMPI on a Linux/MIPS64 platform it blew up in the
configuration code.
Having said that, there does seem to be MIPS stuff in
those directories listing assembly code, but I do NOT
know
On Aug 23, 2005, at 7:35 PM, Jonathan Day wrote:
I notice that MIPS is not listed amongst the "known"
architectures in the README, and on trying to compile
OpenMPI on a Linux/MIPS64 platform it blew up in the
configuration code.
Correct. The only MIPS machines most of the developers have acce
On Aug 23, 2005, at 2:40 PM, Galen M. Shipman wrote:
I'm a little surprised that tcp was used -- OMPI should "prefer" the
low latency interconnects (such as mvapi) to tcp and automatically
use them.
This is a small issue and should be fixed in the next day or two. In
the meantime to run using