Re: [O-MPI users] HOWTO turn of "multi-rail" support at runtime?

2005-09-20 Thread Tim S. Woodall
Daryl, Try setting: -mca btl_base_include self,mvapi To specify that only lookback (self) and mvapi btls should be used. Can you forward me the config.log from your build? Thanks, Tim Daryl W. Grunau wrote: Hi, I've got a dual-homed IB + GigE connected cluster for which I've built a very re

[O-MPI users] HOWTO turn of "multi-rail" support at runtime?

2005-09-20 Thread Daryl W. Grunau
Hi, I've got a dual-homed IB + GigE connected cluster for which I've built a very recent drop of OpenMPI (w/ mvapi support). I'm having difficulty making OMPI solely use native verbs as it's communication between nodes. I've tried all incantations of the following mca parameters to no avail: -

Re: [O-MPI users] Compile problem

2005-09-20 Thread Lisa Glendenning
That worked, thanks! On Sep 20, 2005, at 1:27 AM, Brian Barrett wrote: On Sep 19, 2005, at 11:39 PM, Lisa Glendenning wrote: Output is attached. The make failed (see the tail of make.LOG). I am on a Mac OS 10.4, using the packaged gcc, and am attempting -- enable-static. I previously got

Re: [O-MPI users] attempt to override read-only MCA parameter "orte_infrastructure" - FIXED!

2005-09-20 Thread Tim S. Woodall
Daryl, I've added support for this in bproc, committed to the trunk. Tim Jeff Squyres wrote: No, you are not doing anything wrong. Currently, this is not handled. I think I documented this in the README file, but I can add a message to the orterun --help output, or just remove it for the

Re: [O-MPI users] attempt to override read-only MCA parameter "orte_infrastructure" - FIXED!

2005-09-20 Thread Jeff Squyres
No, you are not doing anything wrong. Currently, this is not handled. I think I documented this in the README file, but I can add a message to the orterun --help output, or just remove it for the time being. On Sep 19, 2005, at 6:12 PM, Tim S. Woodall wrote: Daryl, Tim, the latest nig

Re: [O-MPI users] Compile problem

2005-09-20 Thread Brian Barrett
On Sep 19, 2005, at 11:39 PM, Lisa Glendenning wrote: Output is attached. The make failed (see the tail of make.LOG). I am on a Mac OS 10.4, using the packaged gcc, and am attempting -- enable-static. I previously got OpenMPI to build without the -- enable-static option. I am using versio