Changes
Page history
Update 2.1 Batch job submission
authored
Jun 19, 2019
by
Odunlami Marc
Show whitespace changes
Inline
Side-by-side
2-Slurm/2.1-Batch-job-submission.md
View page @
2089ee7d
...
...
@@ -59,11 +59,11 @@ scancel job_id
```
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
...
...
...
...