Skip to content

Commit

Permalink
Try allocating more memory for GPU job instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisYatunin committed Jul 7, 2023
1 parent 3ce6f45 commit 0c61d69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,10 @@ steps:

- label: "Unit: matrix field broadcasting (GPU)"
key: unit_matrix_field_broadcasting_gpu
command: "julia --color=yes --project=test test/MatrixFields/matrix_field_broadcasting.jl"
command: "julia --color=yes --check-bounds=yes --project=test test/MatrixFields/matrix_field_broadcasting.jl"
agents:
slurm_gpus: 1
slurm_mem: 20GB

- group: "Unit: Hypsography"
steps:
Expand Down

0 comments on commit 0c61d69

Please sign in to comment.