Skip to content

Commit

Permalink
gpu-policy: turn the smaller partitioned ones into phys-gpus
Browse files Browse the repository at this point in the history
At the moment there is some demand for high memory GPU tasks
(ONT-basecalling, dorado). Whereas the smaller partitions
are not really used.
  • Loading branch information
thomas committed Jul 24, 2023
1 parent 709d2fd commit 00db4d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions etc/mxq/gpu-policy
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

hostname="$(hostname -s)"

# policies: phys-gpus, a100-split-2, a100-split-3, a100-split-7

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

0 comments on commit 00db4d4

Please sign in to comment.