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

Add new error code ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE.

parent f4c88bf7
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,7 @@ enum { ...@@ -103,6 +103,7 @@ enum {
ESLURM_PATHNAME_TOO_LONG, ESLURM_PATHNAME_TOO_LONG,
ESLURM_NOT_TOP_PRIORITY, ESLURM_NOT_TOP_PRIORITY,
ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE, ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE,
ESLURM_NODES_BUSY, ESLURM_NODES_BUSY,
ESLURM_INVALID_JOB_ID, ESLURM_INVALID_JOB_ID,
ESLURM_INVALID_NODE_NAME, ESLURM_INVALID_NODE_NAME,
......
...@@ -110,6 +110,8 @@ static slurm_errtab_t slurm_errtab[] = { ...@@ -110,6 +110,8 @@ static slurm_errtab_t slurm_errtab[] = {
"Immediate execution impossible, higher priority jobs pending" }, "Immediate execution impossible, higher priority jobs pending" },
{ ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE, { ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
"Requested node configuration is not available" }, "Requested node configuration is not available" },
{ ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE,
"Requested partition configuration is not available" },
{ ESLURM_NODES_BUSY, { ESLURM_NODES_BUSY,
"Requested nodes are busy" }, "Requested nodes are busy" },
{ ESLURM_INVALID_JOB_ID, { ESLURM_INVALID_JOB_ID,
......
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