hosts            1774 orte/mca/plm/base/plm_base_launch_support.c     char *hosts = NULL;
hosts            1971 orte/mca/plm/base/plm_base_launch_support.c             hosts = NULL;
hosts            1973 orte/mca/plm/base/plm_base_launch_support.c                 orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts            1977 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&tnodes, hosts, false))) {
hosts            1979 orte/mca/plm/base/plm_base_launch_support.c                     free(hosts);
hosts            1982 orte/mca/plm/base/plm_base_launch_support.c                 free(hosts);
hosts            1983 orte/mca/plm/base/plm_base_launch_support.c             } else if (orte_get_attribute(&app->attributes, ORTE_APP_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts            1987 orte/mca/plm/base/plm_base_launch_support.c                                      ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts            1988 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&tnodes, hosts))) {
hosts            1990 orte/mca/plm/base/plm_base_launch_support.c                     free(hosts);
hosts            1993 orte/mca/plm/base/plm_base_launch_support.c                 free(hosts);
hosts             120 orte/mca/ras/base/ras_base_allocate.c     char *hosts=NULL;
hosts             284 orte/mca/ras/base/ras_base_allocate.c             orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             295 orte/mca/ras/base/ras_base_allocate.c             if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, true))) {
hosts             296 orte/mca/ras/base/ras_base_allocate.c                 free(hosts);
hosts             302 orte/mca/ras/base/ras_base_allocate.c             free(hosts);
hosts             343 orte/mca/ras/base/ras_base_allocate.c         if (orte_get_attribute(&app->attributes, ORTE_APP_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts             346 orte/mca/ras/base/ras_base_allocate.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts             349 orte/mca/ras/base/ras_base_allocate.c             if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) {
hosts             350 orte/mca/ras/base/ras_base_allocate.c                 free(hosts);
hosts             357 orte/mca/ras/base/ras_base_allocate.c             free(hosts);
hosts             487 orte/mca/ras/base/ras_base_allocate.c     char *hosts;
hosts             509 orte/mca/ras/base/ras_base_allocate.c         if (orte_get_attribute(&app->attributes, ORTE_APP_ADD_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts             512 orte/mca/ras/base/ras_base_allocate.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts             515 orte/mca/ras/base/ras_base_allocate.c             if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) {
hosts             518 orte/mca/ras/base/ras_base_allocate.c                 free(hosts);
hosts             522 orte/mca/ras/base/ras_base_allocate.c             orte_set_attribute(&app->attributes, ORTE_APP_HOSTFILE, ORTE_ATTR_LOCAL, (void**)hosts, OPAL_STRING);
hosts             524 orte/mca/ras/base/ras_base_allocate.c             free(hosts);
hosts             541 orte/mca/ras/base/ras_base_allocate.c         if (orte_get_attribute(&app->attributes, ORTE_APP_ADD_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             544 orte/mca/ras/base/ras_base_allocate.c                                 ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts);
hosts             545 orte/mca/ras/base/ras_base_allocate.c             if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, true))) {
hosts             548 orte/mca/ras/base/ras_base_allocate.c                 free(hosts);
hosts             552 orte/mca/ras/base/ras_base_allocate.c             orte_set_attribute(&app->attributes, ORTE_APP_DASH_HOST, ORTE_ATTR_LOCAL, hosts, OPAL_STRING);
hosts             554 orte/mca/ras/base/ras_base_allocate.c             free(hosts);
hosts              58 orte/mca/rmaps/base/rmaps_base_support_fns.c     char *hosts;
hosts              61 orte/mca/rmaps/base/rmaps_base_support_fns.c     if (orte_get_attribute(&app->attributes, ORTE_APP_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts              65 orte/mca/rmaps/base/rmaps_base_support_fns.c         if (ORTE_SUCCESS != (rc = orte_util_filter_hostfile_nodes(nodes, hosts, remove))) {
hosts              67 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts              73 orte/mca/rmaps/base/rmaps_base_support_fns.c                            true, app->app, "-hostfile", hosts);
hosts              74 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts              77 orte/mca/rmaps/base/rmaps_base_support_fns.c         free(hosts);
hosts              80 orte/mca/rmaps/base/rmaps_base_support_fns.c     if (orte_get_attribute(&app->attributes, ORTE_APP_ADD_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts              84 orte/mca/rmaps/base/rmaps_base_support_fns.c         if (ORTE_SUCCESS != (rc = orte_util_filter_hostfile_nodes(nodes, hosts, remove))) {
hosts              85 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts              92 orte/mca/rmaps/base/rmaps_base_support_fns.c                            true, app->app, "-add-hostfile", hosts);
hosts              93 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts              96 orte/mca/rmaps/base/rmaps_base_support_fns.c         free(hosts);
hosts             100 orte/mca/rmaps/base/rmaps_base_support_fns.c         orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             101 orte/mca/rmaps/base/rmaps_base_support_fns.c         if (ORTE_SUCCESS != (rc = orte_util_filter_dash_host_nodes(nodes, hosts, remove))) {
hosts             103 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             109 orte/mca/rmaps/base/rmaps_base_support_fns.c                            true, app->app, "-host", hosts);
hosts             110 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             113 orte/mca/rmaps/base/rmaps_base_support_fns.c         free(hosts);
hosts             116 orte/mca/rmaps/base/rmaps_base_support_fns.c     if (orte_get_attribute(&app->attributes, ORTE_APP_ADD_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             117 orte/mca/rmaps/base/rmaps_base_support_fns.c         if (ORTE_SUCCESS != (rc = orte_util_filter_dash_host_nodes(nodes, hosts, remove))) {
hosts             119 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             125 orte/mca/rmaps/base/rmaps_base_support_fns.c                            true, app->app, "-add-host", hosts);
hosts             126 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             129 orte/mca/rmaps/base/rmaps_base_support_fns.c         free(hosts);
hosts             151 orte/mca/rmaps/base/rmaps_base_support_fns.c     char *hosts = NULL;
hosts             170 orte/mca/rmaps/base/rmaps_base_support_fns.c         hosts = NULL;
hosts             172 orte/mca/rmaps/base/rmaps_base_support_fns.c             orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             175 orte/mca/rmaps/base/rmaps_base_support_fns.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts             176 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (ORTE_SUCCESS != (rc = orte_util_add_dash_host_nodes(&nodes, hosts, false))) {
hosts             178 orte/mca/rmaps/base/rmaps_base_support_fns.c                 free(hosts);
hosts             181 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             182 orte/mca/rmaps/base/rmaps_base_support_fns.c         } else if (orte_get_attribute(&app->attributes, ORTE_APP_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts             186 orte/mca/rmaps/base/rmaps_base_support_fns.c                                  ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts             187 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (ORTE_SUCCESS != (rc = orte_util_add_hostfile_nodes(&nodes, hosts))) {
hosts             188 orte/mca/rmaps/base/rmaps_base_support_fns.c                 free(hosts);
hosts             192 orte/mca/rmaps/base/rmaps_base_support_fns.c             free(hosts);
hosts             450 orte/mca/rmaps/base/rmaps_base_support_fns.c                 if (orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             451 orte/mca/rmaps/base/rmaps_base_support_fns.c                     s = orte_util_dash_host_compute_slots(node, hosts);
hosts             108 orte/mca/rmaps/seq/rmaps_seq.c     char *hosts = NULL, *sep, *eptr;
hosts             241 orte/mca/rmaps/seq/rmaps_seq.c         if (orte_get_attribute(&app->attributes, ORTE_APP_DASH_HOST, (void**)&hosts, OPAL_STRING)) {
hosts             246 orte/mca/rmaps/seq/rmaps_seq.c             if (ORTE_SUCCESS != (rc = orte_util_get_ordered_dash_host_list(&node_list, hosts))) {
hosts             248 orte/mca/rmaps/seq/rmaps_seq.c                 free(hosts);
hosts             251 orte/mca/rmaps/seq/rmaps_seq.c             free(hosts);
hosts             262 orte/mca/rmaps/seq/rmaps_seq.c         } else if (orte_get_attribute(&app->attributes, ORTE_APP_HOSTFILE, (void**)&hosts, OPAL_STRING)) {
hosts             264 orte/mca/rmaps/seq/rmaps_seq.c             if (NULL == hosts) {
hosts             269 orte/mca/rmaps/seq/rmaps_seq.c                                 "mca:rmaps:seq: using hostfile %s nodes on app %s", hosts, app->app);
hosts             272 orte/mca/rmaps/seq/rmaps_seq.c             fp = fopen(hosts, "r");
hosts             315 orte/mca/rmaps/seq/rmaps_seq.c             free(hosts);
hosts              45 orte/util/dash_host/dash_host.c int orte_util_dash_host_compute_slots(orte_node_t *node, char *hosts)
hosts              51 orte/util/dash_host/dash_host.c     specs = opal_argv_split(hosts, ',');
hosts              81 orte/util/dash_host/dash_host.c                                   char *hosts, bool allocating)
hosts              97 orte/util/dash_host/dash_host.c                          ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hosts));
hosts             100 orte/util/dash_host/dash_host.c     host_argv = opal_argv_split(hosts, ',');
hosts             355 orte/util/dash_host/dash_host.c static int parse_dash_host(char ***mapped_nodes, char *hosts)
hosts             364 orte/util/dash_host/dash_host.c     host_argv = opal_argv_split(hosts, ',');
hosts             453 orte/util/dash_host/dash_host.c                                      char *hosts,
hosts             475 orte/util/dash_host/dash_host.c     if (ORTE_SUCCESS != (rc = parse_dash_host(&mapped_nodes, hosts))) {
hosts             650 orte/util/dash_host/dash_host.c                                          char *hosts)
hosts             656 orte/util/dash_host/dash_host.c     if (ORTE_SUCCESS != (rc = parse_dash_host(&mapped_nodes, hosts))) {
hosts              35 orte/util/dash_host/dash_host.h                                                 char *hosts,
hosts              39 orte/util/dash_host/dash_host.h                                                    char *hosts,
hosts              43 orte/util/dash_host/dash_host.h                                                        char *hosts);
hosts              45 orte/util/dash_host/dash_host.h ORTE_DECLSPEC int orte_util_dash_host_compute_slots(orte_node_t *node, char *hosts);