From 00db4d4be912572711232b1fda2e76568420411a Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 24 Jul 2023 12:35:47 +0200 Subject: [PATCH] gpu-policy: turn the smaller partitioned ones into phys-gpus At the moment there is some demand for high memory GPU tasks (ONT-basecalling, dorado). Whereas the smaller partitions are not really used. --- etc/mxq/gpu-policy | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/mxq/gpu-policy b/etc/mxq/gpu-policy index 43b9096c..2fc06635 100755 --- a/etc/mxq/gpu-policy +++ b/etc/mxq/gpu-policy @@ -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