top_session_dir   285 orte/mca/ess/base/ess_base_std_orted.c             log_path = opal_os_path(false, orte_process_info.top_session_dir,
top_session_dir   297 orte/mca/ess/pmi/ess_pmi_module.c         if( NULL == orte_process_info.top_session_dir ){
top_session_dir   298 orte/mca/ess/pmi/ess_pmi_module.c             orte_process_info.top_session_dir = val;
top_session_dir   498 orte/mca/ess/pmi/ess_pmi_module.c                 if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.top_session_dir, true, false, true))) {
top_session_dir   352 orte/mca/ess/singleton/ess_singleton_module.c                 if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.top_session_dir, true, false, true))) {
top_session_dir  1024 orte/mca/schizo/ompi/schizo_ompi.c     opal_setenv("OMPI_MCA_orte_top_session_dir", orte_process_info.top_session_dir, true, &app->env);
top_session_dir   165 orte/runtime/orte_mca_params.c          if (NULL != orte_process_info.top_session_dir) {
top_session_dir   166 orte/runtime/orte_mca_params.c             free(orte_process_info.top_session_dir);
top_session_dir   168 orte/runtime/orte_mca_params.c         orte_process_info.top_session_dir = strdup(orte_top_session_dir);
top_session_dir   175 orte/tools/orte-clean/orte-clean.c                 orte_process_info.top_session_dir);
top_session_dir   177 orte/tools/orte-clean/orte-clean.c     opal_os_dirpath_destroy(orte_process_info.top_session_dir, true, NULL);
top_session_dir   203 orte/util/hnp_contact.c     headdir = orte_process_info.top_session_dir;
top_session_dir    78 orte/util/proc_info.c     .top_session_dir =                 NULL,
top_session_dir   282 orte/util/proc_info.c     if (NULL != orte_process_info.top_session_dir) {
top_session_dir   283 orte/util/proc_info.c         free(orte_process_info.top_session_dir);
top_session_dir   284 orte/util/proc_info.c         orte_process_info.top_session_dir = NULL;
top_session_dir   114 orte/util/proc_info.h     char *top_session_dir;              /**< Top-most directory of the session tree */
top_session_dir   143 orte/util/session_dir.c     if (NULL == orte_process_info.top_session_dir) {
top_session_dir   154 orte/util/session_dir.c         if (0 > opal_asprintf(&orte_process_info.top_session_dir,
top_session_dir   157 orte/util/session_dir.c             orte_process_info.top_session_dir = NULL;
top_session_dir   181 orte/util/session_dir.c                              "%s/dvm", orte_process_info.top_session_dir)) {
top_session_dir   187 orte/util/session_dir.c                              "%s/pid.%lu", orte_process_info.top_session_dir,
top_session_dir   196 orte/util/session_dir.c                                  "%s/jobfam", orte_process_info.top_session_dir) ) {
top_session_dir   202 orte/util/session_dir.c                                  "%s/jf.%d", orte_process_info.top_session_dir,
top_session_dir   360 orte/util/session_dir.c                     OMPI_PRINTF_FIX_STRING(orte_process_info.top_session_dir));
top_session_dir   424 orte/util/session_dir.c     if (NULL != orte_process_info.top_session_dir) {
top_session_dir   425 orte/util/session_dir.c         if (opal_os_dirpath_is_empty(orte_process_info.top_session_dir)) {
top_session_dir   429 orte/util/session_dir.c             rmdir(orte_process_info.top_session_dir);
top_session_dir   433 orte/util/session_dir.c                         opal_os_dirpath_access(orte_process_info.top_session_dir, 0)) {
top_session_dir   446 orte/util/session_dir.c     if( NULL != orte_process_info.top_session_dir ){
top_session_dir   447 orte/util/session_dir.c         opal_os_dirpath_destroy(orte_process_info.top_session_dir,
top_session_dir   515 orte/util/session_dir.c     if( NULL != orte_process_info.top_session_dir ){
top_session_dir   516 orte/util/session_dir.c         opal_os_dirpath_destroy(orte_process_info.top_session_dir,
top_session_dir   568 orte/util/session_dir.c     if (NULL != orte_process_info.top_session_dir) {
top_session_dir   569 orte/util/session_dir.c         if (opal_os_dirpath_is_empty(orte_process_info.top_session_dir)) {
top_session_dir   573 orte/util/session_dir.c             rmdir(orte_process_info.top_session_dir);
top_session_dir   577 orte/util/session_dir.c                         opal_os_dirpath_access(orte_process_info.top_session_dir, 0)) {
top_session_dir   374 test/util/orte_session_dir.c     orte_process_info.top_session_dir = NULL;