Visible to Intel only — GUID: GUID-55022D01-EEAA-4748-8ED8-1D52AE7FB0DC
APT
Pre-installation Steps
Check the System Requirements to make sure that your OS is supported.
You can get your OS version using the following command depending on your Linux distribution:
more /etc/lsb-release
If you plan to use Intel GPU, install the GPU drivers separately.
Set up the repository:
# download the key to system keyring wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \ | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null # add signed entry to apt sources and configure the APT client to use Intel repository: echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
Update packages list and repository index:
sudo apt update
Install
NOTE:
If you are on a company intranet or behind a firewall, set the http_proxy and https_proxy environment variables to allow APT access the repository servers using HTTPS protocol.
Install the toolkit with the following command:
sudo apt install intel-oneapi-hpc-toolkit
If you need to install on a machine with no internet access, or in case of a large distributed installation on a cluster, you can download a package without installing it with the --download-only option.
For next steps, refer to Get Started with Intel® oneAPI HPC Toolkit.
NOTE:
If you have applications with long-running GPU compute workloads in native environments, you must disable the hangcheck timeout period to avoid terminating workloads.