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