Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Restored production compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Oct 21, 2021
1 parent 133801b commit c495f58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile.Defines
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ GMEM = -fsanitize-address-use-after-scope -fstack-check -fsanitize=bounds-stri
GWARNINGS = -Wall -Warray-bounds -Wimplicit-interface -Wextra -Warray-temporaries
GPRODUCTION = -O3 -ffree-line-length-none $(GPAR)


MKL_ROOT = /apps/spack/bell/apps/intel-parallel-studio/cluster.2019.5-intel-19.0.5-4brgqlf/mkl/lib
IMKL = -I$(MKLROOT)/include
LMKL = -L$(MKLROOT)/lib/intel64 -qopt-matmul

FSTRICTFLAGS = $(IDEBUG) #$(SIMDVEC) $(PAR)
FFLAGS = $(IDEBUG) #$(SIMDVEC) $(PAR)
FSTRICTFLAGS = $(IPRODUCTION) $(STRICTREAL)
FFLAGS = $(IPRODUCTION) -fp-model=fast
FORTRAN = ifort
AR = xiar
CC = icc
Expand Down

0 comments on commit c495f58

Please sign in to comment.