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 c5f4a4b commit f6a2828Copy full SHA for f6a2828
environments/common/inventory/group_vars/all/openhpc.yml
@@ -18,9 +18,15 @@ openhpc_slurmdbd_host: "{{ openhpc_slurm_control_host }}"
18
openhpc_slurm_partitions:
19
- name: "compute"
20
openhpc_packages_default:
21
+ # system packages
22
+ - podman
23
+ # OpenHPC packages
24
- slurm-libpmi-ohpc # to allow intel mpi to work properly
25
- ohpc-gnu12-openmpi4-perf-tools # for hpctests
26
- openblas-gnu12-ohpc # for hpctests (HPL)
27
+ # EPEL packages:
28
+ - apptainer
29
+ - podman-compose
30
openhpc_packages_extra: []
31
openhpc_packages: "{{ openhpc_packages_default + openhpc_packages_extra }}"
32
openhpc_munge_key: "{{ vault_openhpc_mungekey | b64decode }}"
0 commit comments