Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -82,7 +82,7 @@ squeue -u username
```
## Job and cluster monitoring
In the output of the `squeue` command, the "ST" column provides the job status. The most common status are:
In the output of the `squeue` command, the "ST" column provides the job state. The most common states are:
* **R**: running.
* **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.
......
......