Re: [OMPI devel] .ompi_info dependency files

2015-04-07 Thread George Bosilca
It is a vestige from a epoch where our shared library symbols were loaded in the RTLD_GLOBAL mode. I support your proposal to scrap it out. George. On Tue, Apr 7, 2015 at 1:41 PM, Nathan Hjelm wrote: > > I am working on rewriting some of the MCA component open code to delay > dlclose until o

[OMPI devel] .ompi_info dependency files

2015-04-07 Thread Nathan Hjelm
I am working on rewriting some of the MCA component open code to delay dlclose until opal_util_finalize () and I ran into something interesting. Open MPI supports component dependency files ending in .ompi_info. These files can be used to describe dependencies between mca components. This feature