... | ... | @@ -97,7 +97,7 @@ The title of the last column displayed by `squeue` is "NODELIST(REASON)": |
|
|
* **Held state**: the job *job_id* is hold by Slurm. To unlock it, do `scontrol release job_id`.
|
|
|
* **QOSMaxCpuPerJobLimit**: if a job specifies a memory per CPU limit that exceeds the partition limit, that job's count of CPUs per task will automatically be increased. This may result in the job failing due to CPU count limits. ***In this case, cancel your job and resubmit it with the correct parameters, otherwise it will pend forever***.
|
|
|
|
|
|
The following command provides detailed information on a running or recently completed job:
|
|
|
The following command provides detailed information on a running or recently terminated job:
|
|
|
```
|
|
|
scontrol show job job_id
|
|
|
```
|
... | ... | |