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 = {
node: 10,
socket: 5,
accelerator: 5,
core: 2,
hwthread: 1,
memorydomain: 4,
core: 3,
hwthread: 2,
accelerator: 1
};
export function maxScope(scopes) {