2
0

include additional hostname matches for thera customization (#18)

Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 526445b859]
Este cometimento está contido em:
Karl W. Schulz
2022-11-10 15:43:38 -06:00
cometido por Karl W. Schulz
ascendente cc17c4f8e9
cometimento a85c89b564
+1 -1
Ver ficheiro
@@ -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)