Skip to content

Commit

Permalink
Intel MPI: Update to release 2021.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Nov 2, 2024
1 parent 03c435b commit fb3fe9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,14 @@ setup-win-intel-oneapi-mpi () {
hash=a3a49de8-dc40-4387-9784-5227fccb6caa version=2021.12.1 build=7
hash=e20e3226-9264-41a0-bc18-6026d297e10d version=2021.13.0 build=717
hash=ea625b1d-8a8a-4bd5-b31d-7ed55af45994 version=2021.13.1 build=768
hash=44400f77-51cb-4f15-8424-0e11eeb41832 version=2021.14.0 build=785
baseurl=https://registrationcenter-download.intel.com
subpath=akdlm/IRC_NAS/$hash
package=w_mpi_oneapi_p_${version}.${build}_offline.exe
if test $version \< 2021.14.0; then
package=w_mpi_oneapi_p_${version}.${build}_offline.exe
else
package=intel-mpi-${version}.${build}_offline.exe
fi
set -x
curl -sO $baseurl/$subpath/$package
./$package -s -a --silent --eula accept
Expand Down

0 comments on commit fb3fe9e

Please sign in to comment.