Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -78,7 +78,7 @@ The title of the last column displayed by *squeue* is "NODELIST(REASON)": ...@@ -78,7 +78,7 @@ The title of the last column displayed by *squeue* is "NODELIST(REASON)":
* **Resources**: the resources requested by the job are not currently available since used by other jobs. * **Resources**: the resources requested by the job are not currently available since used by other jobs.
* **Priority**: the job priority is lower than the priority of other jobs. * **Priority**: the job priority is lower than the priority of other jobs.
* **QOSMaxCpuPerJobLimit**: the maximal number of authorized allocated cores has been reached by *username* ; the job is waiting for some running jobs of *username* to end. * **QOSMaxCpuPerJobLimit**: the maximal number of authorized allocated cores has been reached by *username* ; the job is waiting for some running jobs of *username* to end.
* **BeginTime**: the job has been requeued by the system to fix an issue ; it awaits for Slurm authorization to be started again (this delay is needed for Slurm to analyze the job again, generally no more than three minutes). * **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 ## Error analysis
... ...
......