File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 33
33
fail-fast : false
34
34
matrix :
35
35
include :
36
- - os : ubuntu-latest
37
- mpi : intel
38
36
- os : ubuntu-latest
39
37
mpi : openmpi
40
38
- os : ubuntu-latest
43
41
mpi : openmpi
44
42
- os : macos-13
45
43
mpi : mpich
44
+ - os : ubuntu-latest
45
+ mpi : intel
46
+ intel_version : " 2024.1.0"
47
+ - os : ubuntu-latest
48
+ mpi : intel
49
+ intel_version : " 2025.0"
46
50
47
51
steps :
48
52
- name : Checkout code
@@ -91,13 +95,13 @@ jobs:
91
95
libnetcdf-dev libnetcdff-dev libopenblas-dev
92
96
93
97
# Intel
94
-
95
98
- name : Setup Intel Environment
96
99
if : contains(matrix.mpi, 'intel')
97
100
uses : ./.github/actions/setup-intel
98
101
with :
99
102
os : ${{ matrix.os }}
100
-
103
+ version : ${{ matrix.intel_version }}
104
+
101
105
- name : (Ubuntu) Build and Install HDF5 from source
102
106
if : contains(matrix.os, 'ubuntu') && contains(matrix.mpi, 'intel')
103
107
# Needs checkout if source code isn't available, adjust if needed
You can’t perform that action at this time.
0 commit comments