Skip to content

Commit

Permalink
Use GPU kernel as default for ELPA
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 24, 2021
1 parent 3828162 commit 6ba799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/CRAY-XC50_gnu.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CFLAGS = -O3 -fopenmp -fopenmp-simd -ftree-vectorize -funroll-loops -g

DFLAGS = -D__COSMA
DFLAGS += -D__DBCSR_ACC
DFLAGS += -D__ELPA
DFLAGS += -D__ELPA -D__ELPA_NVIDIA_GPU
DFLAGS += -D__FFTW3
DFLAGS += -D__GRID_CUDA
DFLAGS += -D__GSL
Expand Down

0 comments on commit 6ba799a

Please sign in to comment.