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

Remove statement about "job queued" due to partition configuration.

The job would fail if submitted with "immediate" flag.
parent ea4ac479
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ static slurm_errtab_t slurm_errtab[] = {
{ ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
"Requested node configuration is not available" },
{ ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE,
"Requested partition configuration not available now, job queued" },
"Requested partition configuration not available now" },
{ ESLURM_NODES_BUSY,
"Requested nodes are busy" },
{ 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