giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
319 stars 187 forks source link

feat: allow dynamic change of the Slurm configuration #39

Closed kandolfp closed 11 months ago

kandolfp commented 11 months ago

Created a script that will inject a new configuration (slurm.conf or slurmdbd.conf) into the etc_slurm volume. This allows you to change settings or add new nodes to the cluster without rebuilding.

Thanks for this repo, love it and use it for a class on HPC so students can play around at home with a cluster.

giovtorres commented 11 months ago

Thanks for this repo, love it and use it for a class on HPC so students can play around at home with a cluster. Thank you for sharing! That made my day 😃