From a85c89b564e2e640afbac495f15239642e7cd536 Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Thu, 10 Nov 2022 15:43:38 -0600 Subject: [PATCH] include additional hostname matches for thera customization (#18) Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: 526445b859fa9a8f8461b384ac362aebdf35d806] --- projects/rocprofiler-compute/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index 044dbf79ce..ea389c7833 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -140,7 +140,7 @@ if(LOCALHOST MATCHES ".*\.crusher\.olcf\.ornl\.gov") endif() # Thera mods -if(LOCALHOST MATCHES ".*\.thera\.amd\.com") +if(LOCALHOST MATCHES "TheraS01|.*\.thera\.amd\.com|thera-hn") list(APPEND CMAKE_MESSAGE_INDENT " ") message(STATUS "Using thera-specific modulefile modification") file(READ ${PROJECT_SOURCE_DIR}/cmake/modfile.thera.mod mod_additions)