Skip to content

Commit

Permalink
Update slurm_details.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Jun 11, 2024
1 parent 760ffa6 commit 82a9151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cluster_guides/slurm_details.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ sbatch -p devcore -t 00:15:00 jobscript.sh

- out/err redirection:

- ``--output=slurm-%j.out`` and ``-error=slurm-%j.err``
- ``--output=slurm-%j.out`` and ``--error=slurm-%j.err``

- by default, where %j will be replaced by the job ID
- by default, where `%j` will be replaced by the job ID

Check failure on line 139 in docs/cluster_guides/slurm_details.md

View workflow job for this annotation

GitHub Actions / check_markdown

Spaces after list markers [Expected: 1; Actual: 2]

- ``--output=my.output.file``
- ``--error=my.error.file``
Expand Down

0 comments on commit 82a9151

Please sign in to comment.