oneapi-src/oneapi-ci

Fail to install oneAPI 2021 Fortran compilers on windows-latest:

zaikunzhang opened this issue · 0 comments

Hello! Thank you for making oneAPI available for CI!

I tried installing oneAPI Fortran compilers on Windows. oneAPI 2021 turns out to fail on windows-latest (even though the workflow claims itself to be successful):
https://github.com/zequipe/setup_mex/actions/runs/3888490970/jobs/6635864451

It says

Checking system requirements...
Done.
Wait while the installer is preparing...
Done.
Launching the installer...
Process crashed
D:\a\setup_mex\setup_mex>set installer_exit_code=-1073741819 

I have tried the following four releases of oneAPI 2021, all of which encountered the same failure:

https://registrationcenter-download.intel.com/akdlm/irc_nas/18247/w_HPCKit_p_2021.4.0.3340_offline.exe
https://registrationcenter-download.intel.com/akdlm/irc_nas/17940/w_HPCKit_p_2021.3.0.3227_offline.exe
https://registrationcenter-download.intel.com/akdlm/irc_nas/17762/w_HPCKit_p_2021.2.0.2901_offline.exe
https://registrationcenter-download.intel.com/akdlm/irc_nas/17392/w_HPCKit_p_2021.1.0.2682_offline.exe                                                                                                    

On the other hand, all the other combinations of Windows versions (2019 or latest) and oneAPI versions (2021/2/3) succeed: https://github.com/zequipe/setup_mex/actions/runs/3888490970

My script for the installation: https://github.com/zequipe/setup_mex/blob/main/install_oneapi_windows.bat

Thank you for taking a look.

Best regards,
Zaikun