Add filesystems array. Fix Bugs.

This commit is contained in:
Jan Eitzinger
2022-08-25 17:33:18 +02:00
parent 5ea38d5a6c
commit 8aefd3e34a
5 changed files with 323 additions and 376 deletions

View File

@@ -69,14 +69,14 @@
"alert"
]
}
},
"required": [
"name",
"unit",
"scope",
"timestep"
]
}
}
},
"required": [
"name",
"unit",
"scope",
"timestep"
]
}
},
"subClusters": {
@@ -202,32 +202,32 @@
"model"
]
}
},
"required":[
"node",
"socket",
"memoryDomain"
]
}
},
"required":[
"name",
"topology",
"processorType",
"socketsPerNode",
"coresPerSocket",
"threadsPerCore",
"flopRateScalar",
"flopRateSimd",
"memoryBandwidth"
"node",
"socket",
"memoryDomain"
]
}
},
"required":[
"name",
"metricConfig",
"subClusters"
"topology",
"processorType",
"socketsPerNode",
"coresPerSocket",
"threadsPerCore",
"flopRateScalar",
"flopRateSimd",
"memoryBandwidth"
]
}
}
}
},
"required":[
"name",
"metricConfig",
"subClusters"
]
}