File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,15 @@ jobs:
111
111
112
112
- name : (Ubuntu) Install Intel oneAPI
113
113
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
114
- timeout-minutes : 15
115
- run : sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-2024.1.0-963 intel-oneapi-compiler-fortran-2024.1.0-963 intel-oneapi-mpi-devel ninja-build
114
+ uses :
fortran-lang/[email protected]
115
+ id : setup-fortran
116
+ with :
117
+ compiler : intel
118
+ version : 2024.1.0
116
119
117
- - name : (Ubuntu) Setup Intel oneAPI environment
120
+ - name : (Ubuntu) Build HDF5 for oneAPI
118
121
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
119
122
run : |
120
- source /opt/intel/oneapi/setvars.sh
121
- printenv >> $GITHUB_ENV
122
123
# To run HDF5 with oneAPI, we need to build it from source
123
124
curl -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.tar.gz
124
125
tar zxf snapshot-1.14.tar.gz
You can’t perform that action at this time.
0 commit comments