Visible to Intel only — GUID: GUID-619AFB9C-AD2B-48B4-B5AE-B9BDF49CF087
Zypper
Pre-installation Steps
Check the System Requirements to make sure that your OS is supported.
Use this command to identify your OS version:
more /etc/lsb-release
If you plan to use GPU, install the GPU drivers separately.
If you are on a company intranet or behind a firewall, set the http_proxy and https_proxy environment variables to allow Zypper access the repository servers using HTTPS protocol.
Set up the repository:
Add the Intel oneAPI repository public key with the following command:
sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI
By adding this new repository, Zypper automatically imports the public repo key. For some cases rpm might require explicit key import by:
rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
Install
Install the Intel® oneAPI HPC Toolkit package with the following command:
sudo zypper install intel-hpckit
For next steps, refer to Get Started with Intel® oneAPI HPC Toolkit.
Upgrade Toolkit
You can upgrade the toolkit package to the latest version using the following instructions:
sudo zypper upgrade intel-hpckit