Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -81,7 +81,10 @@ The title of the last column displayed by *squeue* is "NODELIST(REASON)": ...@@ -81,7 +81,10 @@ The title of the last column displayed by *squeue* is "NODELIST(REASON)":
* **BeginTime**: the job earliest start time has not been reached yet. Can happen when the job is requeued by Slurm to fix an issue: in this case, Slurm sets a delayed start time for the job. * **BeginTime**: the job earliest start time has not been reached yet. Can happen when the job is requeued by Slurm to fix an issue: in this case, Slurm sets a delayed start time for the job.
* **Held state**: the job is hold by Slurm. To unlock it, do `scontrol release job_id`. * **Held state**: the job is hold by Slurm. To unlock it, do `scontrol release job_id`.
## Error analysis The `sinfo` command displays the current state of compute nodes:
* QOSMaxCpuPerJobLimit * **STATE=alloc**: the node is fully allocated.
* BeginTime ? * **STATE=mix**: the node is partly allocated.
* **STATE=idle** : the node is not allocated.
* **STATE=drain** : the node allows its submitted jobs to end, but does not accept new jobs.
## Accounting ## Accounting
\ No newline at end of file