File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments