Re: [OMPI devel] pal_installdirs_base_framework declaration

2016-04-09 Thread Gilles Gouaillardet
David, This is declared via the MCA_BASE_FRAMEWORK_DECLARE macro https://svn.open-mpi.org/source/xref/ompi_master/opal/mca/installdirs/base/installdirs_base_components.c#175 Cheers, Gilles On Sunday, April 10, 2016, David Froger wrote: > Hello, > > Looking at Open

[OMPI devel] pal_installdirs_base_framework declaration

2016-04-09 Thread David Froger
Hello, Looking at Open MPI sources, I can't find where global variable pal_installdirs_base_framework is declared and initialized? (I can see where definitions are). Especially, I'm look at how opal_installdirs_base_framework->framework_static_components[i])->install_dirs_data is initialized.