node_list         337 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h         netloc_node_t **node_list);
node_list         397 orte/mca/errmgr/base/errmgr_base_fns.c     opal_list_t *node_list = NULL;
node_list         406 orte/mca/errmgr/base/errmgr_base_fns.c     node_list = OBJ_NEW(opal_list_t);
node_list         439 orte/mca/errmgr/base/errmgr_base_fns.c     if( ORTE_SUCCESS != (ret = orte_errmgr.predicted_fault(proc_list, node_list, suggested_map_list)) ) {
node_list         990 orte/mca/ras/slurm/ras_slurm_module.c     char *node_list;
node_list        1066 orte/mca/ras/slurm/ras_slurm_module.c         node_list =  get_node_list(app);
node_list        1067 orte/mca/ras/slurm/ras_slurm_module.c         if (NULL != node_list) {
node_list        1068 orte/mca/ras/slurm/ras_slurm_module.c             opal_asprintf(&tmp, "node_list=%s", node_list);
node_list        1070 orte/mca/ras/slurm/ras_slurm_module.c             free(node_list);
node_list         554 orte/mca/rmaps/base/rmaps_base_support_fns.c orte_node_t* orte_rmaps_base_get_starting_point(opal_list_t *node_list,
node_list         565 orte/mca/rmaps/base/rmaps_base_support_fns.c         for (item = opal_list_get_first(node_list);
node_list         566 orte/mca/rmaps/base/rmaps_base_support_fns.c              item != opal_list_get_end(node_list);
node_list         577 orte/mca/rmaps/base/rmaps_base_support_fns.c             cur_node_item = opal_list_get_first(node_list);
node_list         581 orte/mca/rmaps/base/rmaps_base_support_fns.c         cur_node_item = opal_list_get_first(node_list);
node_list         600 orte/mca/rmaps/base/rmaps_base_support_fns.c         if (cur_node_item != opal_list_get_last(node_list)) {
node_list         603 orte/mca/rmaps/base/rmaps_base_support_fns.c             item = opal_list_get_first(node_list);
node_list         622 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (item == opal_list_get_last(node_list)) {
node_list         623 orte/mca/rmaps/base/rmaps_base_support_fns.c                 item = opal_list_get_first(node_list);
node_list          46 orte/mca/rmaps/base/rmaps_private.h ORTE_DECLSPEC int orte_rmaps_base_get_target_nodes(opal_list_t* node_list,
node_list          56 orte/mca/rmaps/base/rmaps_private.h ORTE_DECLSPEC orte_node_t* orte_rmaps_base_get_starting_point(opal_list_t *node_list,
node_list          64 orte/mca/rmaps/mindist/rmaps_mindist_module.c     opal_list_t node_list;
node_list         153 orte/mca/rmaps/mindist/rmaps_mindist_module.c         OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         170 orte/mca/rmaps/mindist/rmaps_mindist_module.c         if(ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list, &num_slots, app,
node_list         187 orte/mca/rmaps/mindist/rmaps_mindist_module.c         num_nodes = (orte_std_cntr_t)opal_list_get_size(&node_list);
node_list         192 orte/mca/rmaps/mindist/rmaps_mindist_module.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
node_list         234 orte/mca/rmaps/mindist/rmaps_mindist_module.c             for (item = opal_list_get_first(&node_list);
node_list         235 orte/mca/rmaps/mindist/rmaps_mindist_module.c                     item != opal_list_get_end(&node_list);
node_list         425 orte/mca/rmaps/mindist/rmaps_mindist_module.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         428 orte/mca/rmaps/mindist/rmaps_mindist_module.c         OBJ_DESTRUCT(&node_list);
node_list         435 orte/mca/rmaps/mindist/rmaps_mindist_module.c     while(NULL != (item = opal_list_remove_first(&node_list))) {
node_list         438 orte/mca/rmaps/mindist/rmaps_mindist_module.c     OBJ_DESTRUCT(&node_list);
node_list          86 orte/mca/rmaps/ppr/rmaps_ppr.c     opal_list_t node_list;
node_list         251 orte/mca/rmaps/ppr/rmaps_ppr.c         OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         252 orte/mca/rmaps/ppr/rmaps_ppr.c         if(ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list, &num_slots, app,
node_list         261 orte/mca/rmaps/ppr/rmaps_ppr.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
node_list         265 orte/mca/rmaps/ppr/rmaps_ppr.c         for (item = opal_list_get_first(&node_list);
node_list         266 orte/mca/rmaps/ppr/rmaps_ppr.c              item != opal_list_get_end(&node_list);
node_list         400 orte/mca/rmaps/ppr/rmaps_ppr.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         403 orte/mca/rmaps/ppr/rmaps_ppr.c         OBJ_DESTRUCT(&node_list);
node_list         408 orte/mca/rmaps/ppr/rmaps_ppr.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         411 orte/mca/rmaps/ppr/rmaps_ppr.c     OBJ_DESTRUCT(&node_list);
node_list          80 orte/mca/rmaps/rank_file/rmaps_rank_file.c     opal_list_t node_list;
node_list         142 orte/mca/rmaps/rank_file/rmaps_rank_file.c     OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         188 orte/mca/rmaps/rank_file/rmaps_rank_file.c         if(ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list, &num_slots, app,
node_list         217 orte/mca/rmaps/rank_file/rmaps_rank_file.c                     OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
node_list         230 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
node_list         258 orte/mca/rmaps/rank_file/rmaps_rank_file.c                 OPAL_LIST_FOREACH(nd, &node_list, orte_node_t) {
node_list         269 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         if ( relative_index >= (int)opal_list_get_size (&node_list) || ( 0 > relative_index)){
node_list         274 orte/mca/rmaps/rank_file/rmaps_rank_file.c                         root_node = (orte_node_t*) opal_list_get_first(&node_list);
node_list         362 orte/mca/rmaps/rank_file/rmaps_rank_file.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         365 orte/mca/rmaps/rank_file/rmaps_rank_file.c         OBJ_DESTRUCT(&node_list);
node_list         366 orte/mca/rmaps/rank_file/rmaps_rank_file.c         OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         368 orte/mca/rmaps/rank_file/rmaps_rank_file.c     OBJ_DESTRUCT(&node_list);
node_list         383 orte/mca/rmaps/rank_file/rmaps_rank_file.c     OPAL_LIST_DESTRUCT(&node_list);
node_list          76 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_t node_list;
node_list         179 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         180 orte/mca/rmaps/resilient/rmaps_resilient.c             if (ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list,
node_list         186 orte/mca/rmaps/resilient/rmaps_resilient.c                 while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         189 orte/mca/rmaps/resilient/rmaps_resilient.c                 OBJ_DESTRUCT(&node_list);
node_list         192 orte/mca/rmaps/resilient/rmaps_resilient.c             if (opal_list_is_empty(&node_list)) {
node_list         194 orte/mca/rmaps/resilient/rmaps_resilient.c                 OBJ_DESTRUCT(&node_list);
node_list         201 orte/mca/rmaps/resilient/rmaps_resilient.c             while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         209 orte/mca/rmaps/resilient/rmaps_resilient.c             OBJ_DESTRUCT(&node_list);
node_list         482 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_t node_list, candidates;
node_list         496 orte/mca/rmaps/resilient/rmaps_resilient.c     OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         497 orte/mca/rmaps/resilient/rmaps_resilient.c     if (ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list,
node_list         505 orte/mca/rmaps/resilient/rmaps_resilient.c     if (opal_list_is_empty(&node_list)) {
node_list         511 orte/mca/rmaps/resilient/rmaps_resilient.c     if (1 == opal_list_get_size(&node_list)) {
node_list         516 orte/mca/rmaps/resilient/rmaps_resilient.c         nd = (orte_node_t*)opal_list_get_first(&node_list);
node_list         534 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         654 orte/mca/rmaps/resilient/rmaps_resilient.c     while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         657 orte/mca/rmaps/resilient/rmaps_resilient.c     OBJ_DESTRUCT(&node_list);
node_list         663 orte/mca/rmaps/resilient/rmaps_resilient.c static void flag_nodes(opal_list_t *node_list)
node_list         680 orte/mca/rmaps/resilient/rmaps_resilient.c         for (nitem = opal_list_get_first(node_list);
node_list         681 orte/mca/rmaps/resilient/rmaps_resilient.c              !ftgrp->included && nitem != opal_list_get_end(node_list);
node_list         702 orte/mca/rmaps/resilient/rmaps_resilient.c     opal_list_t node_list;
node_list         740 orte/mca/rmaps/resilient/rmaps_resilient.c         OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         741 orte/mca/rmaps/resilient/rmaps_resilient.c         if (ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list, &num_slots, app,
node_list         750 orte/mca/rmaps/resilient/rmaps_resilient.c         item = opal_list_get_first(&node_list);
node_list         751 orte/mca/rmaps/resilient/rmaps_resilient.c         while (item != opal_list_get_end(&node_list)) {
node_list         757 orte/mca/rmaps/resilient/rmaps_resilient.c                 opal_list_remove_item(&node_list, item);
node_list         762 orte/mca/rmaps/resilient/rmaps_resilient.c         curitem = opal_list_get_first(&node_list);
node_list         765 orte/mca/rmaps/resilient/rmaps_resilient.c         flag_nodes(&node_list);
node_list         822 orte/mca/rmaps/resilient/rmaps_resilient.c                 if (curitem == opal_list_get_end(&node_list)) {
node_list         823 orte/mca/rmaps/resilient/rmaps_resilient.c                     curitem = opal_list_get_first(&node_list);
node_list         882 orte/mca/rmaps/resilient/rmaps_resilient.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         885 orte/mca/rmaps/resilient/rmaps_resilient.c         OBJ_DESTRUCT(&node_list);
node_list          50 orte/mca/rmaps/round_robin/rmaps_rr.c     opal_list_t node_list;
node_list         105 orte/mca/rmaps/round_robin/rmaps_rr.c         OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         122 orte/mca/rmaps/round_robin/rmaps_rr.c         if(ORTE_SUCCESS != (rc = orte_rmaps_base_get_target_nodes(&node_list, &num_slots, app,
node_list         131 orte/mca/rmaps/round_robin/rmaps_rr.c         jdata->bookmark = orte_rmaps_base_get_starting_point(&node_list, jdata);
node_list         148 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_bynode(jdata, app, &node_list, num_slots,
node_list         151 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         154 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots,
node_list         162 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         166 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots,
node_list         174 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         179 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots, app->num_procs,
node_list         187 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         192 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots, app->num_procs,
node_list         200 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         205 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots, app->num_procs,
node_list         213 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         217 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots,
node_list         225 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         229 orte/mca/rmaps/round_robin/rmaps_rr.c             rc = orte_rmaps_rr_byobj(jdata, app, &node_list, num_slots,
node_list         237 orte/mca/rmaps/round_robin/rmaps_rr.c                 rc = orte_rmaps_rr_byslot(jdata, app, &node_list, num_slots,
node_list         262 orte/mca/rmaps/round_robin/rmaps_rr.c         while (NULL != (item = opal_list_remove_first(&node_list))) {
node_list         265 orte/mca/rmaps/round_robin/rmaps_rr.c         OBJ_DESTRUCT(&node_list);
node_list         271 orte/mca/rmaps/round_robin/rmaps_rr.c     while(NULL != (item = opal_list_remove_first(&node_list))) {
node_list         274 orte/mca/rmaps/round_robin/rmaps_rr.c     OBJ_DESTRUCT(&node_list);
node_list          42 orte/mca/rmaps/round_robin/rmaps_rr.h                                               opal_list_t *node_list,
node_list          47 orte/mca/rmaps/round_robin/rmaps_rr.h                                               opal_list_t *node_list,
node_list          52 orte/mca/rmaps/round_robin/rmaps_rr.h                                              opal_list_t *node_list,
node_list          42 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                          opal_list_t *node_list,
node_list          72 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         136 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     balance = (float)((int)app->num_procs - nprocs_mapped) / (float)opal_list_get_size(node_list);
node_list         140 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c         nxtra_nodes = app->num_procs - nprocs_mapped - (extra_procs_to_assign * opal_list_get_size(node_list));
node_list         149 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         231 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                          opal_list_t *node_list,
node_list         261 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     nnodes = opal_list_get_size(node_list);
node_list         301 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c         OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         418 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c         OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         456 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                        opal_list_t *node_list,
node_list         467 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                         opal_list_t *node_list,
node_list         496 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c         return byobj_span(jdata, app, node_list, num_slots,
node_list         525 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c         OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         657 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c                       opal_list_t *node_list,
node_list         689 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         723 orte/mca/rmaps/round_robin/rmaps_rr_mappers.c     OPAL_LIST_FOREACH(node, node_list, orte_node_t) {
node_list         105 orte/mca/rmaps/seq/rmaps_seq.c     opal_list_t node_list, *seq_list, sq_list;
node_list         244 orte/mca/rmaps/seq/rmaps_seq.c             OBJ_CONSTRUCT(&node_list, opal_list_t);
node_list         246 orte/mca/rmaps/seq/rmaps_seq.c             if (ORTE_SUCCESS != (rc = orte_util_get_ordered_dash_host_list(&node_list, hosts))) {
node_list         254 orte/mca/rmaps/seq/rmaps_seq.c             while (NULL != (nd = (orte_node_t*)opal_list_remove_first(&node_list))) {
node_list         260 orte/mca/rmaps/seq/rmaps_seq.c             OBJ_DESTRUCT(&node_list);