Skip to content
Snippets Groups Projects
Commit e00dadbd authored by Moe Jette's avatar Moe Jette
Browse files

Remove log message about OOM env var

parent 05dce666
No related branches found
No related tags found
No related merge requests found
...@@ -1034,9 +1034,7 @@ _fork_all_tasks(slurmd_job_t *job) ...@@ -1034,9 +1034,7 @@ _fork_all_tasks(slurmd_job_t *job)
int i = atoi(oom_value); int i = atoi(oom_value);
debug("Setting slurmstepd oom_adj to %d", i); debug("Setting slurmstepd oom_adj to %d", i);
set_oom_adj(i); set_oom_adj(i);
} else }
error("NO SLURMSTEPD_OOM_ADJ");
if (chdir (sprivs.saved_cwd) < 0) { if (chdir (sprivs.saved_cwd) < 0) {
error ("Unable to return to working directory"); error ("Unable to return to working directory");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment