From 6308e71978e6a6dc669ab71b359385afed576e3e Mon Sep 17 00:00:00 2001 From: EISENBART Theo <theo.eisenbart@inria.fr> Date: Tue, 5 Dec 2023 09:02:26 +0100 Subject: [PATCH] [abacus14] Change architecture Zen 3 to Skylake --- .../sites/rennes/clusters/abacus14/nodes/abacus14-1.json | 2 +- input/grid5000/sites/rennes/clusters/abacus14/abacus14.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/grid5000/sites/rennes/clusters/abacus14/nodes/abacus14-1.json b/data/grid5000/sites/rennes/clusters/abacus14/nodes/abacus14-1.json index 99e16791749..f2284148db1 100644 --- a/data/grid5000/sites/rennes/clusters/abacus14/nodes/abacus14-1.json +++ b/data/grid5000/sites/rennes/clusters/abacus14/nodes/abacus14-1.json @@ -236,7 +236,7 @@ "clock_speed": 2650000000, "ht_capable": true, "instruction_set": "x86-64", - "microarchitecture": "Zen 3", + "microarchitecture": "Skylake", "microcode": "0x5003604", "model": "Intel Xeon", "other_description": "Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz", diff --git a/input/grid5000/sites/rennes/clusters/abacus14/abacus14.yaml b/input/grid5000/sites/rennes/clusters/abacus14/abacus14.yaml index 7ab0f14b11c..7531b826922 100644 --- a/input/grid5000/sites/rennes/clusters/abacus14/abacus14.yaml +++ b/input/grid5000/sites/rennes/clusters/abacus14/abacus14.yaml @@ -18,7 +18,7 @@ nodes: besteffort: true max_walltime: 86400 processor: - microarchitecture: Zen 3 + microarchitecture: Skylake clock_speed: 2650000000 software: standard-environment: debian11-x64-std -- GitLab