Skip to content

Commit

Permalink
gpu-policy: turn all A!00 into 'phys-gpus'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Aug 30, 2023
1 parent 33e7961 commit 7b37d54
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions etc/mxq/gpu-policy
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ hostname="$(hostname -s)"
# policies: phys-gpus, a100-split-2, a100-split-3, a100-split-7

case "$hostname" in
bandersnatch )
policy=phys-gpus
;;
theredqueen )
policy=phys-gpus
;;
jabberwocky )
policy=phys-gpus
;;
whiterabbit | bandersnatch )
policy=a100-split-2
whiterabbit )
policy=phys-gpus
;;
beebee-ate | orpheus )
policy=phys-gpus
Expand Down

0 comments on commit 7b37d54

Please sign in to comment.