MD-Bench/util/gather-bench/include_ICC.mk

10 lines
158 B
Makefile
Raw Normal View History

CC = icc
LINKER = $(CC)
OPENMP = -qopenmp
CFLAGS = -Ofast -xhost -std=c11 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =