Skip to content

Commit d0be829

Browse files
bcummingmsimberg
andauthored
Update docs/running/slurm.md
Co-authored-by: Mikael Simberg <[email protected]>
1 parent 5500cc6 commit d0be829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/running/slurm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ If no job is specified, the primary project is used as the default.
2727
```
2828

2929
```console title="Specifying the account on the command line"
30-
srun -A g123 -n4 -N1 ./run
31-
srun --account=g123 -n4 -N1 ./run
32-
sbatch --account=g123 ./job.sh
30+
$ srun -A g123 -n4 -N1 ./run
31+
$ srun --account=g123 -n4 -N1 ./run
32+
$ sbatch --account=g123 ./job.sh
3333
```
3434

3535
```bash title="Specifying the account in an sbatch script"

0 commit comments

Comments
 (0)