Initial checkin.

This commit is contained in:
Jan Eitzinger
2019-03-11 10:52:44 +01:00
parent 7a9a9e77eb
commit 170de803bb
18 changed files with 925 additions and 1 deletions

9
include_ICC.mk Normal file
View File

@@ -0,0 +1,9 @@
CC = icc
LINKER = $(CC)
OPENMP = -qopenmp
CFLAGS = -Ofast -xhost -std=c11 $(OPENMP)
LFLAGS = $(OPENMP)
DEFINES = -D_GNU_SOURCE
INCLUDES =
LIBS =