diff --git a/web/frontend/src/Status.root.svelte b/web/frontend/src/Status.root.svelte index f0434fa..60dcb51 100644 --- a/web/frontend/src/Status.root.svelte +++ b/web/frontend/src/Status.root.svelte @@ -3,7 +3,7 @@ import Roofline, { transformPerNodeData } from './plots/Roofline.svelte' import Histogram from './plots/Histogram.svelte' import { Row, Col, Spinner, Card, CardHeader, CardTitle, CardBody, Table, Progress, Icon } from 'sveltestrap' - import { init, formatNumber } from './utils.js' + import { init } from './utils.js' import { operationStore, query } from '@urql/svelte' const { query: initq } = init() @@ -67,7 +67,7 @@ -

Current usage of cluster "{cluster}"

+

Current utilization of cluster "{cluster}"

{#if $initq.fetching || $mainQuery.fetching} @@ -111,18 +111,18 @@ SubCluster "{subCluster.name}" - - +
+ - + - + @@ -185,7 +185,10 @@
Allocated Nodes
({allocatedNodes[subCluster.name]} Nodes / {subCluster.numberOfNodes} Total Nodes)
Flop Rate (Any)
({flopRate[subCluster.name]} {flopRateUnit[subCluster.name]} / {(subCluster.flopRateSimd.value * subCluster.numberOfNodes)} {flopRateUnit[subCluster.name]} [Max])
MemBw Rate
({memBwRate[subCluster.name]} {memBwRateUnit[subCluster.name]} / {(subCluster.memoryBandwidth.value * subCluster.numberOfNodes)} {memBwRateUnit[subCluster.name]} [Max])
{#each $mainQuery.data.topProjects.sort((a, b) => b.count - a.count) as { name, count }} - + + + + {/each}
Project CodeNumber of Nodes
{name}{count}
{name}{count}