Skip to content

Commit

Permalink
GNU Make: Fix name collision for aurora (#3656)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang authored Dec 6, 2023
1 parent efd77ff commit edb4c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/GNUMake/Make.machines
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ ifeq ($(findstring asterix, $(host_name)), asterix)
endif

ifeq ($(findstring aurora, $(host_name)), aurora)
ifneq ($(findstring alcf.anl.gov, $(host_name)),alcf.anl.gov)
which_site := hs
which_computer := aurora
endif
endif

ifeq ($(findstring kestrel, $(NREL_CLUSTER)), kestrel)
which_site := nrel
Expand Down

0 comments on commit edb4c25

Please sign in to comment.