Match fixed scopeGranularity in frontend

This commit is contained in:
Christoph Kluge 2023-06-16 15:21:10 +02:00
parent 9dc2e9c679
commit 19ad462abf

View File

@ -183,9 +183,10 @@ export function groupByScope(jobMetrics) {
const scopeGranularity = { const scopeGranularity = {
node: 10, node: 10,
socket: 5, socket: 5,
accelerator: 5, memorydomain: 4,
core: 2, core: 3,
hwthread: 1, hwthread: 2,
accelerator: 1
}; };
export function maxScope(scopes) { export function maxScope(scopes) {