You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CC = 8.4.0
Slurm Cluster-init = 3.0.1
Slurm version = 22.05.8-1
ISSUE
using a dynamic partition with multiple VM types, including GPU, will result in gres.conf built using the entire allotment of cores for the nodearray even if the defined GPU is a subset of the total.
STEPS TO REPRODUCE
create a custom cluster with dynamic nodearray limited to 100 cores and Config.Multiselect = true
select multiple VM types for the dynamic partition and start the cluster
run scontrol create nodename.. for autoscaling the nodes in Slurm...for example:
CC = 8.4.0
Slurm Cluster-init = 3.0.1
Slurm version = 22.05.8-1
ISSUE
using a dynamic partition with multiple VM types, including GPU, will result in gres.conf built using the entire allotment of cores for the nodearray even if the defined GPU is a subset of the total.
STEPS TO REPRODUCE
Config.Multiselect = true
scontrol create nodename..
for autoscaling the nodes in Slurm...for example:azslurm scale
to build thegres.conf
/etc/slurm/gres.conf
WORKAROUND
Manually update the
gres.conf
for both hostname and quantityThe text was updated successfully, but these errors were encountered: