File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ansible/roles/hpctests/defaults
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
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]
5
5
hpctests_pingpong_plot : yes
6
- hpctests_hpl_modules : [gnu9 openmpi4 openblas]
6
+ hpctests_hpl_modules : [gnu12 openmpi4 openblas]
7
7
hpctests_outdir : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/hpctests"
8
8
hpctests_ucx_net_devices : all
9
9
hpctests_hpl_version : " 2.3"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ openhpc_slurm_partitions:
19
19
- name : " compute"
20
20
openhpc_packages_default :
21
21
- 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)
24
24
openhpc_packages_extra : []
25
25
openhpc_packages : " {{ openhpc_packages_default + openhpc_packages_extra }}"
26
26
openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
You can’t perform that action at this time.
0 commit comments