mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 00:47:26 +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 = {
|
||||
node: 10,
|
||||
socket: 5,
|
||||
accelerator: 5,
|
||||
core: 2,
|
||||
hwthread: 1,
|
||||
memorydomain: 4,
|
||||
core: 3,
|
||||
hwthread: 2,
|
||||
accelerator: 1
|
||||
};
|
||||
|
||||
export function maxScope(scopes) {
|
||||
|
Loading…
Reference in New Issue
Block a user