From 840c2263ad42e9fe04e2f8b9585fa36c30e5df3f Mon Sep 17 00:00:00 2001 From: Keita Watanabe Date: Mon, 21 Oct 2024 18:30:02 +0900 Subject: [PATCH] add GPU accounting --- .../LifecycleScripts/base-config/setup_mariadb_accounting.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/setup_mariadb_accounting.sh b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/setup_mariadb_accounting.sh index 8dcfb622..67581e18 100644 --- a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/setup_mariadb_accounting.sh +++ b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/setup_mariadb_accounting.sh @@ -99,6 +99,8 @@ JobAcctGatherFrequency=30 AccountingStorageType=accounting_storage/slurmdbd AccountingStorageHost=$DBD_HOST AccountingStoragePort=6819 +AccountingStorageTRES=gres/gpu +GresTypes=gpu EOL }