Skip to content

Commit

Permalink
Update vtune install directory to default oneapi directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshAgustinT authored Nov 29, 2024
1 parent 957495d commit eedd12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ endif ()

if (VTUNE)
if (NOT VTUNE_ROOT)
set(VTUNE_ROOT "/local/devel/intel/oneapi/vtune/latest/")
set(VTUNE_ROOT "/opt/intel/oneapi/vtune/latest/")
endif ()

message(WARNING "Using VTUNE_ROOT: ${VTUNE_ROOT}")
Expand Down

0 comments on commit eedd12c

Please sign in to comment.