mapped_nodes 87 orte/util/dash_host/dash_host.c char **mapped_nodes = NULL, **mini_map, *ndname; mapped_nodes 106 orte/util/dash_host/dash_host.c if (mapped_nodes == NULL) { mapped_nodes 107 orte/util/dash_host/dash_host.c mapped_nodes = mini_map; mapped_nodes 110 orte/util/dash_host/dash_host.c rc = opal_argv_append_nosize(&mapped_nodes, mapped_nodes 125 orte/util/dash_host/dash_host.c if (NULL == mapped_nodes) { mapped_nodes 130 orte/util/dash_host/dash_host.c for (i = 0; NULL != mapped_nodes[i]; ++i) { mapped_nodes 134 orte/util/dash_host/dash_host.c if ('+' == mapped_nodes[i][0]) { mapped_nodes 136 orte/util/dash_host/dash_host.c if ('e' == mapped_nodes[i][1] || mapped_nodes 137 orte/util/dash_host/dash_host.c 'E' == mapped_nodes[i][1]) { mapped_nodes 141 orte/util/dash_host/dash_host.c if (NULL != (cptr = strchr(mapped_nodes[i], ':'))) { mapped_nodes 145 orte/util/dash_host/dash_host.c } else if ('\0' != mapped_nodes[0][2]) { mapped_nodes 146 orte/util/dash_host/dash_host.c j = strtoul(&mapped_nodes[0][2], NULL, 10); mapped_nodes 159 orte/util/dash_host/dash_host.c } else if ('n' == mapped_nodes[i][1] || mapped_nodes 160 orte/util/dash_host/dash_host.c 'N' == mapped_nodes[i][1]) { mapped_nodes 164 orte/util/dash_host/dash_host.c if ('\0' == mapped_nodes[i][2]) { mapped_nodes 167 orte/util/dash_host/dash_host.c true, mapped_nodes[i]); mapped_nodes 171 orte/util/dash_host/dash_host.c nodeidx = strtol(&mapped_nodes[i][2], NULL, 10); mapped_nodes 176 orte/util/dash_host/dash_host.c true, nodeidx, mapped_nodes[i]); mapped_nodes 192 orte/util/dash_host/dash_host.c true, nodeidx, mapped_nodes[i]); mapped_nodes 201 orte/util/dash_host/dash_host.c true, mapped_nodes[i]); mapped_nodes 208 orte/util/dash_host/dash_host.c opal_argv_append_nosize(&mini_map, mapped_nodes[i]); mapped_nodes 281 orte/util/dash_host/dash_host.c opal_argv_free(mapped_nodes); mapped_nodes 342 orte/util/dash_host/dash_host.c if (NULL != mapped_nodes) { mapped_nodes 343 orte/util/dash_host/dash_host.c opal_argv_free(mapped_nodes); mapped_nodes 355 orte/util/dash_host/dash_host.c static int parse_dash_host(char ***mapped_nodes, char *hosts) mapped_nodes 381 orte/util/dash_host/dash_host.c opal_argv_append_nosize(mapped_nodes, cptr); mapped_nodes 384 orte/util/dash_host/dash_host.c opal_argv_append_nosize(mapped_nodes, "*"); mapped_nodes 417 orte/util/dash_host/dash_host.c opal_argv_append_nosize(mapped_nodes, node->name); mapped_nodes 432 orte/util/dash_host/dash_host.c opal_argv_append_nosize(mapped_nodes, orte_process_info.nodename); mapped_nodes 434 orte/util/dash_host/dash_host.c opal_argv_append_nosize(mapped_nodes, mini_map[k]); mapped_nodes 460 orte/util/dash_host/dash_host.c char **mapped_nodes = NULL; mapped_nodes 475 orte/util/dash_host/dash_host.c if (ORTE_SUCCESS != (rc = parse_dash_host(&mapped_nodes, hosts))) { mapped_nodes 480 orte/util/dash_host/dash_host.c if (NULL == mapped_nodes) { mapped_nodes 489 orte/util/dash_host/dash_host.c len_mapped_node = opal_argv_count(mapped_nodes); mapped_nodes 502 orte/util/dash_host/dash_host.c if ('*' == mapped_nodes[i][0]) { mapped_nodes 506 orte/util/dash_host/dash_host.c if ('\0' == mapped_nodes[i][1]) { mapped_nodes 512 orte/util/dash_host/dash_host.c num_empty = strtol(&mapped_nodes[i][1], NULL, 10); mapped_nodes 523 orte/util/dash_host/dash_host.c if (0 == strcmp(mapped_nodes[j], node->name)) { mapped_nodes 544 orte/util/dash_host/dash_host.c if (NULL != (cptr = strchr(mapped_nodes[i], ':'))) { mapped_nodes 551 orte/util/dash_host/dash_host.c lmn = strtoul(mapped_nodes[i], &cptr, 10); mapped_nodes 576 orte/util/dash_host/dash_host.c test = strcmp(node->name, mapped_nodes[i]); mapped_nodes 594 orte/util/dash_host/dash_host.c free(mapped_nodes[i]); mapped_nodes 595 orte/util/dash_host/dash_host.c mapped_nodes[i] = NULL; mapped_nodes 600 orte/util/dash_host/dash_host.c if (NULL != mapped_nodes[i]) { mapped_nodes 602 orte/util/dash_host/dash_host.c true, mapped_nodes[i]); mapped_nodes 637 orte/util/dash_host/dash_host.c if (NULL != mapped_nodes[i]) { mapped_nodes 638 orte/util/dash_host/dash_host.c free(mapped_nodes[i]); mapped_nodes 639 orte/util/dash_host/dash_host.c mapped_nodes[i] = NULL; mapped_nodes 642 orte/util/dash_host/dash_host.c if (NULL != mapped_nodes) { mapped_nodes 643 orte/util/dash_host/dash_host.c free(mapped_nodes); mapped_nodes 653 orte/util/dash_host/dash_host.c char **mapped_nodes = NULL; mapped_nodes 656 orte/util/dash_host/dash_host.c if (ORTE_SUCCESS != (rc = parse_dash_host(&mapped_nodes, hosts))) { mapped_nodes 661 orte/util/dash_host/dash_host.c for (i=0; NULL != mapped_nodes[i]; i++) { mapped_nodes 663 orte/util/dash_host/dash_host.c node->name = strdup(mapped_nodes[i]); mapped_nodes 668 orte/util/dash_host/dash_host.c opal_argv_free(mapped_nodes);