-
Notifications
You must be signed in to change notification settings - Fork 314
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
Feedback on how to make custom changes to slurm config file #6648
Comments
Adding our cluster configuration file here.
|
Hi Julius, Answer to Problem 1The custom slurm settings look good to me. The only parameters prevented by our validator are Answer to Problem 2You can mount Moreover, please let us know if you would make this a feature request. If yes, could you explain your use case more? Thank you, |
Hi @hanwen-cluster Thanks for the feedback. I have a few more clarification questions. For Problem 1, how should we handle options that require editing additional files. My questions, in detail, below:
For Problem 2,
Thanks for the help! |
Hi @adebayoj , Problem 1
Problem 2
|
Hi @gmarciani, Thanks for the updates. Your suggestions were helpful, and we are now able to address all of issues in problem 1 easily. For problem 2-1, we also took your advice. Problem 2-2 Clarification Microsoft AD
Thank you so much for all the feedback so far. As you can see, we are struggling with MS AD, so any alternatives that you can provide would be helpful. We would also be happy to go over additional tutorials that can help us. Thanks! |
Hi @adebayoj , glad to know it was helpful. Problem 2-2 Clarification Microsoft AD |
Hi @gmarciani I wanted to follow up to say that you feedback here was very helpful. Do you want me to close this issue or leave it open. I used it more as a way to get help for certain key issues. I have more questions around best practices, but unsure whether I should use this issue or open another one? Thanks |
Hi, we are currently using parallel cluster as a SLURM cluster with a capacity reservation of 3 p4de.24xlarge instances. We've been running into certain issues, but we couldn't find clear feedback on how to address them, so we wanted to check here. I have included our cluster-config-yaml file, and would appreciate feedback.
Problem 1: Custom Changes to config files
We would like to make changes to the slurm config files to enable certain behavior. Specificially, we would like to enable the following:
However, we've found that we can't set these parameters through the
CustomSlurmSettings
option. For temp environments, it seems like we might need to create a custom job_container.conf file. However, I currently see no way to do this via the config file.Question: can we manually enable all of these options ourselves without repercussions? What would you suggest?
Problem 2: Separate partition for root (/) and how to enable usrquota.
We would like to mount root (/) to a separate file system through Lustre or something else. However, it currently says that only a single lustre file system can be used as a part of a given installation. Secondly, we would like to constrain the size of each user's home directory to be a particular size. Can you share how we can enable this programmatically? We could do this manually as described here: http://www.yolinux.com/TUTORIALS/LinuxTutorialQuotas.html, but we are wondering if there are any other alternatives?
Thanks for the help.
The text was updated successfully, but these errors were encountered: