Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update 2.1 Batch job submission
authored
Jun 20, 2019
by
Odunlami Marc
Hide whitespace changes
Inline
Side-by-side
2-Slurm/2.1-Batch-job-submission.md
View page @
efcf5478
...
@@ -53,7 +53,7 @@ Submit a job:
...
@@ -53,7 +53,7 @@ Submit a job:
```
```
sbatch script.sh
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
scancel job_id
```
```
...
...