By Gergana S. Slavova, Pamela Harrison
Published:02/16/2017 Last Updated:01/22/2020
This page provides general installation and support notes about the Community forum supported Intel® Performance Libraries and Intel® Distribution for Python* as they are distributed via the YUM repositories described below.
These software development tools are also available as part of the Intel® Parallel Studio XE and Intel® System Studio products. These products include enterprise-level Intel® Online Service Center support.
Here is how to install the Intel YUM Repository. [Note: You must be logged in as root to set up and install the repository]
sudo yum-config-manager --add-repo https://yum.repos.intel.com/setup/intelproducts.repo
You can enable or disable repositories in the intelproducts.repo file by setting the value of the enabled directive to 1 or 0 as required.sudo yum-config-manager --add-repo https://yum.repos.intel.com/mkl/setup/intel-mkl.repo
sudo yum-config-manager --add-repo https://yum.repos.intel.com/ipp/setup/intel-ipp.repo
sudo yum-config-manager --add-repo https://yum.repos.intel.com/tbb/setup/intel-tbb.repo
sudo yum-config-manager --add-repo https://yum.repos.intel.com/daal/setup/intel-daal.repo
sudo yum-config-manager --add-repo https://yum.repos.intel.com/mpi/setup/intel-mpi.repo
sudo yum-config-manager --add-repo https://yum.repos.intel.com/intelpython/setup/intelpython.repo
sudo rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By downloading Intel® Performance Libraries and Intel® Distribution for Python* you agree to the terms and conditions stated in the End-User License Agreement (EULA).
The following variables are used in the installation commands:
<PYTHON_VERSION>: 2, 3
<VERSION>: 2018, ...
<UPDATE>: 0, 1, 2, ...
<BUILD_NUMBER>: build number, check the list in previous section
<COMPONENT>: a component name from the list of available components below
|
|
|
intel-mkl |
|
|
|
|
|
|
|
|
|
intelpython2 |
yum install <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intel-mkl-2020.0-088
yum install intelpython<PYTHON_VERSION>
Example:
yum install intelpython3
yum install intelpython<PYTHON_VERSION>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intelpython3-2020.0-014
By downloading Intel® Performance Libraries and Intel® Distribution for Python* you agree to the terms and conditions stated in the End-User License Agreement (EULA).
yum autoremove <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum autoremove intel-mkl-2020.0-088
yum remove intelpython<PYTHON_VERSION>
Example:
yum remove intelpython3
In certain cases, an update through the Intel YUM repositories may fail due to a caching issue. Please follow these steps in order to disable caching in YUM and clean up your local repo prior to update.
http_caching=none
rm -r /var/tmp/yum*
yum clean metadata
yum clean all
yum update
Due to a known bug in YUM 3.x (which is the default package manager in Red Hat*/CentOS* 7), you may see failures when trying to install specific versions of the Intel Performance Libraries or Intel Python packages. The bug is fixed in YUM 4 so we recommend you update your local instance of the client to the latest YUM version.
If you're running YUM 3.x or older, you will only be able to install the latest version available of the Intel products.
Check out the FAQ
See our Get Help page for your support options.
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex.