Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
56 stars 42 forks source link

Handle cluster names with spaces #169

Closed ryanhamel closed 10 months ago

ryanhamel commented 12 months ago

Fixes issues with spaces in cluster names, as well as making sure the scheduler hostname is lowercased.

aditigaur4 commented 12 months ago

I don't like the fact that escape function has to be written twice for this.