cpu_bitmap        138 orte/mca/rmaps/base/rmaps_base_binding.c     char *cpu_bitmap;
cpu_bitmap        257 orte/mca/rmaps/base/rmaps_base_binding.c         hwloc_bitmap_list_asprintf(&cpu_bitmap, totalcpuset);
cpu_bitmap        261 orte/mca/rmaps/base/rmaps_base_binding.c                             ORTE_NAME_PRINT(&proc->name), cpu_bitmap);
cpu_bitmap        262 orte/mca/rmaps/base/rmaps_base_binding.c         orte_set_attribute(&proc->attributes, ORTE_PROC_CPU_BITMAP, ORTE_ATTR_GLOBAL, cpu_bitmap, OPAL_STRING);
cpu_bitmap        263 orte/mca/rmaps/base/rmaps_base_binding.c         if (NULL != cpu_bitmap) {
cpu_bitmap        264 orte/mca/rmaps/base/rmaps_base_binding.c             free(cpu_bitmap);
cpu_bitmap        308 orte/mca/rmaps/base/rmaps_base_binding.c     char *cpu_bitmap;
cpu_bitmap        490 orte/mca/rmaps/base/rmaps_base_binding.c             hwloc_bitmap_list_asprintf(&cpu_bitmap, locale->cpuset);
cpu_bitmap        491 orte/mca/rmaps/base/rmaps_base_binding.c             orte_set_attribute(&proc->attributes, ORTE_PROC_CPU_BITMAP, ORTE_ATTR_GLOBAL, cpu_bitmap, OPAL_STRING);
cpu_bitmap        498 orte/mca/rmaps/base/rmaps_base_binding.c                                 cpu_bitmap, hwloc_obj_type_string(locale->type),
cpu_bitmap        500 orte/mca/rmaps/base/rmaps_base_binding.c             if (NULL != cpu_bitmap) {
cpu_bitmap        501 orte/mca/rmaps/base/rmaps_base_binding.c                 free(cpu_bitmap);
cpu_bitmap        519 orte/mca/rmaps/base/rmaps_base_binding.c     char *cpu_bitmap;
cpu_bitmap        628 orte/mca/rmaps/base/rmaps_base_binding.c             hwloc_bitmap_list_asprintf(&cpu_bitmap, tset);
cpu_bitmap        629 orte/mca/rmaps/base/rmaps_base_binding.c             orte_set_attribute(&proc->attributes, ORTE_PROC_CPU_BITMAP, ORTE_ATTR_GLOBAL, cpu_bitmap, OPAL_STRING);
cpu_bitmap        630 orte/mca/rmaps/base/rmaps_base_binding.c             if (NULL != cpu_bitmap) {
cpu_bitmap        631 orte/mca/rmaps/base/rmaps_base_binding.c                 free(cpu_bitmap);
cpu_bitmap        321 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 char *cpu_bitmap;
cpu_bitmap        342 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 hwloc_bitmap_list_asprintf(&cpu_bitmap, bitmap);
cpu_bitmap        343 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 orte_set_attribute(&proc->attributes, ORTE_PROC_CPU_BITMAP, ORTE_ATTR_GLOBAL, cpu_bitmap, OPAL_STRING);
cpu_bitmap        345 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 free(cpu_bitmap);
cpu_bitmap        444 orte/mca/rmaps/seq/rmaps_seq.c                 char *cpu_bitmap;
cpu_bitmap        458 orte/mca/rmaps/seq/rmaps_seq.c                     cpu_bitmap = strdup(sq->cpuset);
cpu_bitmap        473 orte/mca/rmaps/seq/rmaps_seq.c                     hwloc_bitmap_list_asprintf(&cpu_bitmap, bitmap);
cpu_bitmap        476 orte/mca/rmaps/seq/rmaps_seq.c                 orte_set_attribute(&proc->attributes, ORTE_PROC_CPU_BITMAP, ORTE_ATTR_GLOBAL, cpu_bitmap, OPAL_STRING);
cpu_bitmap        479 orte/mca/rmaps/seq/rmaps_seq.c                                     ORTE_VPID_PRINT(proc->name.vpid), sq->cpuset, cpu_bitmap);
cpu_bitmap        486 orte/mca/rmaps/seq/rmaps_seq.c                 free(cpu_bitmap);
cpu_bitmap        262 orte/mca/rtc/hwloc/rtc_hwloc.c     char *cpu_bitmap;
cpu_bitmap        282 orte/mca/rtc/hwloc/rtc_hwloc.c     cpu_bitmap = NULL;
cpu_bitmap        283 orte/mca/rtc/hwloc/rtc_hwloc.c     if (!orte_get_attribute(&child->attributes, ORTE_PROC_CPU_BITMAP, (void**)&cpu_bitmap, OPAL_STRING) ||
cpu_bitmap        284 orte/mca/rtc/hwloc/rtc_hwloc.c         NULL == cpu_bitmap || 0 == strlen(cpu_bitmap)) {
cpu_bitmap        336 orte/mca/rtc/hwloc/rtc_hwloc.c         if (0 != (rc = hwloc_bitmap_list_sscanf(cpuset, cpu_bitmap))) {
cpu_bitmap        339 orte/mca/rtc/hwloc/rtc_hwloc.c                      opal_strerror(rc), cpu_bitmap);
cpu_bitmap        359 orte/mca/rtc/hwloc/rtc_hwloc.c                 free(cpu_bitmap);
cpu_bitmap        374 orte/mca/rtc/hwloc/rtc_hwloc.c                          opal_strerror(rc), cpu_bitmap);
cpu_bitmap        448 orte/mca/rtc/hwloc/rtc_hwloc.c                 free(cpu_bitmap);
cpu_bitmap        453 orte/mca/rtc/hwloc/rtc_hwloc.c     if (NULL != cpu_bitmap) {
cpu_bitmap        454 orte/mca/rtc/hwloc/rtc_hwloc.c         free(cpu_bitmap);
cpu_bitmap        449 orte/runtime/data_type_support/orte_dt_print_fns.c     char *str=NULL, *cpu_bitmap=NULL;
cpu_bitmap        476 orte/runtime/data_type_support/orte_dt_print_fns.c         if (orte_get_attribute(&src->attributes, ORTE_PROC_CPU_BITMAP, (void**)&cpu_bitmap, OPAL_STRING) &&
cpu_bitmap        479 orte/runtime/data_type_support/orte_dt_print_fns.c             hwloc_bitmap_list_sscanf(mycpus, cpu_bitmap);
cpu_bitmap        493 orte/runtime/data_type_support/orte_dt_print_fns.c             if (NULL != cpu_bitmap) {
cpu_bitmap        494 orte/runtime/data_type_support/orte_dt_print_fns.c                 free(cpu_bitmap);
cpu_bitmap        527 orte/runtime/data_type_support/orte_dt_print_fns.c     if (orte_get_attribute(&src->attributes, ORTE_PROC_CPU_BITMAP, (void**)&cpu_bitmap, OPAL_STRING) &&
cpu_bitmap        530 orte/runtime/data_type_support/orte_dt_print_fns.c         hwloc_bitmap_list_sscanf(mycpus, cpu_bitmap);
cpu_bitmap        541 orte/runtime/data_type_support/orte_dt_print_fns.c     if (NULL != cpu_bitmap) {
cpu_bitmap        542 orte/runtime/data_type_support/orte_dt_print_fns.c         free(cpu_bitmap);