mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-26 13:29:05 +01:00
Match fixed scopeGranularity in frontend
This commit is contained in:
parent
9dc2e9c679
commit
19ad462abf
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user