Re: [OMPI devel] [Open MPI] #334: Building with Libtool 2.1a fails to run OpenIB BTL

2006-09-06 Thread Jeff Squyres
On 9/6/06 9:37 AM, "Ralf Wildenhues" wrote: >> This error is usually happens when libibverbs is dlopened without >> RTLD_GLOBAL flag. > > Ah, yep. That is a difference between 2.1a and 1.5.x. Not an > undisputed one. > > I don't know enough about the setup to suggest a workaround right away.

Re: [OMPI devel] [Open MPI] #334: Building with Libtool 2.1a fails to run OpenIB BTL

2006-09-06 Thread Jeff Squyres
On 9/6/06 9:05 AM, "Ralf Wildenhues" wrote: >> I was testing with a trivial "hello world" MPI application; i.e., one that >> I had compiled with mpicc and was running with "mpirun -np 2 --mca btl >> openib hello". Hence, I was testing against installed trees of Open MPI. >> I took care to "r

Re: [OMPI devel] [Open MPI] #334: Building with Libtool 2.1a fails to run OpenIB BTL

2006-09-06 Thread Ralf Wildenhues
* Gleb Natapov wrote on Wed, Sep 06, 2006 at 03:26:38PM CEST: > This error is usually happens when libibverbs is dlopened without > RTLD_GLOBAL flag. Ah, yep. That is a difference between 2.1a and 1.5.x. Not an undisputed one. I don't know enough about the setup to suggest a workaround right aw

Re: [OMPI devel] [Open MPI] #334: Building with Libtool 2.1a fails to run OpenIB BTL

2006-09-06 Thread Gleb Natapov
This error is usually happens when libibverbs is dlopened without RTLD_GLOBAL flag. On Wed, Sep 06, 2006 at 03:05:39PM +0200, Ralf Wildenhues wrote: > Hello, > > * Open MPI wrote on Wed, Sep 06, 2006 at 01:00:00PM CEST: > > #334: Building with Libtool 2.1a fails to run OpenIB BTL > > >Are yo

Re: [OMPI devel] [Open MPI] #334: Building with Libtool 2.1a fails to run OpenIB BTL

2006-09-06 Thread Ralf Wildenhues
Hello, * Open MPI wrote on Wed, Sep 06, 2006 at 01:00:00PM CEST: > #334: Building with Libtool 2.1a fails to run OpenIB BTL >Are you testing uninstalled or installed programs/libraries? > > Installed. > >If you are testing an uninstalled program: does libtool generate a shell > wrappe