Re: [OMPI devel] Component open

2008-10-23 Thread Jeff Squyres
FWIW, this turned out to be a combination of two things: 1. Ralph's experimental DSO's were referencing a missing symbol, causing the underlying dlopen() to fail 2. LT 2.2.6 is incorrectly (IMHO) reporting "file not found" instead of "missing symbol" through lt_dlerror(), which is darned co

Re: [OMPI devel] Component open

2008-10-22 Thread Ralph Castain
Hmmm...interesting. I see what's going on - I'm having a build system issue that is causing some of the dynamic libraries to not be seen. Red herring - thanks for clarifying! Camille: thanks for fixing this way back when. Ralph On Oct 22, 2008, at 1:17 PM, George Bosilca wrote: Ralph, Th

Re: [OMPI devel] Component open

2008-10-22 Thread George Bosilca
Ralph, This problem was fixed long ago by some of the work Camille did. The exact revision number is r15402 (https://svn.open-mpi.org/trac/ompi/changeset/15402 ). I'm using this feature daily and so far I had any problems with it. To reuse your example here is what Camille came up with. $ m