Skip to content

Commit

Permalink
remove openacc hooks in build system (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Feb 14, 2025
1 parent 3e1d2d7 commit 43f4cef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Make.Microphysics
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ build_status:
--git_names "Microphysics AMReX" \
--git_dirs "$(TOP) $(AMREX_HOME)"

# OpenACC support
ifeq ($(USE_ACC), TRUE)
DEFINES += -DACC
endif

ifeq ($(USE_REACT), TRUE)
DEFINES += -DREACTIONS
endif
Expand Down

0 comments on commit 43f4cef

Please sign in to comment.