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 @
91b1f179
...
...
@@ -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*
o
n the
cluster
:
Display the jobs of
user
*username*
i
n the
waiting queue
:
```
squeue -u username
```
...
...
...
...