From 0c75f3c0b152cc73d3e288e02996a11926236206 Mon Sep 17 00:00:00 2001 From: Ward Poelmans Date: Fri, 23 Feb 2024 09:02:31 +0100 Subject: [PATCH] add new partition for VUB: zen4 --- resource_files/VUB/resource_specs.json | 7 +++++++ resource_files/VUB/resources.json | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/resource_files/VUB/resource_specs.json b/resource_files/VUB/resource_specs.json index 846df83..e6434bf 100644 --- a/resource_files/VUB/resource_specs.json +++ b/resource_files/VUB/resource_specs.json @@ -94,5 +94,12 @@ "ppn": 28, "processors": 448, "start_date": "2023-09-07" + }, + { + "resource": "hydra-zen4", + "nodes": 20, + "ppn": 64, + "processors": 1280, + "start_date": "2024-02-19" } ] diff --git a/resource_files/VUB/resources.json b/resource_files/VUB/resources.json index f4497de..f20c913 100644 --- a/resource_files/VUB/resources.json +++ b/resource_files/VUB/resources.json @@ -78,5 +78,13 @@ "resource_type": "VUB", "pi_column": "account_name", "shared_jobs": true + }, + { + "resource": "hydra-zen4", + "name": "VUB Hydra: Zen4", + "description": "The zen4 partition of Hydra", + "resource_type": "VUB", + "pi_column": "account_name", + "shared_jobs": true } ]