Skip to content

Commit 71e0c3e

Browse files
committed
update packages/modules for hpctests - should unbreak yum update
1 parent bc3fa7a commit 71e0c3e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible/roles/hpctests/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
hpctests_rootdir:
3-
hpctests_pingmatrix_modules: [gnu9 openmpi4]
4-
hpctests_pingpong_modules: [gnu9 openmpi4 imb]
3+
hpctests_pingmatrix_modules: [gnu12 openmpi4]
4+
hpctests_pingpong_modules: [gnu12 openmpi4 imb]
55
hpctests_pingpong_plot: yes
6-
hpctests_hpl_modules: [gnu9 openmpi4 openblas]
6+
hpctests_hpl_modules: [gnu12 openmpi4 openblas]
77
hpctests_outdir: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/hpctests"
88
hpctests_ucx_net_devices: all
99
hpctests_hpl_version: "2.3"

environments/common/inventory/group_vars/all/openhpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ openhpc_slurm_partitions:
1919
- name: "compute"
2020
openhpc_packages_default:
2121
- slurm-libpmi-ohpc # to allow intel mpi to work properly
22-
- ohpc-gnu9-openmpi4-perf-tools # for hpctests
23-
- openblas-gnu9-ohpc # for hpctests (HPL)
22+
- ohpc-gnu12-openmpi4-perf-tools # for hpctests
23+
- openblas-gnu12-ohpc # for hpctests (HPL)
2424
openhpc_packages_extra: []
2525
openhpc_packages: "{{ openhpc_packages_default + openhpc_packages_extra }}"
2626
openhpc_munge_key: "{{ vault_openhpc_mungekey | b64decode }}"

0 commit comments

Comments
 (0)