1
1
openmpi/orte/mca/rmaps/base
2014-02-12 01:45:06 +00:00
..
base.h 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
help-orte-rmaps-base.txt 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
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
rmaps_base_binding.c Okay, once again be caught by the blasted hwloc inability to cleanly handle caches. Protect the calls to get_depth by first checking to see if it is a "cache", then use a cache-specific function to get the stupid data. Very, very irritating. 2014-02-12 01:45:06 +00:00
rmaps_base_frame.c Protect against no modifiers 2014-02-11 17:34:37 +00:00
rmaps_base_map_job.c Check for --cpus-per-proc earlier, before the correct option can be processed. Thanks to Tetsuya Mishima for reporting it. 2014-02-11 02:53:53 +00:00
rmaps_base_print_fns.c This commit introduces a new "mindist" ORTE RMAPS mapper, as well as 2013-05-22 13:04:40 +00:00
rmaps_base_ranking.c Fix --without-hwloc builds 2014-01-28 17:10:32 +00:00
rmaps_base_select.c Try to impose a little bit of consistency on how we parse lists of 2013-12-21 23:23:33 +00:00
rmaps_base_support_fns.c Fix comm_spawn for oversubscribed systems by correctly computing the number of available slots 2014-01-09 20:33:48 +00:00
rmaps_private.h Fix a few places where we weren't completely identifying hostfile-based operations against "localhost" entries. Tell the mapper base to be silent when we don't want errors announced because nodes aren't available for mapping (something it is okay if they are fully used). Fix an infinite loop in the file prepositioning code. 2012-08-31 21:28:49 +00:00