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 @
822ed59d
...
...
@@ -60,7 +60,7 @@ Submit a job:
```
sbatch script.sh
```
Cancel the
*
job_id
*
job (
*
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
```
...
...
@@ -102,7 +102,7 @@ The `sinfo` command displays the current state of compute nodes:
## Accounting
Slurm is connected to a database recording job acccounting data. The
`sacct`
and
`sreport`
commands allow to access this accounting information.
Show information on the
*
job_id
*
job:
Show information on the
`
job_id
`
job:
```
# Short format
sacct -j job_id
...
...
...
...