Skip to content

Commit

Permalink
Merge pull request #296 from awslabs/hughcars/intel-oneapi-2024-rollback
Browse files Browse the repository at this point in the history
Fix intel oneapi versions to 2024.2.1
  • Loading branch information
hughcars authored Nov 6, 2024
2 parents 9dda1bb + 0085cb5 commit ab97118
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
- name: Configure Intel oneAPI compiler
if: matrix.compiler == 'intel'
run: |
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-compiler-fortran
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
intel-oneapi-compiler-fortran=2024.2.1-1079
- name: Install math libraries (OpenBLAS)
if: matrix.math-libs == 'openblas'
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Install math libraries (Intel oneAPI MKL)
if: matrix.math-libs == 'intelmkl'
run: |
sudo apt-get install -y intel-oneapi-mkl intel-oneapi-mkl-devel
sudo apt-get install -y intel-oneapi-mkl=2024.2.2-15 intel-oneapi-mkl-devel=2024.2.2-15
- name: Install math libraries (AOCL)
if: matrix.math-libs == 'aocl'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
- name: Configure Intel oneAPI compiler
if: matrix.compiler == 'intel'
run: |
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp \
intel-oneapi-compiler-fortran
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp=2024.2.1-1079 \
intel-oneapi-compiler-fortran=2024.2.1-1079
- uses: vsoch/spack-package-action/install@main

Expand Down

0 comments on commit ab97118

Please sign in to comment.