Update 2.1 Batch job submission authored by Odunlami Marc's avatar Odunlami Marc
......@@ -53,7 +53,7 @@ Submit a job:
```
sbatch script.sh
```
Cancel a job *job_id* (*job_id* is the number provided by Slurm to identify the job):
Cancel the *job_id* job (*job_id* is the number provided by Slurm to identify the job):
```
scancel job_id
```
......
......