Skip to content

Commit

Permalink
unbuffered srun to get logs in buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfairbanks authored Dec 20, 2023
1 parent b117d1c commit f55b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:

- label: ":scroll: Build docs"
command:
- "srun --mem=8G --time=1:00:00 --output=log_%j.log jobscript.sh"
- "srun --mem=8G --time=1:00:00 --unbuffered jobscript.sh"
env:
JULIA_PROJECT: "docs/"

Expand Down

0 comments on commit f55b7de

Please sign in to comment.