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

MPI Download URL update - community/examples/tutorial-fluent.yaml #3191

Open
scott-nag opened this issue Oct 30, 2024 · 2 comments
Open

MPI Download URL update - community/examples/tutorial-fluent.yaml #3191

scott-nag opened this issue Oct 30, 2024 · 2 comments
Assignees
Labels
bug Something isn't working stale

Comments

@scott-nag
Copy link
Contributor

Describe the bug

Intel have changed the download URL for the l_mpi_2018.4.274.tgz archive that is used in the startup script in community/examples/tutorial-fluent.yaml

Steps to reproduce

Steps to reproduce the behavior:

  1. Try to deploy a cluster using this blueprint
  2. It will deploy but jobs will not be able to utilise all available cores

Expected behavior

Archive is located and downloaded:

wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/tec/13741/l_mpi_2018.4.274.tgz
--2024-10-30 16:53:57--  https://registrationcenter-download.intel.com/akdlm/IRC_NAS/tec/13741/l_mpi_2018.4.274.tgz
Resolving registrationcenter-download.intel.com (registrationcenter-download.intel.com)... 62.252.188.192, 62.252.188.202
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|62.252.188.192|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 164605491 (157M) [application/octet-stream]
Saving to: ‘l_mpi_2018.4.274.tgz.1’

l_mpi_2018.4.274.tgz.1                  100%[=============================================================================>] 156.98M  63.2MB/s    in 2.5s    

2024-10-30 16:53:59 (63.2 MB/s) - ‘l_mpi_2018.4.274.tgz.1’ saved [164605491/164605491]

Actual behavior

403 forbidden:

wget https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13741/l_mpi_2018.4.274.tgz
--2024-10-30 16:53:36--  https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13741/l_mpi_2018.4.274.tgz
Resolving registrationcenter-download.intel.com (registrationcenter-download.intel.com)... 62.252.188.192, 62.252.188.202
Connecting to registrationcenter-download.intel.com (registrationcenter-download.intel.com)|62.252.188.192|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2024-10-30 16:53:48 ERROR 403: Forbidden.

Version (gcluster --version)

scott@MacBookPro-ScottG cluster-toolkit % ./gcluster --version
gcluster version v1.41.0
Built from 'main' branch.
Commit info: v1.41.0-0-g26fafe0d
Terraform version: 1.6.5

Blueprint

N/A

How to fix

Change the download URL on line 68 from:
https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13741/l_mpi_2018.4.274.tgz

To:
https://registrationcenter-download.intel.com/akdlm/IRC_NAS/tec/13741/l_mpi_2018.4.274.tgz

(capitalisation of 'irc_nas' required)

@scott-nag scott-nag added the bug Something isn't working label Oct 30, 2024
@cdunbar13 cdunbar13 self-assigned this Nov 4, 2024
@cdunbar13
Copy link
Contributor

Hi thank you for the bug. I'll take a look and there should be a PR with the fix added soon.

Copy link

github-actions bot commented Dec 5, 2024

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

3 participants