From 1e30eaf9c8dc67ad257ebe777f038629a004c8a6 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Tue, 20 Sep 2022 23:34:31 -0400 Subject: [PATCH] Removed -parallel flag that seems to slow the code down --- Makefile.Defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Defines b/Makefile.Defines index fcc43b14a..c73eb3910 100644 --- a/Makefile.Defines +++ b/Makefile.Defines @@ -48,7 +48,7 @@ COLLRESOLVE_HOME = $(ROOT_DIR)/collresolve/ IDEBUG = -O0 -init=snan,arrays -nogen-interfaces -no-pie -no-ftz -fpe-all=0 -g -traceback -mp1 -qopt-matmul -fp-model strict -fpe0 -debug all -align all -pad -ip -prec-div -prec-sqrt -assume protect-parens -CB -no-wrap-margin STRICTREAL = -fp-model=precise -prec-div -prec-sqrt -assume protect-parens SIMDVEC = -simd -xhost -align all -assume contiguous_assumed_shape -vecabi=cmdtarget -fp-model no-except -fma -PAR = -qopenmp -parallel +PAR = -qopenmp HEAPARR = -heap-arrays 4194304 OPTREPORT = -qopt-report=5 IPRODUCTION = -no-wrap-margin -O3 -qopt-prefetch=0 -qopt-matmul -sox $(PAR) $(SIMDVEC) #$(HEAPARR)