orte_default_hostfile 2005 orte/mca/plm/base/plm_base_launch_support.c             } else if (NULL != orte_default_hostfile) {
orte_default_hostfile 2011 orte/mca/plm/base/plm_base_launch_support.c                                          orte_default_hostfile));
orte_default_hostfile 2013 orte/mca/plm/base/plm_base_launch_support.c                                                                            orte_default_hostfile))) {
orte_default_hostfile  380 orte/mca/ras/base/ras_base_allocate.c     if (NULL != orte_default_hostfile) {
orte_default_hostfile  384 orte/mca/ras/base/ras_base_allocate.c                              orte_default_hostfile));
orte_default_hostfile  388 orte/mca/ras/base/ras_base_allocate.c                                                                orte_default_hostfile))) {
orte_default_hostfile  150 orte/mca/ras/lsf/ras_lsf_module.c         if( NULL != orte_default_hostfile ) {
orte_default_hostfile  151 orte/mca/ras/lsf/ras_lsf_module.c             free(orte_default_hostfile);
orte_default_hostfile  152 orte/mca/ras/lsf/ras_lsf_module.c             orte_default_hostfile = NULL;
orte_default_hostfile  154 orte/mca/ras/lsf/ras_lsf_module.c         orte_default_hostfile = strdup(affinity_file);
orte_default_hostfile  156 orte/mca/ras/lsf/ras_lsf_module.c                             "ras/lsf: Set default_hostfile to %s",orte_default_hostfile);
orte_default_hostfile  162 orte/mca/rmaps/seq/rmaps_seq.c     if (NULL != orte_default_hostfile) {
orte_default_hostfile  165 orte/mca/rmaps/seq/rmaps_seq.c         fp = fopen(orte_default_hostfile, "r");
orte_default_hostfile  152 orte/runtime/orte_globals.c char *orte_default_hostfile = NULL;
orte_default_hostfile  536 orte/runtime/orte_globals.h ORTE_DECLSPEC extern char *orte_default_hostfile;
orte_default_hostfile  375 orte/runtime/orte_mca_params.c     orte_default_hostfile = NULL;
orte_default_hostfile  380 orte/runtime/orte_mca_params.c                                   &orte_default_hostfile);
orte_default_hostfile  382 orte/runtime/orte_mca_params.c     if (NULL == orte_default_hostfile) {
orte_default_hostfile  384 orte/runtime/orte_mca_params.c         opal_asprintf(&orte_default_hostfile, "%s/openmpi-default-hostfile", opal_install_dirs.sysconfdir);
orte_default_hostfile  387 orte/runtime/orte_mca_params.c     } else if (0 == strcmp(orte_default_hostfile, "none")) {
orte_default_hostfile  388 orte/runtime/orte_mca_params.c         free (orte_default_hostfile);
orte_default_hostfile  389 orte/runtime/orte_mca_params.c         orte_default_hostfile = NULL;
orte_default_hostfile  459 orte/util/hostfile/hostfile.c         if (NULL == orte_default_hostfile ||
orte_default_hostfile  460 orte/util/hostfile/hostfile.c             0 != strcmp(orte_default_hostfile, hostfile)) {