File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ permissions:
2626env :
2727 # update urls for oneapi packages according to
2828 # https://github.com/oneapi-src/oneapi-ci/blob/master/.github/workflows/build_all.yml
29- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d91caaa0-7306-46ea-a519-79a0423e1903/w_BaseKit_p_2024.2.1.101_offline .exe
29+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b380d914-366b-4b77-a74a-05e3c38b3514/intel-oneapi-base-toolkit-2025.0.0.882_offline .exe
3030 WINDOWS_BASEKIT_COMPONENTS : intel.oneapi.win.mkl.devel
31- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/745e923a-3f85-4e1e-b6dd-637c0e9ccba6/w_HPCKit_p_2024.2.1.80_offline .exe
31+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f07e32fa-b505-4b90-8a79-e328ce9ad9d6/intel-oneapi-hpc-toolkit-2025.0.0.822_offline .exe
3232 WINDOWS_HPCKIT_COMPONENTS : intel.oneapi.win.ifort-compiler:intel.oneapi.win.mpi.devel
3333
3434
7777 - name : specify oneapi version
7878 run : |
7979 (
80- echo compiler=2024.2.1
81- echo mkl=2024.2.1
82- echo mpi=2021.13.1
80+ echo compiler=2025.0.0
81+ echo mkl=2025.0.0
82+ echo mpi=2021.14.0
8383 ) > oneapi_config.txt
8484 - name : build fds debug
8585 run : |
You can’t perform that action at this time.
0 commit comments