Skip to content

Commit

Permalink
Specify ifx and mkl version in linux oneapi workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling committed Jan 7, 2025
1 parent 2170bd8 commit 15b1cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
# if: endsWith(matrix.compiler_mpi, '_intelmpi')
with:
components: |
ifx
ifx@2025.0.1
icx
impi
mkl
mkl@2025.0.1
- name: install openmpi
if: endsWith(matrix.compiler_mpi, '_openmpi') && (startsWith(matrix.container, 'rockylinux') || startsWith(matrix.container, 'fedora'))
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
- uses: rscohn2/setup-oneapi@v0
with:
components: |
ifx
ifx@2025.0.1
impi
mkl
mkl@2025.0.1
- uses: actions/checkout@v4

Expand Down

0 comments on commit 15b1cec

Please sign in to comment.