From 7b37d548fb5a8a493a473c5143c9ac93df789bd2 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 30 Aug 2023 11:30:21 +0200 Subject: [PATCH] gpu-policy: turn all A!00 into 'phys-gpus' --- etc/mxq/gpu-policy | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/etc/mxq/gpu-policy b/etc/mxq/gpu-policy index 2fc0663..757d07e 100755 --- a/etc/mxq/gpu-policy +++ b/etc/mxq/gpu-policy @@ -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