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

48 lines
1.3 KiB
JSON

{
"ccRestUrl": "https://monitoring.nhr.fau.de",
"ccRestJwt": "XYZ",
"lastRunPath": "/home.local/hpcop/last_run",
"natsServer": "monitoring.nhr.fau.de",
"natsSubject": "tinyx",
"natsUser": "tinyx",
"natsPassword": "XYZ",
"slurmPollInterval": 300,
"ignoreHosts": "^tg0[3-4]\\d$",
"gpuPciAddrs": {
"^tg04[0-9a-z]$" : [
"00000000:02:00.0",
"00000000:03:00.0",
"00000000:82:00.0",
"00000000:83:00.0"
],
"^tg06[0-9a-z]$" : [
"00000000:18:00.0",
"00000000:3B:00.0",
"00000000:86:00.0",
"00000000:AF:00.0"
],
"^tg07[0-9a-z]$" : [
"00000000:18:00.0",
"00000000:3B:00.0",
"00000000:86:00.0",
"00000000:AF:00.0"
],
"^tg08[0-9a-z]$" : [
"00000000:1A:00.0",
"00000000:1B:00.0",
"00000000:3D:00.0",
"00000000:3E:00.0",
"00000000:B1:00.0",
"00000000:B2:00.0",
"00000000:DA:00.0",
"00000000:DB:00.0"
],
"^tg09[0-9a-z]$" : [
"00000000:01:00.0",
"00000000:41:00.0",
"00000000:81:00.0",
"00000000:C1:00.0"
]
}
}