Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1b8c7a59 authored by PENVEN Loris's avatar PENVEN Loris
Browse files

[rennes][abacus26] Add clock speed and microarchitecture to cluster description

parent ccf21355
No related branches found
No related tags found
1 merge request!941Testing abacus26
Pipeline #1100272 passed
......@@ -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",
......
---
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment