Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Add support for dynamic compute nodes #30

Open
NucciTheBoss opened this issue Jun 25, 2024 · 0 comments
Open

[Enhancement]: Add support for dynamic compute nodes #30

NucciTheBoss opened this issue Jun 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NucciTheBoss
Copy link
Member

The latest versions of Slurm support dynamic nodes. The -Z and --conf flags must be used in order for a compute node to start up as a dynamic node. However, the slurmd.wrapper script currently does not support this configuration. It only supports configless mode and the traditional configuration method currently.

We should enable dynamic node support in the snap. This will make our lives easier when deploying and maintaining Charmed HPC clusters as we will not need to be as reliant on Juju lifecycle events to updates the current Slurm configuration. Instead of having to manage data buckets, we can just restart the slurmd daemon on the compute node and it will immediately reflect the updated configuration.

@NucciTheBoss NucciTheBoss added the enhancement New feature or request label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant