We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a61358 commit 520633bCopy full SHA for 520633b
setup-mpi.sh
@@ -44,9 +44,10 @@ setup-env-intel-oneapi () {
44
}
45
46
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
49
baseurl=https://registrationcenter-download.intel.com
- subpath=akdlm/IRC_NAS/fab706bb-ca1e-4cc9-b76a-a12df3cc984e
- version=2021.12.0 build=539
50
+ subpath=akdlm/IRC_NAS/$hash
51
package=w_mpi_oneapi_p_${version}.${build}_offline.exe
52
set -x
53
curl -sO $baseurl/$subpath/$package
0 commit comments