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 11---
22hpctests_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]
55hpctests_pingpong_plot : yes
6- hpctests_hpl_modules : [gnu9 openmpi4 openblas]
6+ hpctests_hpl_modules : [gnu12 openmpi4 openblas]
77hpctests_outdir : " {{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/hpctests"
88hpctests_ucx_net_devices : all
99hpctests_hpl_version : " 2.3"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ openhpc_slurm_partitions:
1919 - name : " compute"
2020openhpc_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)
2424openhpc_packages_extra : []
2525openhpc_packages : " {{ openhpc_packages_default + openhpc_packages_extra }}"
2626openhpc_munge_key : " {{ vault_openhpc_mungekey | b64decode }}"
You can’t perform that action at this time.
0 commit comments