include additional hostname matches for thera customization (#18)
Signed-off-by: Karl W. Schulz <karl.schulz@amd.com>
Este commit está contenido en:
cometido por
Karl W. Schulz
padre
41300ee423
commit
526445b859
+1
-1
@@ -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)
|
||||
|
||||
Referencia en una nueva incidencia
Block a user