Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -82,7 +82,7 @@ squeue -u username ...@@ -82,7 +82,7 @@ squeue -u username
``` ```
## Job and cluster monitoring ## Job and cluster monitoring
In the output of the `squeue` command, the "ST" column provides the state of the job. The most common states are: In the output of the `squeue` command, the "ST" column provides the job status. The most common status are:
* **R**: running. * **R**: running.
* **PD**: pending. The job is awaiting for resources. * **PD**: pending. The job is awaiting for resources.
* **S**: suspended. This typically happens when the job is preempted by another job. In this case, no action is required. Slurm will resume the job when the preemptor job ends. * **S**: suspended. This typically happens when the job is preempted by another job. In this case, no action is required. Slurm will resume the job when the preemptor job ends.
... ...
......