mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2025-07-27 15:16:09 +02:00
Make gpu map script return the normalized node names already.
This commit is contained in:
@@ -43,5 +43,5 @@ if __name__ == "__main__":
|
||||
machines = fetch_condor_machines()
|
||||
mappings = {}
|
||||
for machine in machines:
|
||||
mappings[machine] = mapping_for_machine(machine)
|
||||
mappings[machine.split(".")[0]] = mapping_for_machine(machine)
|
||||
print(json.dumps(mappings))
|
||||
|
Reference in New Issue
Block a user