Azure / cyclecloud-slurm

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

Bug Fix: Fix azslurm partitions command. #287

Closed aditigaur4 closed 1 month ago

aditigaur4 commented 1 month ago

If some dynamic nodes get added on the command line without the feature set associated with dynamic partition, then slurm still registers those nodes but does not associate them with a partition. In "scontrol show nodes" the partition field then appears blank resulting in a key error. This fixes that.