Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aradi committed Nov 8, 2024
1 parent 450e864 commit 775f767
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ jobs:
- name: Setup Intel compiler
uses: rscohn2/setup-oneapi@v0
with:
# Restricting to 2024 as fpm fails to build MPI-programs with oneAPI 2025.0
components: |
ifx
icx
impi
ifx@2024.2.1
icx@2024.2.1
impi@2021.13.1
- name: Setup Intel environment
run: |
Expand Down

0 comments on commit 775f767

Please sign in to comment.