1
1

Restrict MPI apps to cleaning up job-level dirs

MPI apps should only cleanup the session directory to the level of their
own job.

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
Ralph Castain 2018-01-12 17:14:24 -08:00
родитель 8049c06a96
Коммит 1cd8e34765

Просмотреть файл

@ -155,7 +155,7 @@ int orte_ess_base_app_setup(bool db_restrict_local)
goto error;
}
} else {
if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.jobfam_session_dir, true, false, false))) {
if (OPAL_SUCCESS != (ret = opal_pmix.register_cleanup(orte_process_info.job_session_dir, true, false, false))) {
ORTE_ERROR_LOG(ret);
error = "register cleanup";
goto error;