Skip to content

Commit bf5763f

Browse files
committed
move vtest slurm path definitions
1 parent 4fbf399 commit bf5763f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

environments/vtest/inventory/group_vars/openhpc/openhpc-generic-slurm.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

environments/vtest/inventory/group_vars/openhpc/overrides.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# define paths to slurm on nodes:
2+
slurm_build_version: '23.11.1' # 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+
111
openhpc_packages_extra: "{{ openhpc_packages_extra_nrel}}"
212

313
openhpc_slurm_partitions:

0 commit comments

Comments
 (0)