From e64e41d6cd25b3afa40f920cf4db8e0805286538 Mon Sep 17 00:00:00 2001 From: Sebastian Mai Date: Fri, 6 Dec 2024 15:32:28 +0100 Subject: [PATCH] wfoverlap Makefile --- wfoverlap/source/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfoverlap/source/Makefile b/wfoverlap/source/Makefile index 6fa7215..53e318e 100644 --- a/wfoverlap/source/Makefile +++ b/wfoverlap/source/Makefile @@ -34,7 +34,7 @@ #STATIC = -static-intel -qopenmp-link=static PROFILE = # -pg OMP = -qopenmp -FC = ifx +FC = ifort DEBUG = #-g #-warn all # -traceback -check bounds OPT = -O3 -ipo FCFLAGS = $(OPT) $(OMP) $(PROFILE) $(DEBUG) -fpp -i8 -DEXTBLAS -I"${MKLROOT}/include" -z muldefs