[OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-17 Thread Nev
build. I would link to be able to use non static openmpi build. Any suggestion on what I am doing wrong? Thanks Nev

Re: [OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-19 Thread Nev
Hi Jeff, I have tried --disable-visibility but get the same results. Any other ideas? I am not able to remove the dlopen, but maybe able to move it to directly dlopen the mpi library, instead of my library that is linked to mpi. Is this likely to help? Nev On Mon, 2010-04-19 at 09:21 -0400, Jeff

Re: [OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-20 Thread Nev
rsions, and are not necessarily removed if you just > install a new version over an old version. > > > > On Apr 19, 2010, at 6:52 PM, Nev wrote: > > > Hi Jeff, > > I have tried --disable-visibility but get the same results. Any other > > ideas? I am not able

Re: [OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-21 Thread Nev
O n Tue, 2010-04-20 at 20:22 -0400, Jeff Squyres wrote: > On Apr 20, 2010, at 6:16 PM, Nev wrote: > > > Hi Jeff, > > I did the install to the "same place". I always use /opt/openmpi, the > > procedure I use when building is > > configure --prefix=/opt/openm

Re: [OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-24 Thread Nev
On Thu, 2010-04-22 at 08:09 +1000, Nev wrote: > O > n Tue, 2010-04-20 at 20:22 -0400, Jeff Squyres wrote: > > On Apr 20, 2010, at 6:16 PM, Nev wrote: > > > > > Hi Jeff, > > > I did the install to the "same place". I always use /opt/openm

Re: [OMPI users] unresolved symbol mca_base_param_reg_int

2010-04-26 Thread Nev
On Mon, 2010-04-26 at 14:43 -0400, Jeff Squyres wrote: > On Apr 24, 2010, at 10:14 PM, Nev wrote: > > > void * const result = dlopen(libName, RTLD_LAZY | RTLD_LOCAL); > > This line is the problem: change RTLD_LOCAL to RTLD_GLOBAL and it'll work. > There's anot