Skip to content

Commit

Permalink
don't require gpus to be on 1 node
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Oct 10, 2023
1 parent 18dfc99 commit cd3138f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .buildkite/distributed/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ steps:
commands:
- "srun julia -O0 --color=yes --project -e 'using Pkg; Pkg.test()'"
agents:
slurm_nodes: 1
slurm_tasks_per_node: 4
slurm_gpus: 4
slurm_ntasks: 4
slurm_gpus_per_task: 1

- label: "🦾 cpu distributed solvers tests"
key: "distributed_solvers_cpu"
Expand Down

0 comments on commit cd3138f

Please sign in to comment.