Visible to Intel only — GUID: GUID-E92A7F11-6949-4029-A08B-DB251547A00A
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® Fortran Essentials package with the following command:
sudo zypper install Intel-fortran-essentials
For the 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-fortran-essentials