Skip to content

Commit edb4c25

Browse files
authored
GNU Make: Fix name collision for aurora (#3656)
1 parent efd77ff commit edb4c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/GNUMake/Make.machines

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@ ifeq ($(findstring asterix, $(host_name)), asterix)
123123
endif
124124

125125
ifeq ($(findstring aurora, $(host_name)), aurora)
126+
ifneq ($(findstring alcf.anl.gov, $(host_name)),alcf.anl.gov)
126127
which_site := hs
127128
which_computer := aurora
128129
endif
130+
endif
129131

130132
ifeq ($(findstring kestrel, $(NREL_CLUSTER)), kestrel)
131133
which_site := nrel

0 commit comments

Comments
 (0)