diff --git a/misc_etc_files/mxq/gpu-policy b/misc_etc_files/mxq/gpu-policy index c0af245..e22c78e 100755 --- a/misc_etc_files/mxq/gpu-policy +++ b/misc_etc_files/mxq/gpu-policy @@ -3,12 +3,15 @@ hostname="$(hostname -s)" case "$hostname" in - theredqueen | whiterabbit | bandersnatch ) + theredqueen | bandersnatch ) policy=a100-split-7 ;; jabberwocky ) policy=a100-split-3 ;; + whiterabbit ) + policy=a100-split-2 + ;; beebee-ate | orpheus ) policy=phys-gpus ;;