nodes 34 ompi/mca/io/romio321/romio/adio/common/heap-sort.c heap->nodes = (heap_node_t *) ADIOI_Calloc (size, sizeof(heap_node_t)); nodes 35 ompi/mca/io/romio321/romio/adio/common/heap-sort.c if (heap->nodes == NULL) nodes 42 ompi/mca/io/romio321/romio/adio/common/heap-sort.c ADIOI_Free(heap->nodes); nodes 57 ompi/mca/io/romio321/romio/adio/common/heap-sort.c heap_node_t *nodes; nodes 60 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes = heap->nodes; nodes 65 ompi/mca/io/romio321/romio/adio/common/heap-sort.c if ((l <= heap->size) && (nodes[l].offset < nodes[i].offset)) nodes 70 ompi/mca/io/romio321/romio/adio/common/heap-sort.c if ((r <= heap->size) && (nodes[r].offset < nodes[smallest].offset)) nodes 74 ompi/mca/io/romio321/romio/adio/common/heap-sort.c tmp_node = nodes[i]; nodes 75 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[i] = nodes[smallest]; nodes 76 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[smallest] = tmp_node; nodes 83 ompi/mca/io/romio321/romio/adio/common/heap-sort.c heap_node_t *nodes; nodes 85 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes = heap->nodes; nodes 87 ompi/mca/io/romio321/romio/adio/common/heap-sort.c while ((i > 0) && (nodes[parent(i)].offset > offset)) { nodes 88 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[i] = nodes[parent(i)]; nodes 91 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[i].offset = offset; nodes 92 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[i].proc = proc; nodes 93 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[i].reg_max_len = reg_max_len; nodes 98 ompi/mca/io/romio321/romio/adio/common/heap-sort.c heap_node_t *nodes; nodes 99 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes = heap->nodes; nodes 102 ompi/mca/io/romio321/romio/adio/common/heap-sort.c *offset = nodes[0].offset; nodes 103 ompi/mca/io/romio321/romio/adio/common/heap-sort.c *proc = nodes[0].proc; nodes 104 ompi/mca/io/romio321/romio/adio/common/heap-sort.c *reg_max_len = nodes[0].reg_max_len; nodes 105 ompi/mca/io/romio321/romio/adio/common/heap-sort.c nodes[0] = nodes[heap->size-1]; nodes 123 ompi/mca/io/romio321/romio/adio/common/heap-sort.c printf ("%lld ", heap->nodes[i].offset); nodes 10 ompi/mca/io/romio321/romio/adio/include/heap-sort.h heap_node_t *nodes; nodes 275 ompi/mca/io/romio321/romio/test-internal/heap_test.c myheap.nodes[k].offset = test->offsets[k]; nodes 276 ompi/mca/io/romio321/romio/test-internal/heap_test.c myheap.nodes[k].proc = k; nodes 123 ompi/mca/topo/base/base.h int *nodes, nodes 165 ompi/mca/topo/base/base.h int n, const int nodes[], nodes 173 ompi/mca/topo/base/base.h int n, const int nodes[], nodes 37 ompi/mca/topo/base/topo_base_dist_graph_create.c int n, const int nodes[], nodes 69 ompi/mca/topo/base/topo_base_dist_graph_create.c cnt[nodes[i]].out += degrees[i]; nodes 97 ompi/mca/topo/base/topo_base_dist_graph_create.c int position = pos[nodes[i]].out + idx[nodes[i]].out; nodes 103 ompi/mca/topo/base/topo_base_dist_graph_create.c idx[nodes[i]].out++; nodes 110 ompi/mca/topo/base/topo_base_dist_graph_create.c rin[position + 0] = nodes[i]; nodes 284 ompi/mca/topo/base/topo_base_dist_graph_create.c int n, const int nodes[], nodes 314 ompi/mca/topo/base/topo_base_dist_graph_create.c n, nodes, nodes 40 ompi/mca/topo/base/topo_base_graphdims_get.c int *nodes, nodes 44 ompi/mca/topo/base/topo_base_graphdims_get.c *nodes = ompi_comm_size(comm); nodes 45 ompi/mca/topo/base/topo_base_graphdims_get.c *nedges = graph->index[*nodes -1]; nodes 254 ompi/mca/topo/topo.h int n, const int nodes[], nodes 70 ompi/mca/topo/treematch/topo_treematch.h int n, const int nodes[], nodes 99 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c int n, const int nodes[], nodes 107 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c if (OMPI_SUCCESS != (err = mca_topo_base_dist_graph_distribute(topo_module, comm_old, n, nodes, nodes 198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_obj_t nodes[nbnodes], obj; nodes 206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c nodes[i] = obj = hwloc_alloc_setup_object(topology, HWLOC_OBJ_NUMANODE, (unsigned) currentnode); nodes 233 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c if (i >= nbnodes || (ldom_t) nodes[i]->os_index != currentnode) nodes 235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c if ((ldom_t) nodes[i]->os_index == currentnode) nodes 238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_bitmap_set(nodes[i]->cpuset, currentcpu); nodes 255 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-hpux.c hwloc_insert_object_by_cpuset(topology, nodes[i]); nodes 295 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c const int *nodes __hwloc_attribute_unused, nodes 300 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c return syscall(__NR_move_pages, pid, count, pages, nodes, status, flags); nodes 3188 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_t * nodes; nodes 3201 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c nodes = calloc(nbnodes, nodes 3205 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (NULL == nodes_cpuset || NULL == nodes || NULL == distances) { nodes 3206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(nodes); nodes 3251 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c nodes[i] = node; nodes 3292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_bitmap_iszero(nodes[i]->cpuset)) { nodes 3293 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c MCDRAM_numa_size += nodes[i]->attr->numanode.local_memory; nodes 3296 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c DDR_numa_size += nodes[i]->attr->numanode.local_memory; nodes 3312 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (!hwloc_bitmap_iszero(nodes[i]->cpuset)) { nodes 3323 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c cache->cpuset = hwloc_bitmap_dup(nodes[i]->cpuset); nodes 3324 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c cache->nodeset = hwloc_bitmap_dup(nodes[i]->nodeset); /* only applies to DDR */ nodes 3333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c nodes[i]->subtype = strdup("MCDRAM"); nodes 3343 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c if (hwloc_bitmap_iszero(nodes[j]->cpuset)) nodes 3354 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_bitmap_copy(nodes[i]->cpuset, nodes[closest]->cpuset); nodes 3357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_add_other_obj_sets(cluster, nodes[i]); nodes 3358 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_add_other_obj_sets(cluster, nodes[closest]); nodes 3386 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_obj_t node = nodes[i]; nodes 3411 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c hwloc_internal_distances_add(topology, nbnodes, nodes, distances, nodes 3415 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c free(nodes); nodes 397 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c hwloc_obj_t *nodes, unsigned *nr_nodes) nodes 445 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-solaris.c nodes[(*nr_nodes)++] = obj; nodes 130 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h netloc_node_t *nodes; /* Hash table of nodes by physical_id */ nodes 350 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h HASH_FIND_STR(topology->nodes, node_id, node) nodes 353 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h HASH_ITER(hh, topology->nodes, node, _tmp) nodes 356 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h HASH_COUNT(topology->nodes) nodes 206 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c char **nodes, char **ppn) nodes 222 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (pmix_argv_count(nodes) != pmix_argv_count(ppn)) { nodes 227 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c for (n=0; NULL != nodes[n]; n++) { nodes 230 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c rc = pmix_hash_fetch(ht, PMIX_RANK_WILDCARD, nodes[n], &val); nodes 261 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->key = strdup(nodes[n]); nodes 299 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->key = strdup(nodes[n]); nodes 336 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = strdup(nodes[n]); nodes 356 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c kp2->value->data.string = pmix_argv_join(nodes, ','); nodes 375 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c char **nodes=NULL, **procs=NULL; nodes 431 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (PMIX_SUCCESS != (rc = pmix_preg.parse_nodes(info[n].value.data.string, &nodes))) { nodes 438 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (PMIX_SUCCESS != (rc = store_map(ht, nodes, procs))) { nodes 451 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (NULL != nodes) { nodes 452 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (PMIX_SUCCESS != (rc = store_map(ht, nodes, procs))) { nodes 582 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c if (NULL != nodes) { nodes 583 opal/mca/pmix/pmix4x/pmix/src/mca/gds/hash/gds_hash.c pmix_argv_free(nodes); nodes 98 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h pmix_pointer_array_t nodes; nodes 108 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/base.h pmix_list_t nodes; nodes 307 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c PMIX_LIST_FOREACH(node, &pmix_pnet_globals.nodes, pmix_pnet_node_t) { nodes 600 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c char **nodes, **procs, **ranks; nodes 611 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if (PMIX_SUCCESS != (rc = pmix_preg.parse_nodes(nregex, &nodes))) { nodes 620 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c pmix_argv_free(nodes); nodes 641 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if (0 < pmix_list_get_size(&pmix_pnet_globals.nodes)) { nodes 646 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c for (n=0; NULL != nodes[n]; n++) { nodes 650 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c PMIX_LIST_FOREACH(ndptr, &pmix_pnet_globals.nodes, pmix_pnet_node_t) { nodes 651 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c if (0 == strcmp(nodes[n], ndptr->name)) { nodes 658 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c nd->name = strdup(nodes[n]); nodes 659 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c pmix_list_append(&pmix_pnet_globals.nodes, &nd->super); nodes 662 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c nd->index = pmix_pointer_array_add(&job->nodes, nd); nodes 666 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c nd->name = strdup(nodes[n]); nodes 667 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c pmix_list_append(&pmix_pnet_globals.nodes, &nd->super); nodes 670 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c nd->index = pmix_pointer_array_add(&job->nodes, nd); nodes 697 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_fns.c pmix_argv_free(nodes); nodes 78 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c PMIX_LIST_DESTRUCT(&pmix_pnet_globals.nodes); nodes 92 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c PMIX_CONSTRUCT(&pmix_pnet_globals.nodes, pmix_list_t); nodes 146 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c PMIX_CONSTRUCT(&p->nodes, pmix_pointer_array_t); nodes 147 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c pmix_pointer_array_init(&p->nodes, 1, INT_MAX, 1); nodes 157 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c for (n=0; n < p->nodes.size; n++) { nodes 158 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c if (NULL != (nd = (pmix_pnet_node_t*)pmix_pointer_array_get_item(&p->nodes, n))) { nodes 159 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c pmix_pointer_array_set_item(&p->nodes, n, NULL); nodes 163 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/base/pnet_base_frame.c PMIX_DESTRUCT(&p->nodes); nodes 360 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c PMIX_LIST_FOREACH(nd, &pmix_pnet_globals.nodes, pmix_pnet_node_t) { nodes 748 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c PMIX_LIST_FOREACH(ndptr, &pmix_pnet_globals.nodes, pmix_pnet_node_t) { nodes 757 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c pmix_list_append(&pmix_pnet_globals.nodes, &nd->super); nodes 1113 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c PMIX_LIST_FOREACH(ndptr, &pmix_pnet_globals.nodes, pmix_pnet_node_t) { nodes 1122 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c pmix_list_append(&pmix_pnet_globals.nodes, &nd->super); nodes 242 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c for (n=0; (int)n < job->nodes.size; n++) { nodes 243 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c if (NULL == (nd = (pmix_pnet_node_t*)pmix_pointer_array_get_item(&job->nodes, n))) { nodes 299 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c char *nodestring, **nodes; nodes 321 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c pmix_preg.parse_nodes(nodestring, &nodes); // get an argv array of node names nodes 322 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c pmix_output(0, "pnet:test setup_local_network NODES %s", (NULL == nodes) ? "NULL" : "NON-NULL"); nodes 323 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c if (NULL == nodes) { nodes 327 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c for (n=0; NULL != nodes[n]; n++) { nodes 328 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c pmix_output(0, "pnet:test setup_local_network NODE: %s", nodes[n]); nodes 331 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c for (n=0; NULL != nodes[n]; n++) { nodes 333 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c pmix_preg.resolve_peers(nodes[n], nptr->nspace, &procs, &nprocs); nodes 338 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/test/pnet_test.c pmix_output(0, "pnet:test setup_local_network NODE %s: peer %s:%d", nodes[n], procs[m].nspace, procs[m].rank); nodes 325 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c pmix_list_t nodes; nodes 333 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c PMIX_CONSTRUCT(&nodes, pmix_list_t); nodes 343 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c pmix_list_append(&nodes, &vreg->super); nodes 407 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c PMIX_LIST_FOREACH(vreg, &nodes, pmix_regex_value_t) { nodes 432 opal/mca/pmix/pmix4x/pmix/src/mca/preg/native/preg_native.c PMIX_LIST_DESTRUCT(&nodes); nodes 97 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static int pretty_print_nodes(pmix_node_t **nodes, pmix_std_cntr_t num_nodes); nodes 113 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c bool nodes; nodes 148 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c &pmix_ps_globals.nodes, PMIX_CMD_LINE_TYPE_BOOL, nodes 395 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c if( pmix_ps_globals.nodes ) nodes 396 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c pretty_print_nodes(hnpinfo->nodes, hnpinfo->num_nodes); nodes 406 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static int pretty_print_nodes(pmix_node_t **nodes, pmix_std_cntr_t num_nodes) { nodes 426 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c node = nodes[i]; nodes 458 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c node = nodes[i]; nodes 744 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c &hnpinfo->num_nodes, &hnpinfo->nodes))) { nodes 809 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c pmix_node_t **nodes; nodes 820 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c if (pmix_ps_globals.nodes) { nodes 821 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c nodes = hnpinfo->nodes; nodes 824 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c nodes[i]->name, pretty_node_state(nodes[i]->state), nodes 825 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c nodes[i]->slots, nodes[i]->slots_inuse); nodes 49 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c char **nodes, **procs; nodes 68 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c rc = pmix_preg.parse_nodes(regex, &nodes); nodes 71 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c regex = pmix_argv_join(nodes, ','); nodes 72 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c pmix_argv_free(nodes); nodes 100 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c rc = pmix_preg.parse_nodes(regex, &nodes); nodes 103 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c regex = pmix_argv_join(nodes, ','); nodes 104 opal/mca/pmix/pmix4x/pmix/test/pmix_regex.c pmix_argv_free(nodes); nodes 370 orte/mca/grpcomm/base/grpcomm_base_stubs.c for (i=0; i < jdata->map->nodes->size && (int)nds < jdata->map->num_nodes; i++) { nodes 371 orte/mca/grpcomm/base/grpcomm_base_stubs.c if (NULL == (node = opal_pointer_array_get_item(jdata->map->nodes, i))) { nodes 715 orte/mca/odls/base/odls_base_default_fns.c opal_pointer_array_add(jdata->map->nodes, pptr->node); nodes 753 orte/mca/odls/base/odls_base_default_fns.c for (n=0; n < jdata->map->nodes->size; n++) { nodes 754 orte/mca/odls/base/odls_base_default_fns.c if (NULL != (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, n))) { nodes 305 orte/mca/plm/alps/plm_alps_module.c for (nnode=0; nnode < map->nodes->size; nnode++) { nodes 306 orte/mca/plm/alps/plm_alps_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, nnode))) { nodes 1768 orte/mca/plm/base/plm_base_launch_support.c opal_list_t nodes, tnodes; nodes 1814 orte/mca/plm/base/plm_base_launch_support.c opal_pointer_array_add(map->nodes, (void*)node); nodes 1821 orte/mca/plm/base/plm_base_launch_support.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 1840 orte/mca/plm/base/plm_base_launch_support.c opal_list_append(&nodes, &node->super); nodes 1848 orte/mca/plm/base/plm_base_launch_support.c if (0 == opal_list_get_size(&nodes)) { nodes 1852 orte/mca/plm/base/plm_base_launch_support.c OBJ_DESTRUCT(&nodes); nodes 1868 orte/mca/plm/base/plm_base_launch_support.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 1900 orte/mca/plm/base/plm_base_launch_support.c opal_list_append(&nodes, &node->super); nodes 1907 orte/mca/plm/base/plm_base_launch_support.c if (0 == opal_list_get_size(&nodes)) { nodes 1914 orte/mca/plm/base/plm_base_launch_support.c OBJ_DESTRUCT(&nodes); nodes 1939 orte/mca/plm/base/plm_base_launch_support.c opal_pointer_array_add(map->nodes, (void*)node); nodes 1951 orte/mca/plm/base/plm_base_launch_support.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 2067 orte/mca/plm/base/plm_base_launch_support.c opal_list_append(&nodes, &node->super); nodes 2076 orte/mca/plm/base/plm_base_launch_support.c if (0 == opal_list_get_size(&nodes)) { nodes 2080 orte/mca/plm/base/plm_base_launch_support.c OBJ_DESTRUCT(&nodes); nodes 2116 orte/mca/plm/base/plm_base_launch_support.c opal_list_append(&nodes, &node->super); nodes 2128 orte/mca/plm/base/plm_base_launch_support.c if (0 == opal_list_get_size(&nodes)) { nodes 2133 orte/mca/plm/base/plm_base_launch_support.c OBJ_DESTRUCT(&nodes); nodes 2149 orte/mca/plm/base/plm_base_launch_support.c opal_list_prepend(&nodes, &node->super); nodes 2155 orte/mca/plm/base/plm_base_launch_support.c if (ORTE_SUCCESS != (rc = orte_rmaps_base_filter_nodes(app, &nodes, false)) && nodes 2170 orte/mca/plm/base/plm_base_launch_support.c item = opal_list_get_first(&nodes); nodes 2171 orte/mca/plm/base/plm_base_launch_support.c while (item != opal_list_get_end(&nodes)) { nodes 2175 orte/mca/plm/base/plm_base_launch_support.c opal_list_remove_item(&nodes, item); nodes 2188 orte/mca/plm/base/plm_base_launch_support.c if (0 < opal_list_get_size(&nodes)) { nodes 2189 orte/mca/plm/base/plm_base_launch_support.c item = opal_list_get_first(&nodes); nodes 2192 orte/mca/plm/base/plm_base_launch_support.c opal_list_remove_item(&nodes, item); nodes 2201 orte/mca/plm/base/plm_base_launch_support.c if (0 == opal_list_get_size(&nodes)) { nodes 2205 orte/mca/plm/base/plm_base_launch_support.c OBJ_DESTRUCT(&nodes); nodes 2224 orte/mca/plm/base/plm_base_launch_support.c while (NULL != (item = opal_list_remove_first(&nodes))) { nodes 2243 orte/mca/plm/base/plm_base_launch_support.c opal_pointer_array_add(map->nodes, (void*)node); nodes 234 orte/mca/plm/lsf/plm_lsf_module.c for (nnode=0; nnode < map->nodes->size; nnode++) { nodes 235 orte/mca/plm/lsf/plm_lsf_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, nnode))) { nodes 1148 orte/mca/plm/rsh/plm_rsh_module.c for (nnode = 0; nnode < map->nodes->size; nnode++) { nodes 1149 orte/mca/plm/rsh/plm_rsh_module.c if (NULL != (nd = (orte_node_t*)opal_pointer_array_get_item(map->nodes, nnode))) { nodes 1194 orte/mca/plm/rsh/plm_rsh_module.c for (nnode=0; nnode < map->nodes->size; nnode++) { nodes 1195 orte/mca/plm/rsh/plm_rsh_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, nnode))) { nodes 300 orte/mca/plm/slurm/plm_slurm_module.c for (n=0; n < map->nodes->size; n++ ) { nodes 301 orte/mca/plm/slurm/plm_slurm_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, n))) { nodes 351 orte/mca/plm/tm/plm_tm_module.c for (i = 0; i < map->nodes->size; i++) { nodes 352 orte/mca/plm/tm/plm_tm_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 58 orte/mca/ras/alps/ras_alps_module.c static int orte_ras_alps_allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 64 orte/mca/ras/alps/ras_alps_module.c static int orte_ras_alps_read_appinfo_file(opal_list_t *nodes, nodes 305 orte/mca/ras/alps/ras_alps_module.c orte_ras_alps_allocate(orte_job_t *jdata, opal_list_t *nodes) nodes 319 orte/mca/ras/alps/ras_alps_module.c nodes, nodes 327 orte/mca/ras/alps/ras_alps_module.c orte_num_allocated_nodes = opal_list_get_size(nodes); nodes 375 orte/mca/ras/alps/ras_alps_module.c orte_ras_alps_read_appinfo_file(opal_list_t *nodes, char *filename, nodes 538 orte/mca/ras/alps/ras_alps_module.c opal_list_append(nodes, &node->super); nodes 579 orte/mca/ras/alps/ras_alps_module.c opal_list_append(nodes, &node->super); nodes 115 orte/mca/ras/base/ras_base_allocate.c opal_list_t nodes; nodes 153 orte/mca/ras/base/ras_base_allocate.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 160 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base.active_module->allocate(jdata, &nodes))) { nodes 163 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 182 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 195 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 202 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 211 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 213 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 218 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 224 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 245 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, nodes 247 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 257 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 261 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 272 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 295 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, true))) { nodes 297 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 309 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 313 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 320 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 349 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) { nodes 351 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 364 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 368 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 375 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 387 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, nodes 389 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 399 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 403 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 410 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 425 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 438 orte/mca/ras/base/ras_base_allocate.c opal_list_append(&nodes, &node->super); nodes 445 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 447 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 452 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 483 orte/mca/ras/base/ras_base_allocate.c opal_list_t nodes; nodes 490 orte/mca/ras/base/ras_base_allocate.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 515 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) { nodes 517 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 545 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, true))) { nodes 547 orte/mca/ras/base/ras_base_allocate.c OBJ_DESTRUCT(&nodes); nodes 559 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 563 orte/mca/ras/base/ras_base_allocate.c OPAL_LIST_FOREACH_SAFE(node, next, &nodes, orte_node_t) { nodes 570 orte/mca/ras/base/ras_base_allocate.c opal_list_remove_item(&nodes, &node->super); nodes 576 orte/mca/ras/base/ras_base_allocate.c if (!opal_list_is_empty(&nodes)) { nodes 580 orte/mca/ras/base/ras_base_allocate.c if (ORTE_SUCCESS != (rc = orte_ras_base_node_insert(&nodes, jdata))) { nodes 588 orte/mca/ras/base/ras_base_allocate.c OPAL_LIST_DESTRUCT(&nodes); nodes 43 orte/mca/ras/base/ras_base_node.c int orte_ras_base_node_insert(opal_list_t* nodes, orte_job_t *jdata) nodes 57 orte/mca/ras/base/ras_base_node.c num_nodes = (orte_std_cntr_t)opal_list_get_size(nodes); nodes 90 orte/mca/ras/base/ras_base_node.c OPAL_LIST_FOREACH(node, nodes, orte_node_t) { nodes 106 orte/mca/ras/base/ras_base_node.c while (NULL != (item = opal_list_remove_first(nodes))) { nodes 42 orte/mca/ras/gridengine/ras_gridengine_module.c static int orte_ras_gridengine_allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 50 orte/mca/ras/lsf/ras_lsf_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 65 orte/mca/ras/lsf/ras_lsf_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes) nodes 106 orte/mca/ras/lsf/ras_lsf_module.c opal_list_append(nodes, &node->super); nodes 84 orte/mca/ras/ras.h opal_list_t *nodes); nodes 36 orte/mca/ras/simulator/ras_sim_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 50 orte/mca/ras/simulator/ras_sim_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes) nodes 272 orte/mca/ras/simulator/ras_sim_module.c opal_list_append(nodes, &node->super); nodes 277 orte/mca/ras/simulator/ras_sim_module.c orte_num_allocated_nodes = opal_list_get_size(nodes); nodes 67 orte/mca/ras/slurm/ras_slurm_module.c static int orte_ras_slurm_allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 237 orte/mca/ras/slurm/ras_slurm_module.c static int orte_ras_slurm_allocate(orte_job_t *jdata, opal_list_t *nodes) nodes 343 orte/mca/ras/slurm/ras_slurm_module.c ret = orte_ras_slurm_discover(regexp, node_tasks, nodes); nodes 353 orte/mca/ras/slurm/ras_slurm_module.c orte_num_allocated_nodes = opal_list_get_size(nodes); nodes 1159 orte/mca/ras/slurm/ras_slurm_module.c char *nodes; nodes 1175 orte/mca/ras/slurm/ras_slurm_module.c nodes = opal_argv_join(total_host, ','); nodes 1177 orte/mca/ras/slurm/ras_slurm_module.c return nodes; nodes 44 orte/mca/ras/tm/ras_tm_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes); nodes 70 orte/mca/ras/tm/ras_tm_module.c static int allocate(orte_job_t *jdata, opal_list_t *nodes) nodes 86 orte/mca/ras/tm/ras_tm_module.c if (ORTE_SUCCESS != (ret = discover(nodes, pbs_jobid))) { nodes 94 orte/mca/ras/tm/ras_tm_module.c if (opal_list_is_empty(nodes)) { nodes 124 orte/mca/rmaps/base/base.h opal_list_t *nodes, nodes 318 orte/mca/rmaps/base/rmaps_base_binding.c for (i=0; i < map->nodes->size; i++) { nodes 319 orte/mca/rmaps/base/rmaps_base_binding.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 532 orte/mca/rmaps/base/rmaps_base_binding.c for (i=0; i < map->nodes->size; i++) { nodes 533 orte/mca/rmaps/base/rmaps_base_binding.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 765 orte/mca/rmaps/base/rmaps_base_binding.c for (i=0; i < jdata->map->nodes->size; i++) { nodes 766 orte/mca/rmaps/base/rmaps_base_binding.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, i))) { nodes 105 orte/mca/rmaps/base/rmaps_base_map_job.c opal_list_t nodes; nodes 107 orte/mca/rmaps/base/rmaps_base_map_job.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 108 orte/mca/rmaps/base/rmaps_base_map_job.c orte_rmaps_base_get_target_nodes(&nodes, &slots, app, ORTE_MAPPING_BYNODE, true, true); nodes 110 orte/mca/rmaps/base/rmaps_base_map_job.c slots = ppx * opal_list_get_size(&nodes); nodes 113 orte/mca/rmaps/base/rmaps_base_map_job.c OPAL_LIST_FOREACH(node, &nodes, orte_node_t) { nodes 120 orte/mca/rmaps/base/rmaps_base_map_job.c OPAL_LIST_DESTRUCT(&nodes); nodes 483 orte/mca/rmaps/base/rmaps_base_map_job.c for (i=0; i < jdata->map->nodes->size; i++) { nodes 484 orte/mca/rmaps/base/rmaps_base_map_job.c if (NULL != (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, i))) { nodes 518 orte/mca/rmaps/base/rmaps_base_map_job.c for (i=0; i < jdata->map->nodes->size; i++) { nodes 519 orte/mca/rmaps/base/rmaps_base_map_job.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, i))) { nodes 551 orte/mca/rmaps/base/rmaps_base_map_job.c node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, 0); nodes 97 orte/mca/rmaps/base/rmaps_base_ranking.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 98 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 218 orte/mca/rmaps/base/rmaps_base_ranking.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 219 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 347 orte/mca/rmaps/base/rmaps_base_ranking.c for (m=0, nn=0; nn < jdata->map->num_nodes && m < jdata->map->nodes->size; m++) { nodes 348 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 633 orte/mca/rmaps/base/rmaps_base_ranking.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 634 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 691 orte/mca/rmaps/base/rmaps_base_ranking.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 692 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 755 orte/mca/rmaps/base/rmaps_base_ranking.c for (i=0; i < map->nodes->size; i++) { nodes 760 orte/mca/rmaps/base/rmaps_base_ranking.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 55 orte/mca/rmaps/base/rmaps_base_support_fns.c opal_list_t *nodes, bool remove) nodes 65 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_filter_hostfile_nodes(nodes, hosts, remove))) { nodes 71 orte/mca/rmaps/base/rmaps_base_support_fns.c if (0 == opal_list_get_size(nodes)) { nodes 84 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_filter_hostfile_nodes(nodes, hosts, remove))) { nodes 90 orte/mca/rmaps/base/rmaps_base_support_fns.c if (0 == opal_list_get_size(nodes)) { nodes 101 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_filter_dash_host_nodes(nodes, hosts, remove))) { nodes 107 orte/mca/rmaps/base/rmaps_base_support_fns.c if (0 == opal_list_get_size(nodes)) { nodes 117 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_filter_dash_host_nodes(nodes, hosts, remove))) { nodes 123 orte/mca/rmaps/base/rmaps_base_support_fns.c if (0 == opal_list_get_size(nodes)) { nodes 150 orte/mca/rmaps/base/rmaps_base_support_fns.c opal_list_t nodes; nodes 166 orte/mca/rmaps/base/rmaps_base_support_fns.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 176 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, false))) { nodes 187 orte/mca/rmaps/base/rmaps_base_support_fns.c if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) { nodes 203 orte/mca/rmaps/base/rmaps_base_support_fns.c if (0 == opal_list_get_size(&nodes)) { nodes 209 orte/mca/rmaps/base/rmaps_base_support_fns.c OBJ_DESTRUCT(&nodes); nodes 215 orte/mca/rmaps/base/rmaps_base_support_fns.c OPAL_LIST_FOREACH_SAFE(nptr, next, &nodes, orte_node_t) { nodes 274 orte/mca/rmaps/base/rmaps_base_support_fns.c opal_list_remove_item(&nodes, (opal_list_item_t*)nptr); nodes 277 orte/mca/rmaps/base/rmaps_base_support_fns.c OBJ_DESTRUCT(&nodes); nodes 386 orte/mca/rmaps/mindist/rmaps_mindist_module.c opal_pointer_array_add(jdata->map->nodes, node); nodes 476 orte/mca/rmaps/mindist/rmaps_mindist_module.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 477 orte/mca/rmaps/mindist/rmaps_mindist_module.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 280 orte/mca/rmaps/ppr/rmaps_ppr.c opal_pointer_array_add(jdata->map->nodes, node); nodes 685 orte/mca/rmaps/ppr/rmaps_ppr.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 686 orte/mca/rmaps/ppr/rmaps_ppr.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 291 orte/mca/rmaps/rank_file/rmaps_rank_file.c opal_pointer_array_add(map->nodes, node); nodes 247 orte/mca/rmaps/resilient/rmaps_resilient.c for (j=0; j < jdata->map->nodes->size; j++) { nodes 248 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (nptr = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, j))) { nodes 258 orte/mca/rmaps/resilient/rmaps_resilient.c opal_pointer_array_add(jdata->map->nodes, nd); nodes 321 orte/mca/rmaps/resilient/rmaps_resilient.c char **nodes; nodes 349 orte/mca/rmaps/resilient/rmaps_resilient.c nodes = opal_argv_split(ftinput, ','); nodes 351 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < opal_argv_count(nodes); k++) { nodes 357 orte/mca/rmaps/resilient/rmaps_resilient.c if (0 == strcmp(node->name, nodes[k])) { nodes 363 orte/mca/rmaps/resilient/rmaps_resilient.c opal_pointer_array_add(&ftgrp->nodes, node); nodes 370 orte/mca/rmaps/resilient/rmaps_resilient.c opal_argv_free(nodes); nodes 407 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < ftgrp->nodes.size; k++) { nodes 408 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&ftgrp->nodes, k))) { nodes 428 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < ftgrp->nodes.size; k++) { nodes 429 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&ftgrp->nodes, k))) { nodes 457 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < target->nodes.size; k++) { nodes 458 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&target->nodes, k))) { nodes 684 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < ftgrp->nodes.size; k++) { nodes 685 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (nd = (orte_node_t*)opal_pointer_array_get_item(&ftgrp->nodes, k))) { nodes 794 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < ftgrp->nodes.size; k++) { nodes 795 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&ftgrp->nodes, k))) { nodes 828 orte/mca/rmaps/resilient/rmaps_resilient.c for (k=0; k < target->nodes.size; k++) { nodes 829 orte/mca/rmaps/resilient/rmaps_resilient.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&target->nodes, k))) { nodes 845 orte/mca/rmaps/resilient/rmaps_resilient.c opal_pointer_array_add(map->nodes, nd); nodes 38 orte/mca/rmaps/resilient/rmaps_resilient.h opal_pointer_array_t nodes; nodes 137 orte/mca/rmaps/resilient/rmaps_resilient_component.c OBJ_CONSTRUCT(&ptr->nodes, opal_pointer_array_t); nodes 138 orte/mca/rmaps/resilient/rmaps_resilient_component.c opal_pointer_array_init(&ptr->nodes, nodes 148 orte/mca/rmaps/resilient/rmaps_resilient_component.c for (n=0; n < ptr->nodes.size; n++) { nodes 149 orte/mca/rmaps/resilient/rmaps_resilient_component.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(&ptr->nodes, n))) { nodes 154 orte/mca/rmaps/resilient/rmaps_resilient_component.c OBJ_DESTRUCT(&ptr->nodes); nodes 75 orte/mca/rmaps/rmaps_types.h opal_pointer_array_t *nodes; nodes 51 orte/mca/rmaps/round_robin/rmaps_rr_assign.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 52 orte/mca/rmaps/round_robin/rmaps_rr_assign.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 111 orte/mca/rmaps/round_robin/rmaps_rr_assign.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 112 orte/mca/rmaps/round_robin/rmaps_rr_assign.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m))) { nodes 112 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c opal_pointer_array_add(jdata->map->nodes, node); nodes 164 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c opal_pointer_array_add(jdata->map->nodes, node); nodes 312 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c opal_pointer_array_add(jdata->map->nodes, node); nodes 580 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c opal_pointer_array_add(jdata->map->nodes, node); nodes 728 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c opal_pointer_array_add(jdata->map->nodes, node); nodes 397 orte/mca/rmaps/seq/rmaps_seq.c opal_pointer_array_add(map->nodes, node); nodes 606 orte/mca/snapc/full/snapc_full_global.c for (i=0; i < map->nodes->size; i++) { nodes 607 orte/mca/snapc/full/snapc_full_global.c if (NULL == (cur_node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 753 orte/mca/snapc/full/snapc_full_global.c for (i=0; i < map->nodes->size; i++) { nodes 754 orte/mca/snapc/full/snapc_full_global.c if (NULL == (cur_node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 779 orte/mca/snapc/full/snapc_full_global.c for (i=0; i < map->nodes->size; i++) { nodes 780 orte/mca/snapc/full/snapc_full_global.c if (NULL == (cur_node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 882 orte/mca/state/base/state_base_fns.c for (index = 0; index < map->nodes->size; index++) { nodes 883 orte/mca/state/base/state_base_fns.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, index))) { nodes 910 orte/mca/state/base/state_base_fns.c opal_pointer_array_set_item(map->nodes, index, NULL); nodes 462 orte/mca/state/orted/state_orted.c for (index = 0; index < map->nodes->size; index++) { nodes 463 orte/mca/state/orted/state_orted.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, index))) { nodes 492 orte/mca/state/orted/state_orted.c opal_pointer_array_set_item(map->nodes, index, NULL); nodes 600 orte/orted/orted_comm.c for (n = 0; n < map->nodes->size; n++) { nodes 601 orte/orted/orted_comm.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, n))) { nodes 620 orte/orted/orted_comm.c opal_pointer_array_set_item(map->nodes, n, NULL); nodes 585 orte/orted/orted_main.c opal_pointer_array_add(jdata->map->nodes, node); nodes 550 orte/orted/pmix/pmix_server_dyn.c opal_list_t nodes; nodes 595 orte/orted/pmix/pmix_server_dyn.c OBJ_CONSTRUCT(&nodes, opal_list_t); nodes 609 orte/orted/pmix/pmix_server_dyn.c opal_list_append(&nodes, &node->super); nodes 657 orte/orted/pmix/pmix_server_dyn.c OPAL_LIST_FOREACH(node, &nodes, orte_node_t) { nodes 666 orte/orted/pmix/pmix_server_dyn.c OPAL_LIST_DESTRUCT(&nodes); nodes 997 orte/orted/pmix/pmix_server_gen.c opal_pointer_array_add(jdata->map->nodes, node); nodes 130 orte/orted/pmix/pmix_server_register_fns.c for (i=0; i < map->nodes->size; i++) { nodes 132 orte/orted/pmix/pmix_server_register_fns.c if (NULL != (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 350 orte/orted/pmix/pmix_server_register_fns.c for (n=0; n < map->nodes->size; n++) { nodes 351 orte/orted/pmix/pmix_server_register_fns.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, n))) { nodes 523 orte/orted/pmix/pmix_server_register_fns.c for (i=0; i < map->nodes->size; i++) { nodes 524 orte/orted/pmix/pmix_server_register_fns.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 226 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->lowest_free = src->nodes->lowest_free; nodes 227 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->number_free = src->nodes->number_free; nodes 228 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->size = src->nodes->size; nodes 229 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->max_size = src->nodes->max_size; nodes 230 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->block_size = src->nodes->block_size; nodes 231 orte/runtime/data_type_support/orte_dt_copy_fns.c for (i=0; i < src->nodes->size; i++) { nodes 232 orte/runtime/data_type_support/orte_dt_copy_fns.c (*dest)->nodes->addr[i] = src->nodes->addr[i]; nodes 273 orte/runtime/data_type_support/orte_dt_packing_fns.c orte_node_t **nodes; nodes 278 orte/runtime/data_type_support/orte_dt_packing_fns.c nodes = (orte_node_t**) src; nodes 284 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&(nodes[i]->name)), 1, OPAL_STRING))) { nodes 292 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&(nodes[i]->num_procs)), 1, ORTE_VPID))) { nodes 300 orte/runtime/data_type_support/orte_dt_packing_fns.c flag = ORTE_FLAG_TEST(nodes[i], ORTE_NODE_FLAG_OVERSUBSCRIBED); nodes 307 orte/runtime/data_type_support/orte_dt_packing_fns.c if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&(nodes[i]->state)), 1, ORTE_NODE_STATE))) { nodes 314 orte/runtime/data_type_support/orte_dt_packing_fns.c OPAL_LIST_FOREACH(kv, &nodes[i]->attributes, orte_attribute_t) { nodes 323 orte/runtime/data_type_support/orte_dt_packing_fns.c OPAL_LIST_FOREACH(kv, &nodes[i]->attributes, orte_attribute_t) { nodes 640 orte/runtime/data_type_support/orte_dt_print_fns.c for (i=0; i < src->nodes->size; i++) { nodes 641 orte/runtime/data_type_support/orte_dt_print_fns.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(src->nodes, i))) { nodes 701 orte/runtime/data_type_support/orte_dt_print_fns.c for (i=0; i < src->nodes->size; i++) { nodes 702 orte/runtime/data_type_support/orte_dt_print_fns.c if (NULL == (node = (orte_node_t*)opal_pointer_array_get_item(src->nodes, i))) { nodes 272 orte/runtime/data_type_support/orte_dt_unpacking_fns.c orte_node_t **nodes; nodes 277 orte/runtime/data_type_support/orte_dt_unpacking_fns.c nodes = (orte_node_t**) dest; nodes 281 orte/runtime/data_type_support/orte_dt_unpacking_fns.c nodes[i] = OBJ_NEW(orte_node_t); nodes 282 orte/runtime/data_type_support/orte_dt_unpacking_fns.c if (NULL == nodes[i]) { nodes 292 orte/runtime/data_type_support/orte_dt_unpacking_fns.c &(nodes[i]->name), &n, OPAL_STRING))) { nodes 302 orte/runtime/data_type_support/orte_dt_unpacking_fns.c (&(nodes[i]->num_procs)), &n, ORTE_VPID))) { nodes 317 orte/runtime/data_type_support/orte_dt_unpacking_fns.c ORTE_FLAG_SET(nodes[i], ORTE_NODE_FLAG_OVERSUBSCRIBED); nodes 323 orte/runtime/data_type_support/orte_dt_unpacking_fns.c (&(nodes[i]->state)), &n, ORTE_NODE_STATE))) { nodes 343 orte/runtime/data_type_support/orte_dt_unpacking_fns.c opal_list_append(&nodes[i]->attributes, &kv->super); nodes 838 orte/runtime/orte_globals.c map->nodes = OBJ_NEW(opal_pointer_array_t); nodes 839 orte/runtime/orte_globals.c opal_pointer_array_init(map->nodes, nodes 859 orte/runtime/orte_globals.c for (i=0; i < map->nodes->size; i++) { nodes 860 orte/runtime/orte_globals.c if (NULL != (node = (orte_node_t*)opal_pointer_array_get_item(map->nodes, i))) { nodes 862 orte/runtime/orte_globals.c opal_pointer_array_set_item(map->nodes, i, NULL); nodes 865 orte/runtime/orte_globals.c OBJ_RELEASE(map->nodes); nodes 25 orte/test/system/regex.c char **nodes=NULL; nodes 49 orte/test/system/regex.c if (ORTE_SUCCESS != (rc = orte_regx.extract_node_names(argv[1], &nodes))) { nodes 52 orte/test/system/regex.c for (i=0; NULL != nodes[i]; i++) { nodes 53 orte/test/system/regex.c fprintf(stderr, "%s\n", nodes[i]); nodes 55 orte/test/system/regex.c opal_argv_free(nodes); nodes 83 orte/test/system/regex.c if (ORTE_SUCCESS != (rc = orte_regx.extract_node_names(regex, &nodes))) { nodes 87 orte/test/system/regex.c regex = opal_argv_join(nodes, ','); nodes 92 orte/test/system/regex.c if (opal_argv_count(nodes) != opal_argv_count(nodelist)) { nodes 94 orte/test/system/regex.c opal_argv_count(nodes), opal_argv_count(nodelist)); nodes 98 orte/test/system/regex.c if (0 == strcmp(nodelist[i], nodes[i])) { nodes 101 orte/test/system/regex.c fprintf(stderr, "%s ERROR, expect %s\n", nodes[i], nodelist[i]); nodes 109 orte/test/system/regex.c opal_argv_free(nodes); nodes 80 orte/util/dash_host/dash_host.c int orte_util_add_dash_host_nodes(opal_list_t *nodes, nodes 312 orte/util/dash_host/dash_host.c for (itm = opal_list_get_first(nodes); nodes 313 orte/util/dash_host/dash_host.c itm != opal_list_get_end(nodes); nodes 333 orte/util/dash_host/dash_host.c opal_list_append(nodes, &nd->super); nodes 452 orte/util/dash_host/dash_host.c int orte_util_filter_dash_host_nodes(opal_list_t *nodes, nodes 471 orte/util/dash_host/dash_host.c if (opal_list_is_empty(nodes)) { nodes 515 orte/util/dash_host/dash_host.c item = opal_list_get_first(nodes); nodes 516 orte/util/dash_host/dash_host.c while (0 < num_empty && item != opal_list_get_end(nodes)) { nodes 530 orte/util/dash_host/dash_host.c opal_list_remove_item(nodes, item); nodes 552 orte/util/dash_host/dash_host.c item = opal_list_get_first(nodes); nodes 553 orte/util/dash_host/dash_host.c while (item != opal_list_get_end(nodes)) { nodes 581 orte/util/dash_host/dash_host.c opal_list_remove_item(nodes, item); nodes 615 orte/util/dash_host/dash_host.c while (NULL != (item = opal_list_remove_first(nodes))) { nodes 621 orte/util/dash_host/dash_host.c opal_list_append(nodes, item); nodes 649 orte/util/dash_host/dash_host.c int orte_util_get_ordered_dash_host_list(opal_list_t *nodes, nodes 664 orte/util/dash_host/dash_host.c opal_list_append(nodes, &node->super); nodes 34 orte/util/dash_host/dash_host.h ORTE_DECLSPEC int orte_util_add_dash_host_nodes(opal_list_t *nodes, nodes 38 orte/util/dash_host/dash_host.h ORTE_DECLSPEC int orte_util_filter_dash_host_nodes(opal_list_t *nodes, nodes 42 orte/util/dash_host/dash_host.h ORTE_DECLSPEC int orte_util_get_ordered_dash_host_list(opal_list_t *nodes, nodes 116 orte/util/hostfile/hostfile.c static orte_node_t* hostfile_lookup(opal_list_t* nodes, const char* name) nodes 119 orte/util/hostfile/hostfile.c for(item = opal_list_get_first(nodes); nodes 120 orte/util/hostfile/hostfile.c item != opal_list_get_end(nodes); nodes 531 orte/util/hostfile/hostfile.c int orte_util_add_hostfile_nodes(opal_list_t *nodes, nodes 588 orte/util/hostfile/hostfile.c for (itm = opal_list_get_first(nodes); nodes 589 orte/util/hostfile/hostfile.c itm != opal_list_get_end(nodes); nodes 598 orte/util/hostfile/hostfile.c opal_list_append(nodes, &nd->super); nodes 618 orte/util/hostfile/hostfile.c int orte_util_filter_hostfile_nodes(opal_list_t *nodes, nodes 701 orte/util/hostfile/hostfile.c item1 = opal_list_get_first(nodes); nodes 702 orte/util/hostfile/hostfile.c while (0 < num_empty && item1 != opal_list_get_end(nodes)) { nodes 720 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); nodes 753 orte/util/hostfile/hostfile.c for (item1 = opal_list_get_first(nodes); nodes 754 orte/util/hostfile/hostfile.c item1 != opal_list_get_end(nodes); nodes 755 orte/util/hostfile/hostfile.c item1 = opal_list_get_next(nodes)) { nodes 760 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); nodes 783 orte/util/hostfile/hostfile.c for (item1 = opal_list_get_first(nodes); nodes 784 orte/util/hostfile/hostfile.c item1 != opal_list_get_end(nodes); nodes 803 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); nodes 850 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(nodes))) { nodes 856 orte/util/hostfile/hostfile.c opal_list_append(nodes, item1); nodes 865 orte/util/hostfile/hostfile.c int orte_util_get_ordered_host_list(opal_list_t *nodes, nodes 883 orte/util/hostfile/hostfile.c if (ORTE_SUCCESS != (rc = hostfile_parse(hostfile, nodes, &exclude, true))) { nodes 888 orte/util/hostfile/hostfile.c item2 = opal_list_get_first(nodes); nodes 889 orte/util/hostfile/hostfile.c while (item2 != opal_list_get_end(nodes)) { nodes 938 orte/util/hostfile/hostfile.c opal_list_insert_pos(nodes, item1, &newnode->super); nodes 955 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item2); nodes 992 orte/util/hostfile/hostfile.c opal_list_insert_pos(nodes, item1, &newnode->super); nodes 996 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item2); nodes 1014 orte/util/hostfile/hostfile.c for (itm = opal_list_get_first(nodes); nodes 1015 orte/util/hostfile/hostfile.c itm != opal_list_get_end(nodes); nodes 1020 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, itm); nodes 33 orte/util/hostfile/hostfile.h ORTE_DECLSPEC int orte_util_add_hostfile_nodes(opal_list_t *nodes, nodes 36 orte/util/hostfile/hostfile.h ORTE_DECLSPEC int orte_util_filter_hostfile_nodes(opal_list_t *nodes, nodes 40 orte/util/hostfile/hostfile.h ORTE_DECLSPEC int orte_util_get_ordered_host_list(opal_list_t *nodes, nodes 1056 orte/util/nidmap.c for (j=0; j < jdata->map->nodes->size; j++) { nodes 1057 orte/util/nidmap.c if (NULL == (nptr = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, j))) { nodes 1207 orte/util/nidmap.c opal_pointer_array_add(jdata->map->nodes, node); nodes 1243 orte/util/nidmap.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 1244 orte/util/nidmap.c node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m); nodes 1254 orte/util/nidmap.c for (m=0; m < jdata->map->nodes->size; m++) { nodes 1255 orte/util/nidmap.c node = (orte_node_t*)opal_pointer_array_get_item(jdata->map->nodes, m);