1
1
openmpi/orte/mca/rmaps/lama
Nathan Hjelm 45e053dbce orte: use C99 subobject naming for component initialization
This commit helps future-proof orte components by initializing each
component member by name.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-04-18 10:29:58 -06:00
..
configure.m4 Get the trunk to build again when --without-hwloc is specified. Move a couple of key type definitions and utilities out from under the HAVE_HWLOC test so they are always available as they don't really depend on hwloc's presence. Tell two compnents not to build if hwloc is disabled: 2012-09-26 23:24:27 +00:00
help-orte-rmaps-lama.txt Proper show_help error messages for LAMA. 2013-05-10 15:06:25 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
rmaps_lama_component.c orte: use C99 subobject naming for component initialization 2015-04-18 10:29:58 -06:00
rmaps_lama_max_tree.c rmaps/lama: fix misc memory leaks 2015-03-02 15:31:11 +09:00
rmaps_lama_module.c fix misc memory leaks 2015-03-05 13:58:05 +09:00
rmaps_lama_params.c After a lot of pain, I've managed to resolve the problem of conflicting mapping directives caused by mismatched MCA params - i.e., where someone has one variant of an MCA param (e.g., rmaps_base_mapping_policy) in their default MCA param file, and then specifies another variant (e.g., --npernode) on the command line. I can't fully resolve the problem as there is no way to know precisely what the user meant - we can only guess which param was really intended since the MCA param system 2014-02-07 21:25:40 +00:00
rmaps_lama.h Minor type fix (they're both enums/ints, so the compiler previously 2013-05-16 00:47:37 +00:00