Skip to content

Commit 520633b

Browse files
committed
Intel MPI: Update to release 2021.12.1
1 parent 6a61358 commit 520633b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup-mpi.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ setup-env-intel-oneapi () {
4444
}
4545

4646
setup-win-intel-oneapi-mpi () {
47+
hash=fab706bb-ca1e-4cc9-b76a-a12df3cc984e version=2021.12.0 build=539
48+
hash=a3a49de8-dc40-4387-9784-5227fccb6caa version=2021.12.1 build=7
4749
baseurl=https://registrationcenter-download.intel.com
48-
subpath=akdlm/IRC_NAS/fab706bb-ca1e-4cc9-b76a-a12df3cc984e
49-
version=2021.12.0 build=539
50+
subpath=akdlm/IRC_NAS/$hash
5051
package=w_mpi_oneapi_p_${version}.${build}_offline.exe
5152
set -x
5253
curl -sO $baseurl/$subpath/$package

0 commit comments

Comments
 (0)