Azure / cyclecloud-slurm

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

Fix: Append —future to local node_list command #204

Closed ryanhamel closed 6 months ago

ryanhamel commented 6 months ago

Detect that autoscale is not enabled and then append --future to scontrol show nodes. Note that we needed to move is_autoscale_enabled to util.py to do this.

Fixes: #202