Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -57,11 +57,11 @@ Cancel a job *job_id* (*job_id* is the number provided by Slurm to identify the
```
scancel job_id
```
Know the state of all the jobs submitted on the cluster:
Display the jobs in the waiting queue:
```
squeue
```
Know the state of the jobs submitted by the user *username* on the cluster:
Display the jobs of user *username* in the waiting queue:
```
squeue -u username
```
......
......