Skip to content

Commit

Permalink
Enable OACC by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdavis8 authored and pranav-sivaraman committed Oct 17, 2023
1 parent 307f6f1 commit a414eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openacc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OPTIMIZE = yes
DEBUG = yes
PROFILE = no
MPI = no
OPENACC = no
OPENACC = yes

#===============================================================================
# Program name & source code list
Expand Down Expand Up @@ -47,7 +47,7 @@ ifeq ($(COMPILER),pgi)
endif
# OpenACC (assumes NVIDA GPU)
ifeq ($(OPENACC),yes)
CFLAGS += -acc -Minfo=accel -gpu=cc80
CFLAGS += -acc -Minfo=accel -gpu=cc70
endif
endif

Expand Down

0 comments on commit a414eea

Please sign in to comment.