From bf293cbd7d78806ea8687032b59d235ae576239d Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Mon, 31 Mar 2003 23:05:48 +0000 Subject: [PATCH] Remove statement about "job queued" due to partition configuration. The job would fail if submitted with "immediate" flag. --- src/common/slurm_errno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/slurm_errno.c b/src/common/slurm_errno.c index 4b29e70c870..56e2e016f55 100644 --- a/src/common/slurm_errno.c +++ b/src/common/slurm_errno.c @@ -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, -- GitLab