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

This analysis type is not applicable to the system because VTune Profiler cannot recognize the proce

Lemontree1
Beginner
719 Views

Hi, all.

When I launch VTune for Fortran project, see error:

This analysis type is not applicable to the system because VTune Profiler cannot recognize the processor. If this is a new Intel processor, please check for an updated version of VTune Profiler. If this is an unreleased Intel processor, please contact Online Service Center for an NDA product package.
 
This analysis type is not applicable to the current machine microarchitecture
 
CPU is Intel(R) Xeon(R) CPU E7-4820 v2 @ 2.00GHz
VTune Profiler 2023.0.0
 
What can be done to fix this?
Thanks in advance
0 Kudos
1 Reply
yuzhang3_intel
Moderator
700 Views

Please use command line below to get your platform type:

$ emon -v

...........

Device Type ............... Intel(R) microarchitecture code named Cometlake U
EMON Database ............. skylake
Platform type ............. 133

 

...............

and then click $ emon --pl to check if the platform type is supported by the current VTune release, like below:

yuzhang3@yuzhang3-BRi7-H-10710:~$ emon --pl
Platform: 88, PMU: haswell, Signature: 0x306c0, CPU name: Intel(R) Core(TM) Processor code named Haswell
Platform: 90, PMU: silvermont, Signature: 0x30670, CPU name: Intel(R) Atom(TM) Processor code named Silvermont

..........................

Platform: 156, PMU: alderlake_gracemont, Signature: 0xb06e0, CPU name: Intel(R) microarchitecture code named Alderlake-N
Platform: 157, PMU: emeraldrapids_server, Signature: 0xc06f0, CPU name: Intel(R) Xeon(R) Processor code named Emeraldrapids

 

 

 

0 Kudos
Reply