From 1509230086597a3178d6e2f9b5cfffd89f075e03 Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Thu, 3 Aug 2023 14:44:44 -0700 Subject: [PATCH] Handle ThetaGPU in GNU make system --- Tools/GNUMake/Make.machines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/GNUMake/Make.machines b/Tools/GNUMake/Make.machines index 39eb3547b13..a79856c4e9c 100644 --- a/Tools/GNUMake/Make.machines +++ b/Tools/GNUMake/Make.machines @@ -76,9 +76,11 @@ endif ifeq ($(findstring alcf.anl.gov, $(host_name)),alcf.anl.gov) ifeq ($(findstring theta, $(host_name)), theta) + ifneq ($(findstring thetagpu, $(host_name)), thetagpu) which_site := alcf which_computer := theta endif + endif ifeq ($(findstring polaris, $(host_name)), polaris) which_site := alcf which_computer := polaris