NuSiF-Solver/EnhancedSolver/2D-seq/include_ICC.mk

15 lines
246 B
Makefile
Raw Normal View History

2024-02-15 09:44:06 +01:00
CC = icx
GCC = gcc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)
OPENMP = -qopenmp
endif
VERSION = --version
CFLAGS = -O3 -xHost -qopt-zmm-usage=high -std=c99 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =