摘要:
2023-11-17 服务器开发-性能分析-intel-vtune-安装
相关文档:
centos安装vtune
YUM Package Manager
yum install intel-oneapi-vtune
Intel® VTune™ Profiler 2023.2.0 has been updated to include functional and security updates. Users should update to the latest version as it becomes available.
Prerequisites for First-Time Users
-
Create the YUM repository file in the /temp directory as a normal user.
tee > /tmp/oneAPI.repo << EOF [oneAPI] name=Intel® oneAPI repository baseurl=https://yum.repos.intel.com/oneapi enabled=1 gpgcheck=1 repo_gpgcheck=1 gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB EOF
-
Move the newly created oneAPI.repo file to the YUM configuration directory /etc/yum.repos.d:
bash
sudo mv /tmp/oneAPI.repo /etc/yum.repos.d