Mentions légales du service

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

[grostiti] fix cluster microarchitecture

parent 3b82c1df
No related branches found
No related tags found
1 merge request!648[grostiti] fix cluster microarchitecture
Pipeline #919010 passed
......@@ -466,8 +466,8 @@
"turboboost_enabled": true
},
"performance": {
"core_flops": 8800000000,
"node_flops": 492800000000
"core_flops": 35200000000,
"node_flops": 1971200000000
},
"processor": {
"cache_l1": null,
......@@ -478,7 +478,7 @@
"clock_speed": 2200000000,
"ht_capable": true,
"instruction_set": "x86-64",
"microarchitecture": "Nehalem",
"microarchitecture": "Haswell",
"microcode": "0x1a",
"model": "Intel Xeon",
"other_description": "Intel(R) Xeon(R) CPU E7-4850 v3 @ 2.20GHz",
......
......@@ -13,7 +13,7 @@ nodes:
besteffort: true
max_walltime: 0
processor:
microarchitecture: Nehalem
microarchitecture: Haswell
clock_speed: 2200000000
software:
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