Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e3b262c5 authored by Ludovic Schoepps's avatar Ludovic Schoepps
Browse files

Merge branch 'fix_micro_arch_vianden' into 'master'

[luxembourg][vianden] Fix missing microarchitecture

See merge request !1331
parents 5e2179b0 a16c2f9e
No related branches found
No related tags found
1 merge request!1331[luxembourg][vianden] Fix missing microarchitecture
Pipeline #1199461 passed
Pipeline: Resources Explorer

#1199466

    ......@@ -205,7 +205,7 @@ class G5KHardwareGenerator < WikiGenerator
    key = [vendor, { text: acc_type.to_s, sort: acc_type.to_s } ]
    init(data, 'acc_families', key)
    data['acc_families'][key][site_uid] += 1
    key = [vendor,
    { text: acc_type.to_s, sort: acc_type.to_s },
    model,
    ......@@ -387,6 +387,7 @@ class G5KHardwareGenerator < WikiGenerator
    'Grace' => '2022',
    'Hopper' => '2022',
    'Sapphire Rapids' => '2023',
    'Aqua Vanjaram' => '2023',
    'N/A' => '&nbsp;',
    }
    date = release_dates[microarchitecture]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment