From eedd12cfa56ad79fe66f0b3b1ac1afbf4434ab85 Mon Sep 17 00:00:00 2001 From: JoshAgustinT <89602882+JoshAgustinT@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:30:30 -0700 Subject: [PATCH] Update vtune install directory to default oneapi directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cbe6a17a..a8b5b186 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")