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

Unable to find command after module load vtune/2024.0

侯玉山
Novice
1,083 Views

Hi,

I had an issue loading vtune:

 

module ava

--------------------------------------------------------- /opt/intel/oneapi/modulefiles ---------------------------------------------------------
advisor/latest debugger/latest inspector/latest mkl32/latest
advisor/2024.0 (D) debugger/2024.0.0 (D) inspector/2024.0 (D) mkl32/2024.0 (D)
ccl/latest dev-utilities/latest intel_ipp_ia32/latest mpi/latest (L)
ccl/2021.11.2 (D) dev-utilities/2024.0.0 (D) intel_ipp_ia32/2021.10 (D) mpi/2021.11 (D)
compiler-rt/latest dnnl/latest intel_ipp_intel64/latest oclfpga/latest
compiler-rt/2024.0.2 (D) dnnl/3.3.0 (D) intel_ipp_intel64/2021.10 (D) oclfpga/2024.0.0 (D)
compiler-rt32/latest dpct/latest intel_ippcp_ia32/latest tbb/latest
compiler-rt32/2024.0.2 (D) dpct/2024.0.0 (D) intel_ippcp_ia32/2021.9 (D) tbb/2021.11 (D)
compiler/latest dpl/latest intel_ippcp_intel64/latest tbb32/latest
compiler/2024.0.2 (D) dpl/2022.3 (D) intel_ippcp_intel64/2021.9 (D) tbb32/2021.11 (D)
compiler32/latest ifort/latest itac/latest (L) vtune/latest
compiler32/2024.0.2 (D) ifort/2024.0.2 (D) itac/2022.0 (D) vtune/2024.0 (D)
dal/latest ifort32/latest mkl/latest
dal/2024.0.0 (D) ifort32/2024.0.2 (D) mkl/2024.0 (D)

 

 

module load vtune

 

 

module list

Currently Loaded Modules:
1) mpi/latest 2) itac/latest 3) vtune/2024.0

 

 

vtune --help
-bash: vtune: command not found

 

 

 

module show vtune/2024.0
---------------------------------------------------------------------------------------------------------------------------------------------
/opt/intel/oneapi/modulefiles/vtune/2024.0:
---------------------------------------------------------------------------------------------------------------------------------------------
whatis("Intel(R) VTune(TM) Profiler 2024.0.0")
whatis("Version: /}")
whatis("Dependencies: none")
prepend_path("PATH","//bin64")
setenv("VTUNE_PROFILER_2024_DIR","/")
setenv("VTUNE_PROFILER_DIR","/")
help([[]])

 

 

I want to know where the problem lies

Thanks

0 Kudos
4 Replies
Juhi_B_Intel
Moderator
1,058 Views

Moving this from Base toolkit forum to Vtune/analyzer forum.

0 Kudos
yuzhang3_intel
Moderator
970 Views

Did you try with the latest release 2024.0.1? The same issue was observed? 

0 Kudos
nmnobre
Novice
852 Views

Yes, @yuzhang3_intel, the issue is still present on the latest release. Here's a patch @侯玉山:

 

modulefiles/vtune/2024.0

21,22c21

< set scriptpath ""

< set scriptpath "[file dirname [file normalize "/___"]]"

---

> set scriptpath "${ModulesCurrentModulefile}"

 

0 Kudos
yuzhang3_intel
Moderator
834 Views
Reply