On May 16, 2010, at 5:56 PM, <Kevin.Buckley_at_[hidden]> <Kevin.Buckley_at_[hidden]> wrote:
> > Have you tried building Open MPI with the --disable-dlopen configure flag?
> > This will slurp all of OMPI's DSOs up into libmpi.so -- so there's no
> > dlopening at run-time. Hence, your app (R) can dlopen libmpi.so, but then
> > libmpi.so doesn't dlopen anything else -- all of OMPI's plugins are
> > physically located in libmpi.so.
>
> Given your reasoning, that's gotta be worth a shot: wilco.
This issue has come up a few times on the list; I will add something to the FAQ about this.
--
Jeff Squyres
jsquyres_at_[hidden]
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/
|