Skip to content

Commit efca5f0

Browse files
committed
OneAPI makefile tweak
1 parent 61448a6 commit efca5f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

production_c/Makefile_OneAPI

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ IFLAGS= -I../INCLUDE $(shell gsl-config --cflags)
55

66
CFLAGS= $(IFLAGS) -qmkl -std=gnu11 -ipo -qopt-zmm-usage=high -MD\
77
-xSKYLAKE -axSKYLAKE-AVX512,CASCADELAKE,TIGERLAKE,COFFEELAKE,ALDERLAKE,RAPTORLAKE\
8-
-DMKL_DIRECT_CALL -D__INTEL_MKL__ -D__RANLUX__\
9-
-qopenmp -qopenmp-simd -DSA3AT\
10-
-mllvm -loopopt=0
8+
-DMKL_DIRECT_CALL -D__INTEL_MKL__ -D__RANLUX__ -DINT_LPFR\
9+
-qopenmp -qopenmp-simd -DSA3AT
10+
# -mllvm -loopopt=0
1111
#Last Line required to avoid segmentation fault
1212

1313
LFLAGS= -L${MKLROOT}/lib/intel64 -limf $(shell gsl-config --libs-without-cblas)
@@ -23,6 +23,7 @@ SRC= \
2323
fermionic.c\
2424
force.c\
2525
par_mpi.c \
26+
integrate.c\
2627
su2hmc.c
2728

2829
INC= \
@@ -32,6 +33,7 @@ INC= \
3233
random.h \
3334
matrices.h \
3435
par_mpi.h \
36+
integrate.h\
3537
su2hmc.h \
3638
#
3739
# No need to edit below this line

0 commit comments

Comments
 (0)