1
1
openmpi/opal/mca
Joshua Hursey e1d079544b mca: Dynamic components link against project lib
* Resolves #3705
 * Components should link against the project level library to better
   support `dlopen` with `RTLD_LOCAL`.
 * Extend the `mca_FRAMEWORK_COMPONENT_la_LIBADD` in the `Makefile.am`
   with the appropriate project level library:
```
MCA components in ompi/
       $(top_builddir)/ompi/lib@OMPI_LIBMPI_NAME@.la
MCA components in orte/
       $(top_builddir)/orte/lib@ORTE_LIB_PREFIX@open-rte.la
MCA components in opal/
       $(top_builddir)/opal/lib@OPAL_LIB_PREFIX@open-pal.la
MCA components in oshmem/
       $(top_builddir)/oshmem/liboshmem.la"
```

Note: The changes in this commit were automated by the script in
the commit that proceeds it with the `libadd_mca_comp_update.py`
script. Some components were not included in this change because
they are statically built only.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2017-08-24 11:56:16 -04:00
..
allocator mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
backtrace stacktrace: Add flexibility in stacktrace ouptut 2017-01-26 11:55:32 -06:00
base mca/registry: fix problem group_component_register 2017-08-08 19:50:27 -06:00
btl mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
common opal: rename opal_atomic_init to opal_atomic_lock_init 2017-08-07 14:15:11 -06:00
compress mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
crs mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
dl dl/dlopen: add libs to wrapper LIBS 2017-04-15 09:30:18 -07:00
event scripted symbol name change (ompi_ prefix) 2017-07-11 02:13:23 -04:00
hwloc hwloc/shmem: don't abort on failure to load from shmem 2017-08-21 19:57:38 +02:00
if opal/if: open the if framework once in opal_init_util 2016-12-01 14:24:30 +09:00
installdirs Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memchecker mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
memcpy Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memory memory/patcher: hook madvise 2017-08-07 10:29:45 -06:00
mpool mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
patcher mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
pmix mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
pstat mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
rcache mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
reachable mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
shmem mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
timer Get x86 TSC frequency from bogomips 2017-07-12 17:31:25 -03:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h ompi/hook: Add the hook/license framework 2017-02-27 12:05:53 -05:00