From f7486c52d879f96e669cea4412c2798ee7decc70 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 23 Mar 2022 13:43:10 +0100 Subject: [PATCH] misc_etc_files: partition whiterabbit as 2 x 20gb GPU --- misc_etc_files/mxq/gpu-policy | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ;;