카테고리 없음 2023. 3. 3. 03:15

To install, run the following commands

cd/tmp

wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB

sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB

rm GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB

echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list

sudo apt update

sudo apt install intel-oneapi-vtune

 

Set up the environment variables using the following commands

source /opt/intel/oneapi/setvars.sh

or

source <install-dir>/setvars.sh

 

Now you can use VTune in the command line

Or to use GUI, use

vtune-gui

 

https://www.intel.com/content/www/us/en/develop/documentation/vtune-install-guide/top/linux/package-managers.html

 

https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-vtune/top/linux-os.html

posted by kimsooil
: