NuSiF-Solver/BasicSolver/2D-seq/include_ICX.mk

15 lines
280 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
2024-09-19 13:12:09 +02:00
CFLAGS = -O3 -xHost -qopt-zmm-usage=high -std=c99 $(OPENMP) -Wno-unused-command-line-argument
2024-02-15 09:44:06 +01:00
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =