1617661 : Intel VTune slurm module misconfigured¶
Created: 2026-07-16T09:35:14Z - current status: new¶
Anonymized Summary:¶
A user reported that the Intel VTune Slurm module is incorrectly configured—it prepends a non-existent path (/software/opt/intel/2025/oneapi/vtune/2025.0/etc/modulefiles/bin64) to $PATH, causing vtune commands to fail. However, the actual binary exists at /software/opt/intel/2025/oneapi/vtune/2025.0/bin64/vtune.
Issue:¶
The modulefile’s prepend-path directive points to an incorrect location (.../etc/modulefiles/bin64), while the executable resides in .../bin64. This prevents users from running VTune after loading the module.
Proposed Solution:¶
Update the VTune modulefile to replace the erroneous path with the correct binary directory:
prepend-path PATH /software/opt/intel/2025/oneapi/vtune/2025.0/bin64
Additionally, verify that VTUNE_PROFILER_DIR and related variables align with the actual installation paths.
References:¶
- Context derived from user-provided terminal output and Maxwell cluster documentation (no direct external references).