mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2025-07-27 15:16:09 +02:00
Initial commit
This commit is contained in:
30
config.json.example
Normal file
30
config.json.example
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"slurm" : {
|
||||
"squeue": "/usr/bin/squeue",
|
||||
"sacct": "/usr/bin/sacct",
|
||||
"state_save_location" : "/var/spool/SLURM/StateSaveLocation"
|
||||
},
|
||||
"cc-backend" : {
|
||||
"host" : "https://some.cc.instance",
|
||||
"apikey" : "<jwt token>"
|
||||
},
|
||||
"accelerators" : {
|
||||
"n2gpu" : {
|
||||
"0": "00000000:03:00.0",
|
||||
"1": "00000000:44:00.0",
|
||||
"2": "00000000:84:00.0",
|
||||
"3": "00000000:C4:00.0"
|
||||
},
|
||||
"n2dgx" : {
|
||||
"0": "00000000:07:00.0",
|
||||
"1": "00000000:0F:00.0",
|
||||
"2": "00000000:47:00.0",
|
||||
"3": "00000000:4E:00.0",
|
||||
"4": "00000000:87:00.0",
|
||||
"5": "00000000:90:00.0",
|
||||
"6": "00000000:B7:00.0",
|
||||
"7": "00000000:BD:00.0"
|
||||
}
|
||||
},
|
||||
"node_regex" : "^(n2(lcn|cn|fpga|gpu)[\\d{2,4}\\,\\-\\[\\]]+)+$"
|
||||
}
|
Reference in New Issue
Block a user