Skip to content

Commit 0172c5f

Browse files
committed
Specify ifx and mkl version in linux oneapi workflow.
1 parent 87c4657 commit 0172c5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
# if: endsWith(matrix.compiler_mpi, '_intelmpi')
7979
with:
8080
components: |
81-
ifx
81+
ifx@2025.0.1
8282
icx
8383
impi
84-
mkl
84+
mkl@2025.0.1
8585
8686
- name: install openmpi
8787
if: endsWith(matrix.compiler_mpi, '_openmpi') && (startsWith(matrix.container, 'rockylinux') || startsWith(matrix.container, 'fedora'))

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: rscohn2/setup-oneapi@v0
3535
with:
3636
components: |
37-
ifx
37+
ifx@2025.0.1
3838
impi
39-
mkl
39+
mkl@2025.0.1
4040
4141
- uses: actions/checkout@v4
4242

0 commit comments

Comments
 (0)