@@ -26,9 +26,9 @@ permissions:
26
26
env :
27
27
# update urls for oneapi packages according to
28
28
# 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
30
30
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
32
32
WINDOWS_HPCKIT_COMPONENTS : intel.oneapi.win.ifort-compiler:intel.oneapi.win.mpi.devel
33
33
34
34
@@ -71,26 +71,15 @@ jobs:
71
71
webimage_hpc_extracted\bootstrapper.exe -s --action install --components=%WINDOWS_HPCKIT_COMPONENTS% --eula=accept -p=NEED_VS2017_INTEGRATION=0 -p=NEED_VS2019_INTEGRATION=0 --log-dir=.
72
72
rd /s/q "webimage_hpc_extracted"
73
73
74
- # github-actions does not cache windows symlinks, so we need to specify the version of each component explicitly
75
- # https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/oneapi-development-environment-setup/use-the-setvars-script-with-windows/use-a-config-file-for-setvars-bat-on-windows.html
76
- # https://oneapi-src.github.io/oneapi-ci/
77
- - name : specify oneapi version
78
- run : |
79
- (
80
- echo compiler=2024.2.1
81
- echo mkl=2024.2.1
82
- echo mpi=2021.13.1
83
- ) > oneapi_config.txt
84
74
- name : build fds debug
85
75
run : |
86
- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
87
- cd Build\impi_intel_win_db
88
76
set INTEL_IFORT=ifx
77
+ cd Build\impi_intel_win_db
89
78
call make_fds.bat
90
79
fds_impi_intel_win_db.exe
91
80
- name : build fds release
92
81
run : |
93
- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
82
+ set INTEL_IFORT=ifx
94
83
cd Build\impi_intel_win
95
84
call make_fds.bat
96
85
fds_impi_intel_win.exe
0 commit comments