From 3099d778cfe9827d6570b41c6f37c1f84c3f81b7 Mon Sep 17 00:00:00 2001 From: Jesus Hector Robles Gutierrez <jesus.hector.robles.gutierrez@intel.com> Date: Mon, 24 Mar 2025 12:04:25 -0700 Subject: [PATCH] Update IRC links for v2025.1.0 release Signed-off-by: Jesus Hector Robles Gutierrez <jesus.hector.robles.gutierrez@intel.com> --- .appveyor.yml | 10 ++++----- .azure-pipelines.yml | 14 ++++++------- .circleci/config.yml | 14 ++++++------- .github/workflows/build_all.yml | 30 +++++++++++++-------------- .github/workflows/list_components.yml | 30 +++++++++++++-------------- .gitlab-ci.yml | 16 +++++++------- doc/requirements.txt | 2 +- scripts/install_linux_aitools.sh | 1 + 8 files changed, 59 insertions(+), 58 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index d09bb455..6ebdd2b7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,10 +4,10 @@ environment: global: - WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe - WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe - LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh - LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47_offline.sh + WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650_offline.exe + WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665_offline.exe + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh + LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666_offline.sh WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common @@ -17,7 +17,7 @@ environment: LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler - SAMPLES_TAG: 2025.0.0 + SAMPLES_TAG: 2025.1.0 VS_VER: vs2019 matrix: diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 0d5e55c5..6dc4ffb0 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -7,13 +7,13 @@ trigger: variables: - name: WINDOWS_BASEKIT_URL - value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe + value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650_offline.exe - name: WINDOWS_HPCKIT_URL - value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe + value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665_offline.exe - name: LINUX_BASEKIT_URL - value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh + value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh - name: LINUX_HPCKIT_URL - value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47_offline.sh + value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666_offline.sh - name: WINDOWS_CPP_COMPONENTS value: intel.oneapi.win.cpp-dpcpp-common - name: WINDOWS_FORTRAN_COMPONENTS @@ -33,11 +33,11 @@ variables: - name: LINUX_DPCPP_COMPONENTS_WEB value: intel.oneapi.lin.dpcpp-cpp-compiler - name: SAMPLES_TAG - value: 2025.0.0 + value: 2025.1.0 - name: COMPILER_VERSION - value: 2025.0.4 + value: 2025.1.0 - name: TBB_VERSION - value: 2022.0.0 + value: 2022.1.0 - name: VS_VER value: vs2022 diff --git a/.circleci/config.yml b/.circleci/config.yml index 9be66690..87aeb7f8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,16 +6,16 @@ version: 2.1 parameters: WINDOWS_BASEKIT_URL: type: string - default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe" + default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650_offline.exe" WINDOWS_HPCKIT_URL: type: string - default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe" + default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665_offline.exe" LINUX_BASEKIT_URL: type: string - default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh" + default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh" LINUX_HPCKIT_URL: type: string - default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47_offline.sh" + default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666_offline.sh" WINDOWS_CPP_COMPONENTS: type: string default: "intel.oneapi.win.cpp-dpcpp-common" @@ -45,13 +45,13 @@ parameters: default: "intel.oneapi.lin.dpcpp-cpp-compiler" SAMPLES_TAG: type: string - default: "2025.0.0" + default: "2025.1.0" COMPILER_VERSION: type: string - default: "2025.0.4" + default: "2025.1.0" TBB_VERSION: type: string - default: "2022.0.0" + default: "2022.1.0" VS_VER: type: string default: "vs2017" diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 8abc8473..44fd4d2a 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -8,10 +8,10 @@ permissions: read-all on: push env: - WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe - WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe - LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh - LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47_offline.sh + WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650_offline.exe + WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665_offline.exe + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh + LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666_offline.sh LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler @@ -22,11 +22,11 @@ env: LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler - CACHE_NUMBER: 5 - SAMPLES_TAG: 2025.0.0 + CACHE_NUMBER: 4 + SAMPLES_TAG: 2025.1.0 AI_SAMPLES_TAG: 2025.0.0 - COMPILER_VERSION: 2025.0.4 - TBB_VERSION: 2022.0.0 + COMPILER_VERSION: 2025.1.0 + TBB_VERSION: 2022.1.0 VS_VER: vs2022 jobs: @@ -58,7 +58,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -95,7 +95,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -137,7 +137,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -172,7 +172,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -206,7 +206,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -241,7 +241,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | @@ -264,7 +264,7 @@ jobs: # Delete the following if you don't want to save install logs - name: Saving install logs if: steps.cache-install.outputs.cache-hit != 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: InstallLogs_${{ github.job }} path: | diff --git a/.github/workflows/list_components.yml b/.github/workflows/list_components.yml index f4593f05..da560eb8 100644 --- a/.github/workflows/list_components.yml +++ b/.github/workflows/list_components.yml @@ -12,10 +12,10 @@ on: - cron: '0 0 * * *' env: - WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47.exe - WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48.exe - LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46.sh - LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47.sh + WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650.exe + WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665.exe + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651.sh + LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666.sh LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh jobs: @@ -35,7 +35,7 @@ jobs: run: scripts/list_components_windows.bat $WINDOWS_HPCKIT_URL doc\\source\\${{ github.workflow }}\\${{ github.job }}_hpckit.txt - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/source/${{ github.workflow }}/${{ github.job }}_* @@ -55,7 +55,7 @@ jobs: - name: IntelĀ® oneAPI HPC Toolkit run: scripts/list_components_linux.sh $LINUX_HPCKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_hpckit.txt - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/source/${{ github.workflow }}/${{ github.job }}_* @@ -73,7 +73,7 @@ jobs: - name: IntelĀ® AI Tools Toolkit run: scripts/list_components_linux_aitools.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}.txt - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/source/${{ github.workflow }}/${{ github.job }}* @@ -94,7 +94,7 @@ jobs: run: scripts/list_components_linux_apt.sh doc/source/${{ github.workflow }}/${{ github.job }}.txt - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/source/${{ github.workflow }}/${{ github.job }}.txt @@ -116,7 +116,7 @@ jobs: run: scripts/list_components_linux_dnf.sh doc/source/${{ github.workflow }}/${{ github.job }}.txt - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/source/${{ github.workflow }}/${{ github.job }}.txt @@ -135,27 +135,27 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download artifacts - windows - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: windows path: doc/source/${{ github.workflow }} - name: Download artifacts - linux - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linux path: doc/source/${{ github.workflow }} - name: Download artifacts - linux_apt - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linux_apt path: doc/source/${{ github.workflow }} - name: Download artifacts - linux_yum_dnf - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linux_yum_dnf path: doc/source/${{ github.workflow }} - name: Download artifacts - linux_aitools - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linux_aitools path: doc/source/${{ github.workflow }} @@ -171,7 +171,7 @@ jobs: sed -i -e 1,7d source/${{ github.workflow }}/linux_yum_dnf.txt make html - name: Save built doc as artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.job }} path: doc/build diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc1b886f..130a7041 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,10 @@ stages: - build variables: - WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe - WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe - LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dfc4a434-838c-4450-a6fe-2fa903b75aa7/intel-oneapi-base-toolkit-2025.0.1.46_offline.sh - LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b7f71cf2-8157-4393-abae-8cea815509f7/intel-oneapi-hpc-toolkit-2025.0.1.47_offline.sh + WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/487fd8c3-a3d8-4c22-a903-f8d54c2c57be/intel-oneapi-base-toolkit-2025.1.0.650_offline.exe + WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8/intel-oneapi-hpc-toolkit-2025.1.0.665_offline.exe + LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh + LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787/intel-oneapi-hpc-toolkit-2025.1.0.666_offline.sh WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler @@ -19,10 +19,10 @@ variables: LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler - CACHE_NUMBER: 8 - SAMPLES_TAG: 2025.0.0 - COMPILER_VERSION: "2025.0.4" - TBB_VERSION: "2022.0.0" + CACHE_NUMBER: 5 + SAMPLES_TAG: 2025.1.0 + COMPILER_VERSION: "2025.1.0" + TBB_VERSION: "2022.1.0" VS_VER: 2019_build_tools .shared_windows_runners: diff --git a/doc/requirements.txt b/doc/requirements.txt index 55bac9b7..4ff94882 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,6 +3,6 @@ # SPDX-License-Identifier: MIT reuse -sphinx==5.0 +sphinx==6.2 sphinx-book-theme sphinxcontrib-spelling diff --git a/scripts/install_linux_aitools.sh b/scripts/install_linux_aitools.sh index 56876fd5..852eca0b 100755 --- a/scripts/install_linux_aitools.sh +++ b/scripts/install_linux_aitools.sh @@ -14,4 +14,5 @@ sudo rm -rf "$AGENT_TOOLSDIRECTORY" chmod +x webimage.sh sudo ./webimage.sh -b -p /intel/oneapi/intelpython installer_exit_code=$? +sudo rm -rf webimage.sh exit $installer_exit_code