From 1b8c7a596a6f8bf2085d76036fdebdf492004f05 Mon Sep 17 00:00:00 2001
From: PENVEN Loris <loris.penven@irisa.fr>
Date: Mon, 20 Jan 2025 10:35:33 +0100
Subject: [PATCH] [rennes][abacus26] Add clock speed and microarchitecture to
 cluster description

---
 .../sites/rennes/clusters/abacus26/nodes/abacus26-1.json  | 8 ++++----
 .../grid5000/sites/rennes/clusters/abacus26/abacus26.yaml | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
index eb7f2b0ea80..7ddee48ba1f 100644
--- a/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
+++ b/data/grid5000/sites/rennes/clusters/abacus26/nodes/abacus26-1.json
@@ -171,8 +171,8 @@
     "turboboost_enabled": true
   },
   "performance": {
-    "core_flops": 128,
-    "node_flops": 6144
+    "core_flops": 83200000000,
+    "node_flops": 3993600000000
   },
   "processor": {
     "cache_l1": null,
@@ -180,10 +180,10 @@
     "cache_l1i": 32768,
     "cache_l2": 2097152,
     "cache_l3": 62914560,
-    "clock_speed": 8,
+    "clock_speed": 2600000000,
     "ht_capable": true,
     "instruction_set": "x86-64",
-    "microarchitecture": "Haswell",
+    "microarchitecture": "Sapphire Rapids",
     "microcode": "0x2b000603",
     "model": "Intel Xeon",
     "other_description": "Intel(R) Xeon(R) Gold 6442Y",
diff --git a/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
index 5c3442d09fb..7c7b8d9bb55 100644
--- a/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
+++ b/input/grid5000/sites/rennes/clusters/abacus26/abacus26.yaml
@@ -1,6 +1,6 @@
 ---
 model: HPE ProLiant DL380 Gen11
-created_at: 2025-01-17 # TODO: change this e
+created_at: 2025-01-17
 kavlan: false
 boot_type: uefi
 exotic: false
@@ -17,8 +17,8 @@ nodes:
       besteffort: true
       max_walltime: 0
     processor:
-      microarchitecture: Haswell # TODO: replace with microarch name.
-      clock_speed: 8 # TODO: Replace with clock speed.
+      microarchitecture: Sapphire Rapids
+      clock_speed: 2600000000 
     network_adapters:
       bmc:
         enabled: true
@@ -33,7 +33,7 @@ nodes:
         id: disk0 
         interface: NVME
     software:
-      standard-environment: debian11-x64-std # TODO: check that architecture is OK
+      standard-environment: debian11-x64-std 
     management_tools:
       bmc_vendor_tool: ipmitool 
     nodeset: abacus-26
-- 
GitLab