We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220bbe7 commit aa1f98fCopy full SHA for aa1f98f
.github/workflows/CI.yml
@@ -100,12 +100,12 @@ jobs:
100
hwloc-ls --version
101
- name: install gcc
102
run: |
103
- sudo apt-get install gcc-13 g++-13
+ sudo apt-get install gcc-14 g++-14
104
- name: install icx
105
106
wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
107
sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
108
- 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
109
source /opt/intel/oneapi/setvars.sh
110
icx -v
111
- name: build qthreads
0 commit comments