From 58583ab01f2ff0814f78b7024dca4f8cc8d7517d Mon Sep 17 00:00:00 2001 From: David A Minton Date: Thu, 16 Sep 2021 08:00:50 -0400 Subject: [PATCH] Updated default compiler flags to remove the Intel Advisor group --- Makefile.Defines | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.Defines b/Makefile.Defines index bbc15fb12..6effd7332 100644 --- a/Makefile.Defines +++ b/Makefile.Defines @@ -54,7 +54,7 @@ VTUNE_FLAGS = -g -O2 -qopt-report=5 -simd -shared-intel -qopenmp -debug inline-d IDEBUG = -O0 -init=snan,arrays -nogen-interfaces -no-pie -no-ftz -fpe-all=0 -g -traceback -mp1 -fp-model strict -fpe0 -debug all -align all -pad -ip -prec-div -prec-sqrt -assume protect-parens -CB -no-wrap-margin STRICTREAL = -fp-model strict -prec-div -prec-sqrt -assume protect-parens SIMDVEC = -simd -xhost -align all -assume contiguous_assumed_shape -vecabi=cmdtarget -fp-model no-except -PAR = -qopenmp -parallel #Something goes wrong in SyMBA at the moment with auto-paralellization enabled +PAR = -qopenmp -parallel HEAPARR = -heap-arrays 4194304 OPTREPORT = -qopt-report=5 IPRODUCTION = -no-wrap-margin -O3 $(PAR) $(SIMDVEC) #$(HEAPARR) @@ -68,8 +68,8 @@ GPRODUCTION = -O2 -ffree-line-length-none $(GPAR) #FFLAGS = $(IDEBUG) $(SIMDVEC) $(PAR) -FFLAGS = $(IPRODUCTION) $(OPTREPORT) $(STRICTREAL) $(ADVIXE_FLAGS) -FFASTFLAGS = -no-wrap-margin -O3 -fp-model fast $(SIMDVEC) $(OPTREPORT) $(PAR) +FFLAGS = $(IPRODUCTION) $(STRICTREAL) $(OPTREPORT) +FFASTFLAGS = $(IPRODUCTION) -fp-model fast $(OPTREPORT) FORTRAN = ifort #AR = xiar