From 7140d507d358fa5f03bc14a7bc173cbe287311f3 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 4 Aug 2023 17:37:29 -0700 Subject: [PATCH] makefile cleanup --- src/tce/ducc/GNUmakefile | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/src/tce/ducc/GNUmakefile b/src/tce/ducc/GNUmakefile index 86906a7bc2..4efe431cf7 100644 --- a/src/tce/ducc/GNUmakefile +++ b/src/tce/ducc/GNUmakefile @@ -1,14 +1,6 @@ #$Id$ OBJ_OPTIMIZE = map_hcore.o rot_vir.o ducc.o hh.o hp.o pp.o hhhh.o pppp.o hhhp.o ppph.o hhpp.o hphp.o -include ../../config/makefile.h - -ifeq ($(FC),ifx) -#fix for hhhh.F segv crash with ifx 2023.2.0 -FOPTIMIZE = -O0 -V=1 -endif - LIB_INCLUDES = -I../include LIBRARY = libtce.a @@ -20,16 +12,15 @@ LIB_DEFINES = -DDEBUG_PRINT ifdef OPTIMIZE_DUCC LIB_DEFINES += -DOPTIMIZE_DUCC endif -# -# Possible #defines -# -# -DDEBUG_PRINT /* Debug printing routines */ -# -DNOCOMMS /* Turn off ALL communication calls */ -# -DBLOCK_TRANSF /* Use block-transfer for comms calls */ -# -DOLD_AOBLOCK /* Recover original AO blocking scheme */ -# - -HEADERS = +include ../../config/makefile.h include ../../config/makelib.h +V=1 + +ifeq ($(FC),ifx) +#fix for hhhh.F segv crash with ifx 2023.2.0 +FOPTIMIZE = -O0 +endif + +