node_name 241 opal/mca/hwloc/base/base.h OPAL_DECLSPEC int opal_hwloc_base_node_name_to_id(char *node_name, int *id); node_name 124 opal/mca/hwloc/base/hwloc_base_maffinity.c int opal_hwloc_base_node_name_to_id(char *node_name, int *id) node_name 127 opal/mca/hwloc/base/hwloc_base_maffinity.c *id = atoi(node_name + 3); node_name 45 orte/mca/ras/gridengine/ras_gridengine_module.c static int get_slot_count(char* node_name, int* slot_cnt); node_name 162 orte/mca/ras/gridengine/ras_gridengine_module.c static int get_slot_count(char* node_name, int* slot_cnt) node_name 182 orte/mca/ras/gridengine/ras_gridengine_module.c if(strcmp(node_name,name) == 0) { node_name 186 orte/mca/ras/gridengine/ras_gridengine_module.c node_name, *slot_cnt); node_name 251 orte/mca/rmaps/rank_file/rmaps_rank_file.c orte_show_help("help-rmaps_rank_file.txt","no-slot-list", true, rank, rfmap->node_name); node_name 259 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL != rfmap->node_name && node_name 260 orte/mca/rmaps/rank_file/rmaps_rank_file.c 0 == strcmp(nd->name, rfmap->node_name)) { node_name 263 orte/mca/rmaps/rank_file/rmaps_rank_file.c } else if (NULL != rfmap->node_name && node_name 264 orte/mca/rmaps/rank_file/rmaps_rank_file.c (('+' == rfmap->node_name[0]) && node_name 265 orte/mca/rmaps/rank_file/rmaps_rank_file.c (('n' == rfmap->node_name[1]) || node_name 266 orte/mca/rmaps/rank_file/rmaps_rank_file.c ('N' == rfmap->node_name[1])))) { node_name 268 orte/mca/rmaps/rank_file/rmaps_rank_file.c relative_index=atoi(strtok(rfmap->node_name,"+n")); node_name 270 orte/mca/rmaps/rank_file/rmaps_rank_file.c orte_show_help("help-rmaps_rank_file.txt","bad-index", true,rfmap->node_name); node_name 284 orte/mca/rmaps/rank_file/rmaps_rank_file.c orte_show_help("help-rmaps_rank_file.txt","bad-host", true, rfmap->node_name); node_name 393 orte/mca/rmaps/rank_file/rmaps_rank_file.c char* node_name = NULL; node_name 438 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL != node_name) { node_name 439 orte/mca/rmaps/rank_file/rmaps_rank_file.c free(node_name); node_name 441 orte/mca/rmaps/rank_file/rmaps_rank_file.c node_name = NULL; node_name 487 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL != node_name) { node_name 488 orte/mca/rmaps/rank_file/rmaps_rank_file.c free(node_name); node_name 491 orte/mca/rmaps/rank_file/rmaps_rank_file.c node_name = strdup(argv[0]); node_name 493 orte/mca/rmaps/rank_file/rmaps_rank_file.c node_name = strdup(argv[1]); node_name 499 orte/mca/rmaps/rank_file/rmaps_rank_file.c node_name = NULL; node_name 505 orte/mca/rmaps/rank_file/rmaps_rank_file.c if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(node_name) ) { node_name 507 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL != (ptr = strchr(node_name, '.'))) { node_name 520 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (orte_ifislocal(node_name)) { node_name 521 orte/mca/rmaps/rank_file/rmaps_rank_file.c rfmap->node_name = strdup(hnp_node->name); node_name 523 orte/mca/rmaps/rank_file/rmaps_rank_file.c rfmap->node_name = strdup(node_name); node_name 528 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL == node_name || rank < 0 || node_name 545 orte/mca/rmaps/rank_file/rmaps_rank_file.c sprintf(tmp_rank_assignment, "%s slot=%s", node_name, value); node_name 568 orte/mca/rmaps/rank_file/rmaps_rank_file.c if (NULL != node_name) { node_name 569 orte/mca/rmaps/rank_file/rmaps_rank_file.c free(node_name); node_name 56 orte/mca/rmaps/rank_file/rmaps_rank_file.h char* node_name; node_name 157 orte/mca/rmaps/rank_file/rmaps_rank_file_component.c ptr->node_name = NULL; node_name 162 orte/mca/rmaps/rank_file/rmaps_rank_file_component.c if (NULL != ptr->node_name) free(ptr->node_name); node_name 138 orte/util/hostfile/hostfile.c char* node_name = NULL; node_name 160 orte/util/hostfile/hostfile.c node_name = strdup(argv[0]); node_name 163 orte/util/hostfile/hostfile.c node_name = strdup(argv[1]); node_name 170 orte/util/hostfile/hostfile.c if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(node_name) ) { node_name 172 orte/util/hostfile/hostfile.c if (NULL != (ptr = strchr(node_name, '.'))) { node_name 181 orte/util/hostfile/hostfile.c if ('^' == node_name[0]) { node_name 183 orte/util/hostfile/hostfile.c len = strlen(node_name); node_name 185 orte/util/hostfile/hostfile.c node_name[i-1] = node_name[i]; node_name 187 orte/util/hostfile/hostfile.c node_name[len-1] = '\0'; /* truncate */ node_name 191 orte/util/hostfile/hostfile.c ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node_name)); node_name 194 orte/util/hostfile/hostfile.c if (orte_ifislocal(node_name)) { node_name 196 orte/util/hostfile/hostfile.c free (node_name); node_name 197 orte/util/hostfile/hostfile.c node_name = strdup(orte_process_info.nodename); node_name 202 orte/util/hostfile/hostfile.c if (NULL == (node = hostfile_lookup(exclude, node_name))) { node_name 204 orte/util/hostfile/hostfile.c node->name = node_name; node_name 210 orte/util/hostfile/hostfile.c free(node_name); node_name 218 orte/util/hostfile/hostfile.c if (orte_ifislocal(node_name)) { node_name 220 orte/util/hostfile/hostfile.c free (node_name); node_name 221 orte/util/hostfile/hostfile.c node_name = strdup(orte_process_info.nodename); node_name 226 orte/util/hostfile/hostfile.c ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), node_name, node_name 230 orte/util/hostfile/hostfile.c if (keep_all || NULL == (node = hostfile_lookup(updates, node_name))) { node_name 232 orte/util/hostfile/hostfile.c node->name = node_name; node_name 242 orte/util/hostfile/hostfile.c free(node_name); node_name 275 orte/util/hostfile/hostfile.c node_name = strdup(argv[0]); node_name 278 orte/util/hostfile/hostfile.c node_name = strdup(argv[1]); node_name 285 orte/util/hostfile/hostfile.c if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(node_name) ) { node_name 287 orte/util/hostfile/hostfile.c if (NULL != (ptr = strchr(node_name, '.'))) { node_name 293 orte/util/hostfile/hostfile.c if (NULL == (node = hostfile_lookup(updates, node_name))) { node_name 295 orte/util/hostfile/hostfile.c node->name = node_name; node_name 304 orte/util/hostfile/hostfile.c free(node_name); node_name 77 test/carto/carto_test.c opal_output(0,"Node %s distance from slot0 is %d\n",node_distance->node->node_name, node_distance->node_distance); node_name 108 test/carto/carto_test.c opal_output(0,"Node %s distance from slot0 is %d\n",node_distance->node->node_name, node_distance->node_distance); node_name 139 test/carto/carto_test.c opal_output(0,"Node %s distance from slot0 is %d\n",node_distance->node->node_name, node_distance->node_distance); node_name 170 test/carto/carto_test.c opal_output(0,"Node %s distance from slot0 is %d\n",node_distance->node->node_name, node_distance->node_distance);