Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel MPI: Update to release 2021.12.0 #11

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup-mpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ setup-env-intel-oneapi () {

setup-win-intel-oneapi-mpi () {
baseurl=https://registrationcenter-download.intel.com
subpath=akdlm/IRC_NAS/b7596581-64db-4820-bcfe-74ad9f5ec657
version=2021.11.0 build=49512
subpath=akdlm/IRC_NAS/fab706bb-ca1e-4cc9-b76a-a12df3cc984e
version=2021.12.0 build=539
package=w_mpi_oneapi_p_${version}.${build}_offline.exe
set -x
curl -sO $baseurl/$subpath/$package
Expand Down
Loading