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

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

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

2009-09-10 Thread Ashika Umanga Umagiliya
Greetings all, My parallel application is build as a shared library (libParallel.so). (I use Debian Lenny 64bit). A webservice is used to dynamically load libParallel.so and inturn execute the parallel process . But during runtime I get the error : webservicestub: symbol lookup error: