node_from_pool 624 orte/util/hostfile/hostfile.c orte_node_t *node_from_list, *node_from_file, *node_from_pool, *node3; node_from_pool 745 orte/util/hostfile/hostfile.c if (NULL == (node_from_pool = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, nodeidx))) { node_from_pool 757 orte/util/hostfile/hostfile.c if (0 == strcmp(node_from_list->name, node_from_pool->name)) { node_from_pool 873 orte/util/hostfile/hostfile.c orte_node_t *node_from_pool, *newnode; node_from_pool 922 orte/util/hostfile/hostfile.c if (NULL == (node_from_pool = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, i))) { node_from_pool 925 orte/util/hostfile/hostfile.c if (0 == node_from_pool->slots_inuse) { node_from_pool 927 orte/util/hostfile/hostfile.c newnode->name = strdup(node_from_pool->name); node_from_pool 933 orte/util/hostfile/hostfile.c if (node->slots < node_from_pool->slots) { node_from_pool 936 orte/util/hostfile/hostfile.c newnode->slots = node_from_pool->slots; node_from_pool 971 orte/util/hostfile/hostfile.c if (NULL == (node_from_pool = (orte_node_t*)opal_pointer_array_get_item(orte_node_pool, nodeidx))) { node_from_pool 980 orte/util/hostfile/hostfile.c newnode->name = strdup(node_from_pool->name); node_from_pool 986 orte/util/hostfile/hostfile.c if (node->slots < node_from_pool->slots) { node_from_pool 989 orte/util/hostfile/hostfile.c newnode->slots = node_from_pool->slots;