Skip to content

Commit

Permalink
Increase opt level
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 13, 2021
1 parent 4dfd2de commit 8e96cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/Linux-x86-64-gfortran.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LIBXSMM_LIB = $(GNU_PATH)/libxsmm/1.16.1/lib
SPGLIB_INC = $(GNU_PATH)/spglib/1.16.0/include
SPGLIB_LIB = $(GNU_PATH)/spglib/1.16.0/lib

CFLAGS = -O2 -fopenmp -ftree-vectorize -funroll-loops -g -march=native -mtune=native
CFLAGS = -O3 -fopenmp -ftree-vectorize -funroll-loops -g -march=native -mtune=native

DFLAGS = -D__ELPA
DFLAGS += -D__FFTW3
Expand Down

0 comments on commit 8e96cf2

Please sign in to comment.