Re: [OMPI devel] MCA component dependency

2009-03-27 Thread Jeff Squyres
On Mar 25, 2009, at 6:09 PM, Aurélien Bouteiller wrote: I'm trying to state that a particular component depends on another that should therefore be dlopened automatically when it is loaded. I found some code doing exactly that in mca_base_component_find:open_component, but can't find any example

[OMPI devel] MCA component dependency

2009-03-25 Thread Aurélien Bouteiller
Hi everyone, I'm trying to state that a particular component depends on another that should therefore be dlopened automatically when it is loaded. I found some code doing exactly that in mca_base_component_find:open_component, but can't find any example of how to actually trigger that cod