We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5763f commit fed577fCopy full SHA for fed577f
environments/prod/inventory/group_vars/all/openhpc-generic-slurm.yml
environments/prod/inventory/group_vars/openhpc/overrides.yml
@@ -1,3 +1,13 @@
1
+# define paths to slurm on nodes:
2
+slurm_build_version: '23.11.0' # quote to avoid ansible autoconversion weirdness
3
+slurm_build_path: /nopt/vtest/slurm
4
+slurm_build_dir: "{{ slurm_build_path }}/{{ slurm_build_version }}"
5
+
6
+openhpc_sbin_dir: "{{ slurm_build_dir }}/sbin"
7
+openhpc_lib_dir: "{{ slurm_build_dir }}/slurm"
8
+openhpc_bin_dir: "{{ slurm_build_dir }}/bin"
9
+openhpc_slurm_conf_path: "{{ slurm_build_dir }}/etc/slurm.conf"
10
11
openhpc_packages_extra: "{{ openhpc_packages_extra_nrel}}"
12
13
openhpc_slurm_partitions:
0 commit comments