ORTE_GET_MAPPING_POLICY  655 orte/mca/rmaps/base/rmaps_base_binding.c     map = ORTE_GET_MAPPING_POLICY(jdata->map->mapping);
ORTE_GET_MAPPING_POLICY  318 orte/mca/rmaps/base/rmaps_base_frame.c             ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping) != ORTE_MAPPING_BYCORE) {
ORTE_GET_MAPPING_POLICY  344 orte/mca/rmaps/base/rmaps_base_frame.c             ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping) != ORTE_MAPPING_BYSLOT) {
ORTE_GET_MAPPING_POLICY  370 orte/mca/rmaps/base/rmaps_base_frame.c             ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping) != ORTE_MAPPING_BYNODE) {
ORTE_GET_MAPPING_POLICY  423 orte/mca/rmaps/base/rmaps_base_frame.c                 if (ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping) == ORTE_MAPPING_BYHWTHREAD ||
ORTE_GET_MAPPING_POLICY  424 orte/mca/rmaps/base/rmaps_base_frame.c                   (ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping) == ORTE_MAPPING_BYCORE &&
ORTE_GET_MAPPING_POLICY  782 orte/mca/rmaps/base/rmaps_base_frame.c             map = ORTE_GET_MAPPING_POLICY(mapping);
ORTE_GET_MAPPING_POLICY  234 orte/mca/rmaps/base/rmaps_base_map_job.c             mpol = ORTE_GET_MAPPING_POLICY(jdata->map->mapping);
ORTE_GET_MAPPING_POLICY  122 orte/mca/rmaps/base/rmaps_base_print_fns.c     switch(ORTE_GET_MAPPING_POLICY(mapping)) {
ORTE_GET_MAPPING_POLICY  102 orte/mca/rmaps/mindist/rmaps_mindist_module.c     if (ORTE_MAPPING_BYDIST != ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  112 orte/mca/rmaps/ppr/rmaps_ppr.c         ORTE_MAPPING_PPR != ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  118 orte/mca/rmaps/ppr/rmaps_ppr.c                             (ORTE_MAPPING_PPR == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) ? "PPRSET" : "PPR NOTSET");
ORTE_GET_MAPPING_POLICY  647 orte/mca/rmaps/ppr/rmaps_ppr.c     if (ORTE_MAPPING_BYNODE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  649 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYHWTHREAD == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  651 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYCORE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  653 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYSOCKET == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  655 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYL1CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  658 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYL2CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  661 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYL3CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  664 orte/mca/rmaps/ppr/rmaps_ppr.c     } else if (ORTE_MAPPING_BYNUMA == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  109 orte/mca/rmaps/rank_file/rmaps_rank_file.c     if (ORTE_MAPPING_BYUSER != ORTE_GET_MAPPING_POLICY(orte_rmaps_base.mapping)) {
ORTE_GET_MAPPING_POLICY   75 orte/mca/rmaps/round_robin/rmaps_rr.c     if (ORTE_MAPPING_RR < ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  147 orte/mca/rmaps/round_robin/rmaps_rr.c         if (ORTE_MAPPING_BYNODE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  150 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYSLOT == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  153 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYHWTHREAD == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  165 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYCORE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  177 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYL1CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  190 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYL2CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  203 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYL3CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  216 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYSOCKET == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  228 orte/mca/rmaps/round_robin/rmaps_rr.c         } else if (ORTE_MAPPING_BYNUMA == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  301 orte/mca/rmaps/round_robin/rmaps_rr.c     if (ORTE_MAPPING_BYNODE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping) ||
ORTE_GET_MAPPING_POLICY  302 orte/mca/rmaps/round_robin/rmaps_rr.c         ORTE_MAPPING_BYSLOT == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  307 orte/mca/rmaps/round_robin/rmaps_rr.c     if (ORTE_MAPPING_BYHWTHREAD == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  317 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYCORE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  327 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYL1CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  338 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYL2CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  349 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYL3CACHE == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  360 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYSOCKET == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  370 orte/mca/rmaps/round_robin/rmaps_rr.c     } else if (ORTE_MAPPING_BYNUMA == ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {
ORTE_GET_MAPPING_POLICY  138 orte/mca/rmaps/seq/rmaps_seq.c     if (ORTE_MAPPING_SEQ != ORTE_GET_MAPPING_POLICY(jdata->map->mapping)) {