File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,6 @@ jobs:
106
106
run : |
107
107
mpicc -show
108
108
mpicxx -show
109
- mpifc -show
110
109
if : ${{ runner.os == 'Windows' && matrix.mpi == 'intelmpi' }}
111
110
112
111
- name : Help MPI executor
Original file line number Diff line number Diff line change @@ -56,9 +56,14 @@ setup-win-intel-oneapi-mpi () {
56
56
hash=a3a49de8-dc40-4387-9784-5227fccb6caa version=2021.12.1 build=7
57
57
hash=e20e3226-9264-41a0-bc18-6026d297e10d version=2021.13.0 build=717
58
58
hash=ea625b1d-8a8a-4bd5-b31d-7ed55af45994 version=2021.13.1 build=768
59
+ hash=44400f77-51cb-4f15-8424-0e11eeb41832 version=2021.14.0 build=785
59
60
baseurl=https://registrationcenter-download.intel.com
60
61
subpath=akdlm/IRC_NAS/$hash
61
- package=w_mpi_oneapi_p_${version} .${build} _offline.exe
62
+ if test $version \< 2021.14.0; then
63
+ package=w_mpi_oneapi_p_${version} .${build} _offline.exe
64
+ else
65
+ package=intel-mpi-${version} .${build} _offline.exe
66
+ fi
62
67
set -x
63
68
curl -sO $baseurl /$subpath /$package
64
69
./$package -s -a --silent --eula accept
You can’t perform that action at this time.
0 commit comments