cfe-lab / Kive

Archival and automation of bioinformatic pipelines and data
https://cfe-lab.github.io/Kive
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Allow configuration of Slurm node "weights" in the Ansible playbooks #2061

Open rhliang opened 5 months ago

rhliang commented 5 months ago

Slurm allows nodes to be weighted differently to allow jobs to be preferentially assigned to certain nodes, e.g. jobs can be assigned to faster nodes before they get assigned to slower nodes:

https://slurm.schedmd.com/slurm.conf.html#OPT_Weight

Add this to our Ansible playbooks to allow better performance tuning of our clusters.