- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
Does anyone know how can I fetch the list of all of the VTune Profiler & Advisor Projects (even the ones that aren't showing up on GUI & assuming that all of them might be in different directories) through Intel OneAPI CLI?
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use installer command line tool to get oneAPI product list.
root@yuzhang3-10710:/opt/intel/oneapi/installer# ./installer --list-products
ID Version Installed Name
===================================================================================
intel.oneapi.lin.basekit.product 2024.1.0+589 true Intel® oneAPI Base Toolkit
intel.oneapi.lin.basekit.product 2024.2.0+633 true Intel® oneAPI Base Toolkit
intel.oneapi.lin.hpckit.product 2024.1.0+556 true Intel® HPC Toolkit
and then get components status using --list-components option:
root@yuzhang3-10710:/opt/intel/oneapi/installer# ./installer --product-id intel.oneapi.lin.basekit.product --product-ver 2024.1.0+589 --list-components
ID Version Installed Name
==================================================================================================================
intel.oneapi.lin.dpcpp-ct 2024.1.0+374 true Intel® DPC++ Compatibility Tool
intel.oneapi.lin.dpcpp_dbg 2024.1.0+435 true Intel® Distribution for GDB*
intel.oneapi.lin.dpl 2022.5.0+215 true Intel® oneAPI DPC++ Library
intel.oneapi.lin.tbb.devel 2021.12.0+495 true Intel® oneAPI Threading Building Blocks
intel.oneapi.lin.ccl.devel 2021.12.0+309 true Intel® oneAPI Collective Communications Library
intel.oneapi.lin.dpcpp-cpp-compiler 2024.1.0+963 true Intel® oneAPI DPC++/C++ Compiler
└─intel.oneapi.lin.dpl 2022.5.0+215 true └─Intel® oneAPI DPC++ Library
intel.oneapi.lin.dal.devel 2024.2.0+276 true Intel® oneAPI Data Analytics Library
intel.oneapi.lin.ipp.devel 2021.11.0+528 true Intel® Integrated Performance Primitives
intel.oneapi.lin.ippcp.devel 2021.11.0+33 true Intel® Integrated Performance Primitives Cryptography
intel.oneapi.lin.mkl.devel 2024.1.0+691 true Intel® oneAPI Math Kernel Library
intel.oneapi.lin.advisor 2024.1.0+499 false Intel® Advisor
intel.oneapi.lin.vtune 2024.1.0+515 false Intel® VTune(TM) Profiler
intel.oneapi.lin.dnnl 2024.1.0+567 true Intel® oneAPI Deep Neural Network Library
└─intel.oneapi.lin.tbb.devel 2021.12.0+495 true └─Intel® oneAPI Threading Building Blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for replying, but I do not require the product list, instead I require the Project List i.e. which is all the project whose analysis was done by either VTune Profiler or Advisor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you want to find out about all the VTune and Advisor projects? The GUI shows recent projects and opened results.
Maybe you can search *.vtuneproj as below:
$ find . -name *.vtuneproj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your reply but wouldn't that search for files system-wide, that would not be feasible. Is there any way to list all the VTune and Advisor projects through one of the Intel OneAPI commands itself?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So far, there is no command to do it.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page