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

improve error message

parent 6d192e7b
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ static slurm_errtab_t slurm_errtab[] = { ...@@ -330,7 +330,7 @@ static slurm_errtab_t slurm_errtab[] = {
{ ESLURMD_TOOMANYSTEPS, { ESLURMD_TOOMANYSTEPS,
"Too many job steps on node" }, "Too many job steps on node" },
{ ESLURMD_STEP_EXISTS, { ESLURMD_STEP_EXISTS,
"Job step already in shared memory" }, "Job step already exists" },
{ ESLURMD_JOB_NOTRUNNING, { ESLURMD_JOB_NOTRUNNING,
"Job step not running" }, "Job step not running" },
{ ESLURMD_STEP_SUSPENDED, { ESLURMD_STEP_SUSPENDED,
......
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