Re: [OMPI users] undefined symbol error when built as a shared library

2009-09-10 Thread Ashika Umanga Umagiliya
HI Jeff, Thanks alot. That fixed the problem ! You are indeed a voodoo master... could you explain the spell behind your magic :) Regards, umanga Jeff Squyres wrote: I'm guessing that this has to do with deep, dark voodoo involved with the run time linker. Can you try configuring/building

Re: [OMPI users] undefined symbol error when built as a shared library

2009-09-10 Thread Jeff Squyres
I'm guessing that this has to do with deep, dark voodoo involved with the run time linker. Can you try configuring/building Open MPI with --disable-dlopen configure option, and rebuilding your libParallel.so against the new libmpi.so? See if that fixes the problem for you. If it does, I