Skip to content

Commit 2aa1b15

Browse files
committed
[workflows/pr] update oneMKL and Compiler to 2025.1
1 parent ebf15a1 commit 2aa1b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
- name: Install compiler
8282
if: steps.domain_check.outputs.result == 'true'
8383
run: |
84-
wget --progress=dot:giga https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac92f2bb-4818-4e53-a432-f8b34d502f23/intel-dpcpp-cpp-compiler-2025.0.0.740_offline.sh
85-
sudo bash intel-dpcpp-cpp-compiler-2025.0.0.740_offline.sh -s -a -s --action install --eula accept
84+
wget --progress=dot:giga https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd63be99-88b0-4981-bea1-2034fe17f5cf/intel-dpcpp-cpp-compiler-2025.1.0.573_offline.sh
85+
sudo bash intel-dpcpp-cpp-compiler-2025.1.0.573_offline.sh -s -a -s --action install --eula accept
8686
- name: Install Intel oneMKL
8787
if: steps.domain_check.outputs.result == 'true'
8888
run: |
89-
wget --progress=dot:giga https://registrationcenter-download.intel.com/akdlm/IRC_NAS/79153e0f-74d7-45af-b8c2-258941adf58a/intel-onemkl-2025.0.0.940_offline.sh
90-
sudo bash intel-onemkl-2025.0.0.940_offline.sh -s -a -s --action install --eula accept
89+
wget --progress=dot:giga https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dc93af13-2b3f-40c3-a41b-2bc05a707a80/intel-onemkl-2025.1.0.803_offline.sh
90+
sudo bash intel-onemkl-2025.1.0.803_offline.sh -s -a -s --action install --eula accept
9191
- name: Configure/Build for a domain
9292
if: steps.domain_check.outputs.result == 'true'
9393
run: |

0 commit comments

Comments
 (0)