Skip to content

Commit 2b8cc96

Browse files
committed
remove openacc hooks in build system
1 parent 05b09dc commit 2b8cc96

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Make.Microphysics

-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ endif
6262
# Use a coarse grained OMP approach
6363
DEFINES += -DCRSEGRNDOMP
6464

65-
66-
# OpenACC support
67-
ifeq ($(USE_ACC), TRUE)
68-
DEFINES += -DACC
69-
endif
70-
7165
ifeq ($(USE_REACT), TRUE)
7266
DEFINES += -DREACTIONS
7367
endif

0 commit comments

Comments
 (0)