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

Fix slurm configuration in prod2313 #17

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ openhpc_packages_extra_nrel: # extra indirection to allow lab environment to fil
# - make

# Additional parameters to set in slurm.conf - use yaml format
openhpc_slurmd_spool_dir: /var/spool/slurm/slurmd
openhpc_config_extra:
LaunchParameters: use_interactive_step
FirstJobId: '50000000'
Expand All @@ -109,7 +110,6 @@ openhpc_config_extra:
ReturnToService: '1'
SlurmctldPidFile: /var/run/slurmctld.pid
SlurmdPidFile: /var/run/slurmd.pid
SlurmdSpoolDir: /var/spool/slurm/slurmd
StateSaveLocation: /var/spool/slurm/slurmctld
SwitchType: 'switch/none'
TaskPlugin: 'task/affinity'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,3 @@ openhpc_sbin_dir: /nopt/vtest/slurm/23.11.0/sbin
openhpc_lib_dir: /nopt/vtest/slurm/23.11.0/lib/slurm
openhpc_bin_dir: /nopt/vtest/slurm/23.11.0/bin
openhpc_slurm_conf_path: /nopt/vtest/slurm/etc/slurm.conf

# modify slurm.conf:
# TODO: KURT merge with whatever you currently have for openhpc_config_extra
openhpc_config_extra:
SlurmctldDebug: debug
SlurmdDebug: debug
Epilog: '<absent>' # # TODO: KURT replace with path on nodes to Epilog

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openhpc_install_type: generic # i.e. don't want OpenHPC

openhpc_generic_packages: # system package installs:
# below are default in the role, required to get slurm to work:
- munge
Expand All @@ -17,10 +17,3 @@ openhpc_sbin_dir: "{{ slurm_build_dir }}/sbin"
openhpc_lib_dir: "{{ slurm_build_dir }}/slurm"
openhpc_bin_dir: "{{ slurm_build_dir }}/bin"
openhpc_slurm_conf_path: "{{ slurm_build_dir }}/etc/slurm.conf"

# modify slurm.conf:
# TODO: KURT merge with whatever you currently have for openhpc_config_extra
openhpc_config_extra:
SlurmctldDebug: debug
SlurmdDebug: debug
Epilog: '{{ slurm_build_path }}/scripts/slurm.epilog.clean' # # TODO: KURT replace with path on nodes to Epilog