Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
...@@ -59,11 +59,11 @@ scancel job_id ...@@ -59,11 +59,11 @@ scancel job_id
``` ```
Know the state of all the jobs submitted on the cluster: Know the state of all the jobs submitted on the cluster:
``` ```
squeue -u user_name squeue
``` ```
Know the state of the jobs submitted by the user on the cluster: Know the state of the jobs submitted by the user *username* on the cluster:
``` ```
squeue -u user_name squeue -u username
``` ```
## Error analysis ## Error analysis
... ...
......