Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2b2d3470 authored by RINGOT Patrice's avatar RINGOT Patrice
Browse files

Merge branch 'fix-grostiti-architecture' into 'master'

[grostiti] fix cluster microarchitecture

See merge request !648
parents 3b82c1df c0d7b987
No related branches found
No related tags found
1 merge request!648[grostiti] fix cluster microarchitecture
Pipeline #919016 passed with warnings
...@@ -466,8 +466,8 @@ ...@@ -466,8 +466,8 @@
"turboboost_enabled": true "turboboost_enabled": true
}, },
"performance": { "performance": {
"core_flops": 8800000000, "core_flops": 35200000000,
"node_flops": 492800000000 "node_flops": 1971200000000
}, },
"processor": { "processor": {
"cache_l1": null, "cache_l1": null,
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
"clock_speed": 2200000000, "clock_speed": 2200000000,
"ht_capable": true, "ht_capable": true,
"instruction_set": "x86-64", "instruction_set": "x86-64",
"microarchitecture": "Nehalem", "microarchitecture": "Haswell",
"microcode": "0x1a", "microcode": "0x1a",
"model": "Intel Xeon", "model": "Intel Xeon",
"other_description": "Intel(R) Xeon(R) CPU E7-4850 v3 @ 2.20GHz", "other_description": "Intel(R) Xeon(R) CPU E7-4850 v3 @ 2.20GHz",
......
...@@ -13,7 +13,7 @@ nodes: ...@@ -13,7 +13,7 @@ nodes:
besteffort: true besteffort: true
max_walltime: 0 max_walltime: 0
processor: processor:
microarchitecture: Nehalem microarchitecture: Haswell
clock_speed: 2200000000 clock_speed: 2200000000
software: software:
standard-environment: debian11-x64-std standard-environment: debian11-x64-std
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment