1
1
openmpi/orte/mca
Brian Barrett b8442ba505 Revamp the handling of wrapper compiler flags. The user flags, main configure
flags, and mca flags are kept seperate until the very end.  The main configure
wrapper flags should now be modified by using the OPAL_WRAPPER_FLAGS_ADD
macro.  MCA components should either let <framework>_<component>_{LIBS,LDFLAGS}
be copied over OR set <framework>_<component>_WRAPPER_EXTRA_{LIBS,LDFLAGS}.
The situations in which WRAPPER CPPFLAGS can be set by MCA components was
made very small to match the one use case where it makes sense.

This commit was SVN r27950.
2013-01-29 00:00:43 +00:00
..
common Remove the only place where PMI was used outside a component, and relocate that code to common/pmi. 2013-01-28 20:14:51 +00:00
db Remove the only place where PMI was used outside a component, and relocate that code to common/pmi. 2013-01-28 20:14:51 +00:00
dfs Ensure we cleanup DFS worker threads during finalize to avoid segfaulting in MCA param cleanup 2012-12-25 21:17:35 +00:00
errmgr Remove the only place where PMI was used outside a component, and relocate that code to common/pmi. 2013-01-28 20:14:51 +00:00
ess Revamp the handling of wrapper compiler flags. The user flags, main configure 2013-01-29 00:00:43 +00:00
filem Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1. 2012-11-06 19:09:26 +00:00
grpcomm Remove the only place where PMI was used outside a component, and relocate that code to common/pmi. 2013-01-28 20:14:51 +00:00
iof Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1. 2012-11-06 19:09:26 +00:00
odls Remove stale code - message arrival time doesn't really mean much anymore. 2013-01-24 23:02:02 +00:00
oob Silence warning 2013-01-23 22:17:08 +00:00
plm Revamp the handling of wrapper compiler flags. The user flags, main configure 2013-01-29 00:00:43 +00:00
ras Revamp the handling of wrapper compiler flags. The user flags, main configure 2013-01-29 00:00:43 +00:00
rmaps Fix rank_file operations. We changed the syntax to use semi-colons between multiple slot assignments so that we could use the comma to separate specific cores, but somehow the flex definitions didn't get updated to accept that character. We also incorrectly zero'd the bitmap between slot assignment sections, and so multiple slot assignments only wound up making the last one in the list. 2013-01-25 18:33:25 +00:00
rml Add required rml tag 2013-01-05 06:32:20 +00:00
routed Add new routed component with self-healing connections - based on radix component - for use in monitoring system 2013-01-08 04:40:35 +00:00
sensor Remove use of param_find function as that function will be disappearing 2013-01-15 19:50:38 +00:00
snapc Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1. 2012-11-06 19:09:26 +00:00
sstore Per RFC modify the behavior of mca_base_components_close to NOT close the output. Modify frameworks to always close their output and set to -1. 2012-11-06 19:09:26 +00:00
state Fix segfault if no file_maps were pushed 2012-11-15 15:39:17 +00:00