From 1ca3b7b4b09a62b0f72d893e8ea82988c84edafd Mon Sep 17 00:00:00 2001 From: Hugo Dominois <hugo.dominois@inria.fr> Date: Wed, 19 Mar 2025 16:11:31 +0100 Subject: [PATCH] [sophia][esterel1] Change to production queue --- data/grid5000/accesses/nodesets.json | 55 +++++++++++++++++++ .../sophia/clusters/esterel1/esterel1.json | 2 +- .../clusters/esterel1/nodes/esterel1-1.json | 12 ++-- input/grid5000/access/sophia.yaml | 4 ++ .../sophia/clusters/esterel1/esterel1.yaml | 8 +-- 5 files changed, 70 insertions(+), 11 deletions(-) diff --git a/data/grid5000/accesses/nodesets.json b/data/grid5000/accesses/nodesets.json index 7a7a4183666..7ff36134d49 100644 --- a/data/grid5000/accesses/nodesets.json +++ b/data/grid5000/accesses/nodesets.json @@ -1498,6 +1498,61 @@ ] } }, + "esterel1": { + "besteffort": { + "ggas": [ + "cidre", + "kerdata", + "magellan", + "myriads", + "pacap", + "wide", + "pirat", + "coast", + "avalon", + "chroma", + "emeraude", + "maracas", + "inria-chile", + "inria-dsi", + "inria-sidf", + "swh", + "tadaam" + ], + "sites": [ + "mc-rennes", + "mc-nancy", + "mc-lyon", + "mc-economic-activity", + "mc-sophia", + "mc-lille", + "mc-grenoble", + "mc-paris", + "mc-saclay", + "mc-bordeaux", + "mc-siege", + "mc-guest", + "slices-fr-grenoble", + "slices-fr-lille", + "slices-fr-lyon", + "slices-fr-nancy", + "slices-fr-nantes", + "slices-fr-rennes", + "slices-fr-sophia", + "slices-fr-strasbourg", + "slices-fr-toulouse" + ] + }, + "p1": { + "ggas": [ + "mathneuro" + ], + "sites": [ + "mc-staff-site", + "g5k-staff-site" + ] + } + }, "esterel10": { "p1": { "ggas": [ diff --git a/data/grid5000/sites/sophia/clusters/esterel1/esterel1.json b/data/grid5000/sites/sophia/clusters/esterel1/esterel1.json index a203cbfc115..3aba92df457 100644 --- a/data/grid5000/sites/sophia/clusters/esterel1/esterel1.json +++ b/data/grid5000/sites/sophia/clusters/esterel1/esterel1.json @@ -57,7 +57,7 @@ "priority": 201611, "queues": [ "admin", - "testing" + "production" ], "redfish": true, "type": "cluster", diff --git a/data/grid5000/sites/sophia/clusters/esterel1/nodes/esterel1-1.json b/data/grid5000/sites/sophia/clusters/esterel1/nodes/esterel1-1.json index 94826cd5df0..98574218c3b 100644 --- a/data/grid5000/sites/sophia/clusters/esterel1/nodes/esterel1-1.json +++ b/data/grid5000/sites/sophia/clusters/esterel1/nodes/esterel1-1.json @@ -169,8 +169,8 @@ "turboboost_enabled": true }, "performance": { - "core_flops": 16000000000, - "node_flops": 128000000000 + "core_flops": 41600000000, + "node_flops": 332800000000 }, "processor": { "cache_l1": null, @@ -178,10 +178,10 @@ "cache_l1i": 32768, "cache_l2": 262144, "cache_l3": 10485760, - "clock_speed": 2000000000, + "clock_speed": 2600000000, "ht_capable": true, "instruction_set": "x86-64", - "microarchitecture": "Sandy Bridge", + "microarchitecture": "Broadwell", "microcode": "0xb000040", "model": "Intel Xeon", "other_description": "Intel(R) Xeon(R) CPU E5-2623 v4 @ 2.60GHz", @@ -221,10 +221,10 @@ "supported_job_types": { "besteffort": true, "deploy": true, - "max_walltime": 0, + "max_walltime": 604800, "queues": [ "admin", - "testing" + "production" ], "virtual": "ivt" }, diff --git a/input/grid5000/access/sophia.yaml b/input/grid5000/access/sophia.yaml index 06a5ac50c24..ce517b76f2b 100644 --- a/input/grid5000/access/sophia.yaml +++ b/input/grid5000/access/sophia.yaml @@ -17,6 +17,10 @@ esterel10: *inria-sophia mercantour5: *inria-sophia # DEDICATED MODE +esterel1: + p1: [mathneuro, '@admin'] + besteffort: ['@inria_group', '@other_groups_with_access'] + esterel2: &dedicated-epione p1: [epione, '@admin'] besteffort: ['@inria_group', '@other_groups_with_access'] diff --git a/input/grid5000/sites/sophia/clusters/esterel1/esterel1.yaml b/input/grid5000/sites/sophia/clusters/esterel1/esterel1.yaml index f10d9bb4157..f1bc76cb720 100644 --- a/input/grid5000/sites/sophia/clusters/esterel1/esterel1.yaml +++ b/input/grid5000/sites/sophia/clusters/esterel1/esterel1.yaml @@ -6,7 +6,7 @@ boot_type: uefi exotic: false queues: - admin - - testing + - production nodes: esterel1-1: chassis: @@ -15,10 +15,10 @@ nodes: supported_job_types: deploy: true besteffort: true - max_walltime: 0 + max_walltime: 604800 processor: - microarchitecture: Sandy Bridge - clock_speed: 2000000000 + microarchitecture: Broadwell + clock_speed: 2600000000 network_adapters: bmc: interface: Ethernet -- GitLab