Skip to content

Commit

Permalink
Handle ThetaGPU in GNU make system
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Aug 3, 2023
1 parent 1ce0303 commit 1509230
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 @@ -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
Expand Down

0 comments on commit 1509230

Please sign in to comment.