Skip to content

Commit

Permalink
Default is Pascal
Browse files Browse the repository at this point in the history
  • Loading branch information
fspiga committed Jul 1, 2017
1 parent 39e0155 commit e7b6208
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install/make.inc_x86-64
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ MPIF90 = mpif90
CC = pgcc
F77 = pgf77

GPU_ARCH=35
#GPU_ARCH=60
# Kepler = 35, Pascal = 60 (suggested)
#GPU_ARCH=35
GPU_ARCH=60

CFLAGS = -O3 -Mpreprocess $(DFLAGS) $(IFLAGS)
F90FLAGS = -O3 -Mpreprocess -mp -Mcuda=cc$(GPU_ARCH),cuda8.0 -Mlarge_arrays $(FDFLAGS) $(IFLAGS) $(MODFLAGS)
Expand Down

0 comments on commit e7b6208

Please sign in to comment.