@@ -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
@@ -71,26 +71,15 @@ jobs:
7171 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=.
7272 rd /s/q "webimage_hpc_extracted"
7373
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
8474 - name : build fds debug
8575 run : |
86- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
87- cd Build\impi_intel_win_db
8876 set INTEL_IFORT=ifx
77+ cd Build\impi_intel_win_db
8978 call make_fds.bat
9079 fds_impi_intel_win_db.exe
9180 - name : build fds release
9281 run : |
93- call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
82+ set INTEL_IFORT=ifx
9483 cd Build\impi_intel_win
9584 call make_fds.bat
9685 fds_impi_intel_win.exe
0 commit comments