From 19e8859f80f3e91d4cf96e217b1b8fbcf1b137b6 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 2 Mar 2022 15:32:34 +0100 Subject: [PATCH 1/2] gpu-policy: Add more servers --- misc_etc_files/mxq/gpu-policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_etc_files/mxq/gpu-policy b/misc_etc_files/mxq/gpu-policy index 9295401..6259337 100755 --- a/misc_etc_files/mxq/gpu-policy +++ b/misc_etc_files/mxq/gpu-policy @@ -3,7 +3,7 @@ hostname="$(hostname -s)" case "$hostname" in - theredqueen) + theredqueen | jabberwocky | whiterabbit | bandersnatch ) policy=a100-split-7 ;; beebee-ate) From 7d44b5e1473444ff84323584431349a568e78e72 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 6 Mar 2022 14:34:53 +0100 Subject: [PATCH 2/2] gpu-policy: Set `jaberwocky` to `a100-split-3` --- 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 6259337..0636565 100755 --- a/misc_etc_files/mxq/gpu-policy +++ b/misc_etc_files/mxq/gpu-policy @@ -3,9 +3,12 @@ hostname="$(hostname -s)" case "$hostname" in - theredqueen | jabberwocky | whiterabbit | bandersnatch ) + theredqueen | whiterabbit | bandersnatch ) policy=a100-split-7 ;; + jabberwocky ) + policy=a100-split-3 + ;; beebee-ate) policy=phys-gpus ;;