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

Enable use of custom Slurm builds #163

Draft
wants to merge 49 commits into
base: master
Choose a base branch
from
Draft

Enable use of custom Slurm builds #163

wants to merge 49 commits into from

Conversation

sjpb
Copy link
Collaborator

@sjpb sjpb commented Sep 22, 2023

  1. Provides an install-generic.yml task book which can use existing Slurm binaries/libraries rather than installing OpenHPC packages.

    Note that the ./configure command for the Slurm build used with this must:

    • Set --sysconfdir to match the directory of openhpc_slurm_conf_path (default: /etc/slurm/slurm.conf)
    • Set --prefix to match the directory the slurm daemon binaries are deployed at (see openhpc_sbin_dir). This is because PluginDir defaults to being based on the build prefix. Although it can be overriden in slurm.conf, the slurmds do not appear to get this parameter when running configless, so they won't start saying the (default) plugin dir doesn't exist
  2. Adds openhpc_config_files to allow arbitrary Slurm configuration files to be templated.

  3. Adds openhpc_slurmd_spool_dir to allow SlurmdSpoolDir parameter to be modified.

TODO: needs to be updated to support RL9, see cgroups change in #164, this should be done by default.

sd109
sd109 previously approved these changes Feb 21, 2024
Copy link

@sd109 sd109 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sjpb sjpb marked this pull request as draft February 21, 2024 09:15
@sjpb sjpb force-pushed the feat/no-ohpc branch 12 times, most recently from a5709a6 to 34606b0 Compare March 19, 2024 15:34
@sjpb sjpb force-pushed the feat/no-ohpc branch 2 times, most recently from 4200fa3 to 9f8e765 Compare July 24, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants