Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-26 Thread Jeff Squyres
Schweet! Sorry it took so long to figure out... On Feb 26, 2009, at 7:54 AM, Kiril Dichev wrote: I am happy to confirm that Jeff's suggestion worked. The problem was following: in previous versions VampirServer issued ComLib = dlopen( driverName, RTLD_LAZY ); Changing this to following

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-26 Thread Kiril Dichev
I am happy to confirm that Jeff's suggestion worked. The problem was following: in previous versions VampirServer issued ComLib = dlopen( driverName, RTLD_LAZY ); Changing this to following fixed the problem: ComLib = dlopen( driverName, RTLD_LAZY | RTLD_GLOBAL ); The VampirServe

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-25 Thread Jeff Squyres
On Feb 25, 2009, at 8:43 AM, Gerry Creager wrote: If you simply want to call is "Problems in 1.3" I might have some things to add, though! I'm not quite sure how to parse this sentence -- are you saying that you have found some problems with Open MPI v1.3? If so, yes, we'd like to know w

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-25 Thread Gerry Creager
If you simply want to call is "Problems in 1.3" I might have some things to add, though! gerry Jeff Squyres wrote: On Feb 23, 2009, at 8:59 PM, Jeff Squyres wrote: Err... I'm a little confused. We've been emailing about this exact issue for a week or two (off list); you just re-started the

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-24 Thread Jeff Squyres
On Feb 23, 2009, at 8:59 PM, Jeff Squyres wrote: Err... I'm a little confused. We've been emailing about this exact issue for a week or two (off list); you just re-started the conversation from the beginning, moved it to the user's list, and dropped all the CC's (which include several peop

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-24 Thread Jeff Squyres
On Feb 24, 2009, at 10:29 AM, wrote: I have a runtime-linking problem with MPI 1.3 that is very similar. We apply MPI in a Python-based framework. For some platforms we use a patched Python version that does the MPI_Init() call. On some machines we use an unmodified Python with a small module

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-24 Thread michael.meinel
Hello, I have a runtime-linking problem with MPI 1.3 that is very similar. We apply MPI in a Python-based framework. For some platforms we use a patched Python version that does the MPI_Init() call. On some machines we use an unmodified Python with a small module (minimpi) that cares for the MPI_

Re: [OMPI users] Problems in 1.3 loading shared libs when using VampirServer

2009-02-23 Thread Jeff Squyres
Err... I'm a little confused. We've been emailing about this exact issue for a week or two (off list); you just re-started the conversation from the beginning, moved it to the user's list, and dropped all the CC's (which include several people who are not on this list). Why did you do tha