Skip to content

Commit 64ba33c

Browse files
author
Ralph Castain
authored
Merge pull request #4708 from rhc54/topic/cl4
Restrict MPI apps to cleaning up job-level dirs
2 parents 4fc0cdd + 1cd8e34 commit 64ba33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/ess/base/ess_base_std_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ int orte_ess_base_app_setup(bool db_restrict_local)
155155
goto error;
156156
}
157157
} else {
158-
if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.jobfam_session_dir, true, false, false))) {
158+
if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.job_session_dir, true, false, false))) {
159159
ORTE_ERROR_LOG(ret);
160160
error = "register cleanup";
161161
goto error;

0 commit comments

Comments
 (0)