Skip to content

Commit

Permalink
Extend tests for restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Sep 19, 2024
1 parent 448d485 commit f11c3b6
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 135 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,12 @@ steps:
#retry:
# automatic: true

- label: ":computer: test restart"
command: >
julia --color=yes --project=examples test/restart.jl
agents:
slurm_mem: 16GB

- label: ":computer: MPI GPU test restart"
command: >
srun julia --color=yes --project=examples test/restart.jl
Expand Down
Loading

0 comments on commit f11c3b6

Please sign in to comment.