From f233f970579bf45eab02fcb304660d2ff33aca6f Mon Sep 17 00:00:00 2001
From: Laurent Pouilloux <laurent.pouilloux@inria.fr>
Date: Thu, 20 Mar 2025 09:31:52 +0100
Subject: [PATCH] [sophia][mercantour7] ajout CPU et model

---
 .../sophia/clusters/mercantour7/mercantour7.yaml     | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/input/grid5000/sites/sophia/clusters/mercantour7/mercantour7.yaml b/input/grid5000/sites/sophia/clusters/mercantour7/mercantour7.yaml
index e9c58e03bff..60bbdba64a7 100644
--- a/input/grid5000/sites/sophia/clusters/mercantour7/mercantour7.yaml
+++ b/input/grid5000/sites/sophia/clusters/mercantour7/mercantour7.yaml
@@ -1,9 +1,9 @@
 ---
-model: Cluster Model # TODO: change this value.
-created_at: 1970-01-01 # TODO: change this value
+model: Dell PowerEdge R7525
+created_at: 2025-03-20
 kavlan: false
-boot_type: uefi # TODO: specify if 'uefi' (ideally) or 'bios' (legacy, if no other choice)
-exotic: false # TODO: specify if 'true' or 'false'
+boot_type: uefi 
+exotic: false 
 queues:
   - admin
   - testing
@@ -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: Zen 2
+      clock_speed: 2500000000
     network_adapters:
       bmc:
         interface: Ethernet
-- 
GitLab