Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5056 Discussions

vtune: Error: VTune cannot detect local machine configuration.

ChithraJ_Intel
Moderator
195 Views

While running APS on Meteor Lake, I am facing below issue:

vtune: Error: VTune cannot detect local machine configuration.
vtune: Error: VTune cannot detect local machine configuration.
aps Error: Cannot run the collection.

 

command used to run:

aps -r=./vtune python <python-script>

 

Ubuntu version:22.04

oneAPI version: 2024.1.0

 

0 Kudos
3 Replies
yuzhang3_intel
Moderator
151 Views

Please post the output from the command lines below:

$sep -version

$vtune -version

0 Kudos
ChithraJ_Intel
Moderator
127 Views

sep -version:

Sampling Enabling Product Version: 5.45 Beta built on Feb 20 2024 06:00:32
SEP Driver Version: Error retrieving SEP driver version
PAX Driver Version: Error retrieving PAX driver version
Platform type: 155
CPU name: Intel(R) microarchitecture code named Meteorlake-P
PMU: meteorlake

vtune -version:
Intel(R) VTune(TM) Profiler 2024.1.0 (build 627630) Command Line Tool
Copyright (C) 2009 Intel Corporation. All rights reserved.

0 Kudos
yuzhang3_intel
Moderator
118 Views

Please install sep driver first, you can refer to the driver build and install part in the guide below:

https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2024-2/build-install-sampling-drivers-for-linux-targets.html

 

and then run the self-check utility for double check.

$ vtune-self-check.sh

0 Kudos
Reply