cc-backend/test/archive/emmy/cluster.json
2022-11-09 19:47:56 +01:00

172 lines
4.4 KiB
JSON

{
"name": "emmy",
"subClusters": [
{
"name": "main",
"processorType": "Intel IvyBridge",
"socketsPerNode": 2,
"coresPerSocket": 10,
"threadsPerCore": 2,
"flopRateScalar": 44,
"flopRateSimd": 704,
"memoryBandwidth": 80,
"topology": {
"node": [0,20,1,21,2,22,3,23,4,24,5,25,6,26,7,27,8,28,9,29,10,30,11,31,12,32,13,33,14,34,15,35,16,36,17,37,18,38,19,39],
"socket": [
[0,20,1,21,2,22,3,23,4,24,5,25,6,26,7,27,8,28,9,29],
[10,30,11,31,12,32,13,33,14,34,15,35,16,36,17,37,18,38,19,39]
],
"memoryDomain": [
[0,20,1,21,2,22,3,23,4,24,5,25,6,26,7,27,8,28,9,29],
[10,30,11,31,12,32,13,33,14,34,15,35,16,36,17,37,18,38,19,39]
],
"core": [
[0,20],[1,21],[2,22],[3,23],[4,24],[5,25],[6,26],[7,27],[8,28],[9,29],[10,30],[11,31],[12,32],[13,33],[14,34],[15,35],[16,36],[17,37],[18,38],[19,39]
]
}
}
],
"metricConfig": [
{
"name": "cpu_load",
"scope": "hwthread",
"unit": {
"base": "load"
},
"timestep": 60,
"peak": 40,
"normal": 20,
"caution": 15,
"alert": 10
},
{
"name": "mem_used",
"scope": "node",
"unit": {
"base": "B",
"prefix": "G"
},
"timestep": 60,
"peak": 64,
"normal": 20,
"caution": 40,
"alert": 55
},
{
"name": "flops_any",
"scope": "hwthread",
"unit": {
"base": "F/s",
"prefix": "G"
},
"timestep": 60,
"peak": 704,
"normal": 100,
"caution": 20,
"alert": 2
},
{
"name": "flops_sp",
"scope": "hwthread",
"unit": {
"base": "F/s",
"prefix": "G"
},
"timestep": 60,
"peak": 704,
"normal": 100,
"caution": 20,
"alert": 2
},
{
"name": "flops_dp",
"scope": "hwthread",
"unit": {
"base": "F/s",
"prefix": "G"
},
"timestep": 60,
"peak": 350,
"normal": 50,
"caution": 10,
"alert": 2
},
{
"name": "mem_bw",
"scope": "memoryDomain",
"unit": {
"base": "B/s",
"prefix": "G"
},
"timestep": 60,
"peak": 80,
"normal": 30,
"caution": 10,
"alert": 5
},
{
"name": "ipc",
"scope": "hwthread",
"unit": {
"base": "IPC"
},
"timestep": 60,
"peak": 80,
"normal": 30,
"caution": 10,
"alert": 5
},
{
"name": "clock",
"scope": "hwthread",
"unit": {
"base": "Hz",
"prefix": "M"
},
"timestep": 60,
"peak": 80,
"normal": 30,
"caution": 10,
"alert": 5
},
{
"name": "rapl_power",
"scope": "socket",
"unit": {
"base": "W"
},
"timestep": 60,
"peak": 80,
"normal": 30,
"caution": 10,
"alert": 5
},
{
"name": "ib_bw",
"scope": "node",
"unit": {
"base": "B/s",
"prefix": "G"
},
"timestep": 60,
"peak": 40,
"normal": 20,
"caution": 15,
"alert": 10
},
{
"name": "lustre_bw",
"scope": "node",
"unit": {
"base": "B/s",
"prefix": "G"
},
"timestep": 60,
"peak": 40,
"normal": 20,
"caution": 15,
"alert": 10
}
]
}