You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is that some of the vtune - start-paused output is
vtune: Warning: Pause command is not supported for managed code profiling. Runtime overhead is still possible. Data size limit may be exceeded.
vtune: Collection paused.
and vtune-gui shows no result data
I suppose this is not a complete blocker since, without the -start-paused I end up with a vtune-gui
The system is ready for the following analyses:
* Performance Snapshot
* Hotspots with HW event-based sampling, HPC Performance Characterization, etc.
* Microarchitecture Exploration
* Memory Access
* Hotspots with HW event-based sampling and call stacks
* Threading with HW event-based sampling
The following analyses have failed on the system:
* Hotspots and Threading with user-mode sampling
* GPU Compute/Media Hotspots (characterization mode)
* GPU Compute/Media Hotspots (source analysis mode)
The text was updated successfully, but these errors were encountered:
I have Ubuntu 24.04, Lenovo thinkStation P5, Intel Xeon w3-2435 x 16
I followed, as far as I understood, the info at https://nrn.readthedocs.io/en/latest/install/debug.html#profiling-with-intel-vtune
Some further details in regard to setting things up are:
Install Intel oneAPI Base Toolkit (intel compilers and includes VTune). I used
https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html?operatingsystem=linux
I select the intel compilers with:
Install Caliper
and
near the end of the cmake output, we see
Build NEURON
In preparation for performance measurement
In Settings Power, select Power Mode "Performance"
also:
To do a performance measurement (eg. a modeldb model)
My problem is that some of the
vtune - start-paused
output isand
vtune-gui
shows no result dataI suppose this is not a complete blocker since, without the
-start-paused
I end up with avtune-gui
I do note that from https://www.intel.com/content/www/us/en/docs/vtune-profiler/installation-guide/2025-0/regular-install.html#ENV, running
/opt/intel/oneapi/vtune/latest/bin64$ vtune-self-checker.sh
ends with
The text was updated successfully, but these errors were encountered: