Skip to content

Commit

Permalink
Use latest release of icx compiler in CI, and update the correspondin…
Browse files Browse the repository at this point in the history
…g gcc that's installed with it.
  • Loading branch information
insertinterestingnamehere committed Oct 8, 2024
1 parent bcb27f9 commit 38c8443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ jobs:
hwloc-ls --version
- name: install gcc
run: |
sudo apt-get install gcc-13 g++-13
sudo apt-get install gcc-14 g++-14
- name: install icx
run: |
wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.4
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2024.2.1
source /opt/intel/oneapi/setvars.sh
icx -v
- name: build qthreads
Expand Down

0 comments on commit 38c8443

Please sign in to comment.