Add energy footprint

This commit is contained in:
2024-07-05 16:16:01 +02:00
parent ac9bba8b5b
commit c6ede67589
4 changed files with 2794 additions and 501 deletions

View File

@@ -40,7 +40,6 @@ type JobLink {
type Cluster {
name: String!
partitions: [String!]! # Slurm partitions
metricConfig: [MetricConfig!]!
subClusters: [SubCluster!]! # Hardware partitions/subclusters
}
@@ -56,6 +55,8 @@ type SubCluster {
flopRateSimd: MetricValue!
memoryBandwidth: MetricValue!
topology: Topology!
metricConfig: [MetricConfig!]!
footprint: [String!]!
}
type MetricValue {