tmpdir_base 245 orte/mca/ess/base/ess_base_std_orted.c (NULL == orte_process_info.tmpdir_base) ? "UNDEF" : orte_process_info.tmpdir_base, tmpdir_base 288 orte/mca/ess/hnp/ess_hnp_module.c (NULL == orte_process_info.tmpdir_base) ? "UNDEF" : orte_process_info.tmpdir_base, tmpdir_base 483 orte/mca/ess/pmi/ess_pmi_module.c (NULL == orte_process_info.tmpdir_base) ? "UNDEF" : orte_process_info.tmpdir_base, tmpdir_base 337 orte/mca/ess/singleton/ess_singleton_module.c (NULL == orte_process_info.tmpdir_base) ? "UNDEF" : orte_process_info.tmpdir_base, tmpdir_base 1022 orte/mca/schizo/ompi/schizo_ompi.c opal_setenv("OMPI_MCA_orte_tmpdir_base", orte_process_info.tmpdir_base, true, &app->env); tmpdir_base 135 orte/runtime/orte_mca_params.c if (NULL != orte_process_info.tmpdir_base) { tmpdir_base 136 orte/runtime/orte_mca_params.c free(orte_process_info.tmpdir_base); tmpdir_base 138 orte/runtime/orte_mca_params.c orte_process_info.tmpdir_base = strdup (orte_tmpdir_base); tmpdir_base 141 orte/runtime/orte_mca_params.c if (NULL != orte_process_info.tmpdir_base) { tmpdir_base 142 orte/runtime/orte_mca_params.c free(orte_process_info.tmpdir_base); tmpdir_base 144 orte/runtime/orte_mca_params.c orte_process_info.tmpdir_base = strdup (orte_local_tmpdir_base); tmpdir_base 151 orte/runtime/orte_mca_params.c if (NULL != orte_process_info.tmpdir_base) { tmpdir_base 152 orte/runtime/orte_mca_params.c free(orte_process_info.tmpdir_base); tmpdir_base 154 orte/runtime/orte_mca_params.c orte_process_info.tmpdir_base = strdup (orte_remote_tmpdir_base); tmpdir_base 181 orte/tools/orte-clean/orte-clean.c orte_process_info.tmpdir_base, tmpdir_base 187 orte/tools/orte-clean/orte-clean.c opal_asprintf(&legacy, "rm -rf %s/pmix*", orte_process_info.tmpdir_base); tmpdir_base 77 orte/util/proc_info.c .tmpdir_base = NULL, tmpdir_base 277 orte/util/proc_info.c if (NULL != orte_process_info.tmpdir_base) { tmpdir_base 278 orte/util/proc_info.c free(orte_process_info.tmpdir_base); tmpdir_base 279 orte/util/proc_info.c orte_process_info.tmpdir_base = NULL; tmpdir_base 113 orte/util/proc_info.h char *tmpdir_base; /**< Base directory of the session dir tree */ tmpdir_base 121 orte/util/session_dir.c if (NULL == orte_process_info.tmpdir_base) { tmpdir_base 122 orte/util/session_dir.c orte_process_info.tmpdir_base = tmpdir_base 124 orte/util/session_dir.c if (NULL == orte_process_info.tmpdir_base) { tmpdir_base 148 orte/util/session_dir.c NULL == orte_process_info.tmpdir_base ){ tmpdir_base 155 orte/util/session_dir.c "%s/ompi.%s.%lu", orte_process_info.tmpdir_base, tmpdir_base 298 orte/util/session_dir.c NULL != orte_process_info.tmpdir_base ) { tmpdir_base 309 orte/util/session_dir.c if (0 == strncmp(orte_process_info.tmpdir_base, list[i], strlen(list[i]))) { tmpdir_base 313 orte/util/session_dir.c true, orte_process_info.tmpdir_base, tmpdir_base 362 orte/util/session_dir.c OMPI_PRINTF_FIX_STRING(orte_process_info.tmpdir_base)); tmpdir_base 373 test/util/orte_session_dir.c orte_process_info.tmpdir_base = NULL;