We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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 the 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]
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.
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
N/A
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)
The text was updated successfully, but these errors were encountered:
Hi thank you for the bug. I'll take a look and there should be a PR with the fix added soon.
Sorry, something went wrong.
This issue is stale because it has been open for 30 days with no activity.
jrossthomson
cdunbar13
No branches or pull requests
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:
Expected behavior
Archive is located and downloaded:
Actual behavior
403 forbidden:
Version (
gcluster --version
)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)
The text was updated successfully, but these errors were encountered: