Files
cc-examples/nhr@fau/cc-slurm-adapter/alex/cc-slurm-adapter.json
2026-03-04 17:25:26 +01:00

43 lines
958 B
JSON

{
"ccRestUrl": "https://monitoring.nhr.fau.de",
"ccRestJwt": "XYZ",
"lastRunPath": "/home.local/hpcop/last_run",
"natsServer": "monitoring.nhr.fau.de",
"natsSubject": "alex",
"natsUser": "alex",
"natsPassword": "XYZ",
"slurmPollInterval": 300,
"gpuPciAddrs": {
"^(a0[1-4]\\d\\d|a052\\d|a162\\d|a172\\d)$" : [
"00000000:01:00.0",
"00000000:25:00.0",
"00000000:41:00.0",
"00000000:61:00.0",
"00000000:81:00.0",
"00000000:A1:00.0",
"00000000:C1:00.0",
"00000000:E1:00.0"
],
"^(a0704|a0731|a0832|a0833)$" : [
"00000000:0E:00.0",
"00000000:13:00.0",
"00000000:49:00.0",
"00000000:4F:00.0",
"00000000:91:00.0",
"00000000:97:00.0",
"00000000:CD:00.0",
"00000000:D2:00.0"
],
"^(a0[6-9]\\d\\d|a053\\d)$" : [
"00000000:0E:00.0",
"00000000:13:00.0",
"00000000:49:00.0",
"00000000:4F:00.0",
"00000000:90:00.0",
"00000000:96:00.0",
"00000000:CC:00.0",
"00000000:D1:00.0"
]
}
}