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
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
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
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
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
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
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_
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