Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 99ed4d73 authored by Baptiste Jonglez's avatar Baptiste Jonglez
Browse files

[drac] Change microarchitecture to POWER8

parent dd5d6009
No related branches found
No related tags found
No related merge requests found
Pipeline #185341 passed
Showing
with 14 additions and 14 deletions
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL, altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL, altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL, altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -193,7 +193,7 @@
"clock_speed": 4000000000,
"ht_capable": true,
"instruction_set": "ppc64le",
"microarchitecture": "POWER8NVL",
"microarchitecture": "POWER8",
"microcode": "unknown",
"model": "POWER8NVL",
"other_description": "POWER8NVL (raw), altivec supported",
......
......@@ -9,7 +9,7 @@ queues:
nodes:
drac-[1-12]:
processor:
microarchitecture: POWER8NVL
microarchitecture: POWER8
clock_speed: 4000000000
supported_job_types:
deploy: true
......
......@@ -335,7 +335,7 @@ class G5KHardwareGenerator < WikiGenerator
'Westmere' => '2011',
'Sandy Bridge' => '2012',
'Haswell' => '2013',
'POWER8NVL' => '2014',
'POWER8' => '2014',
'Broadwell' => '2015',
'Skylake' => '2016',
'Zen' => '2017',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment