Skip to content

Commit

Permalink
Merge pull request #846 from kysrpex/destinations-gpu-update
Browse files Browse the repository at this point in the history
Update capabilities of GPU destinations after GPU infrastructure maintenance
  • Loading branch information
kysrpex authored Jul 17, 2023
2 parents 65f0f31 + 5cd7a0b commit 21d87d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions files/galaxy/tpv/destinations.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ destinations:

condor_gpu:
runner: condor
max_accepted_cores: 8
max_accepted_mem: 16
max_accepted_cores: 14
max_accepted_mem: 37
min_accepted_gpus: 1
max_accepted_gpus: 1
env:
Expand All @@ -361,8 +361,8 @@ destinations:
inherits: basic_docker_destination
# shorter than inheriting from condor_gpu
runner: condor
max_accepted_cores: 8
max_accepted_mem: 16
max_accepted_cores: 14
max_accepted_mem: 37
min_accepted_gpus: 1
max_accepted_gpus: 1
scheduling:
Expand Down

0 comments on commit 21d87d2

Please sign in to comment.