Skip to content

Commit 43f4cef

Browse files
authored
remove openacc hooks in build system (#1754)
1 parent 3e1d2d7 commit 43f4cef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Make.Microphysics

-5
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ build_status:
5151
--git_names "Microphysics AMReX" \
5252
--git_dirs "$(TOP) $(AMREX_HOME)"
5353

54-
# OpenACC support
55-
ifeq ($(USE_ACC), TRUE)
56-
DEFINES += -DACC
57-
endif
58-
5954
ifeq ($(USE_REACT), TRUE)
6055
DEFINES += -DREACTIONS
6156
endif

0 commit comments

Comments
 (0)