Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -68,6 +68,10 @@ squeue -u username ...@@ -68,6 +68,10 @@ 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 commons are: In the output of the *squeue* command, the "ST" column provides the state of the job. The most commons are:
* R: running.
* PD: pending. The job is awaiting or resources.
* S: suspended. This typically happens when the job is preempted by another job.
## Error analysis ## Error analysis
... ...
......