Skip to content

Commit

Permalink
Disable inlining until the issue #1434 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 23, 2021
1 parent e7dc1a9 commit e9158cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/Linux-x86-64-intel-regtest.psmp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ LIBXSMM_LIB = $(INTEL_PATH)/libxsmm/1.16.1/lib
SPGLIB_INC = $(INTEL_PATH)/spglib/1.16.0/include
SPGLIB_LIB = $(INTEL_PATH)/spglib/1.16.0/lib

CFLAGS = -O2 -fopenmp -fp-model precise -funroll-loops -g -traceback -xHost
# Only one test input (CH4-rsLDA.inp) gives wrong results with inlining enabled
CFLAGS = -O2 -fno-inline -fopenmp -fp-model precise -funroll-loops -g -qopenmp-simd -traceback -xHost

DFLAGS = -D__ELPA
DFLAGS += -D__FFTW3
Expand Down

0 comments on commit e9158cb

Please sign in to comment.