Re: [O-MPI devel] [PATCH] Update Open MPI for new libibverbs API

2005-09-27 Thread Brian Barrett
On Sep 26, 2005, at 4:20 PM, Roland Dreier wrote: [It's somewhat annoying to have to subscribe to de...@open-mpi.org just to be able to send patches, but oh well...] It's even more annoying to be deluged with SPAM ;). We (the LAM developers) used to try to keep our mailing lists as open as

Re: [O-MPI devel] ompi_info Seg Fault, missing component -- linux (solved?) (fwd)

2005-09-27 Thread Ferris McCormick
On Mon, 2005-09-26 at 20:09 +, Ferris McCormick wrote: > On Mon, 2005-09-26 at 14:59 +, Ferris McCormick wrote: > > On Fri, 2005-09-16 at 11:35 -0500, Brian Barrett wrote: > > > On Sep 16, 2005, at 8:44 AM, Ferris McCormick wrote: > > > > > > > == >

Re: [O-MPI devel] ompi_info Seg Fault, missing component -- linux (solved?) (fwd)

2005-09-27 Thread Jeff Squyres
Thanks muchly for tracking this down! I'm working on the fixes right now; will commit shortly. On Sep 27, 2005, at 11:59 AM, Ferris McCormick wrote: On Mon, 2005-09-26 at 20:09 +, Ferris McCormick wrote: On Mon, 2005-09-26 at 14:59 +, Ferris McCormick wrote: On Fri, 2005-09-16 at

[O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Nathan DeBardeleben
So is this an error or am I configuring wrong? Here's my configure: [sparkplug]~/ompi > ./configure CFLAGS=-m32 FFLAGS=-m32 CXXFLAGS=-m32 --without-threads --prefix=/home/ndebard/local/ompi --with-devel-headers --without-gm I've also tried adding --build=i586-suse-linux, that didn't help

Re: [O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Jeff Squyres
This looks like it *might* be a libtool problem -- it's picking up the /usr/lib64/libstdc++.so when you're compiling in 32 bit mode (and therefore barfing). Can you send the libtool command that immediately preceded this link line? As a workaround, you should be able to --disable-cxx to

Re: [O-MPI devel] Back to 32bit on 64bit machines...

2005-09-27 Thread Ralf Wildenhues
Hi Nathan, Jeff, * Jeff Squyres wrote on Tue, Sep 27, 2005 at 09:39:59PM CEST: > This looks like it *might* be a libtool problem -- it's picking up the > /usr/lib64/libstdc++.so when you're compiling in 32 bit mode (and > therefore barfing). Yep, I think it is. > Can you send the libtool

[O-MPI devel] bproc question

2005-09-27 Thread Greg Watson
Hi, Trying to install ompi on a bproc machine with no network filesystem. I've copied the contents of the ompi lib directory into /tmp/ompi on each node and set my LD_LIBRARY_PATH to /tmp/ompi. However when I run the program, I get the following error. Any suggestions on what else I need

Re: [O-MPI devel] bproc question

2005-09-27 Thread Ralf Wildenhues
Hi Greg, * Greg Watson wrote on Tue, Sep 27, 2005 at 10:27:22PM CEST: > > Trying to install ompi on a bproc machine with no network filesystem. > I've copied the contents of the ompi lib directory into /tmp/ompi on > each node and set my LD_LIBRARY_PATH to /tmp/ompi. However when I run >