Commit be4fcbcf authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo
Browse files

CI,windows: change MSMPI URL

(cherry picked from commit 61073724)
parent 4e640c13
Loading
Loading
Loading
Loading
+29 −28
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ Write-Host "::endgroup::"

if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi")
{
  $rooturl = "https://github.com/microsoft/Microsoft-MPI/releases/download"
    $version = "10.1.1"
    $baseurl = "$rooturl/v$version"
  # This is taken from the MSMPI VCPKG
  $baseurl = "https://download.microsoft.com/download/a/5/2/a5207ca5-1203-491a-8fb8-906fd68ae623"
  $version = "10.1.12498"

  $tempdir    = $Env:RUNNER_TEMP
  $msmpisdk   = Join-Path $tempdir msmpisdk.msi
@@ -26,6 +26,7 @@ if($Env:GH_YML_MATRIX_PARALLEL -eq "mpi")
  Write-Host "::endgroup::"

  Write-Host "::group::Downloading Microsoft MPI Runtime $version"

  Invoke-WebRequest "$baseurl/msmpisetup.exe" -OutFile $msmpisetup
  Write-Host "::endgroup::"
  Write-Host "::group::Installing Microsoft MPI Runtime $version"