Add markers to all benchmarks. Code review. Add GCC for dependencies.

This commit is contained in:
Jan Eitzinger
2019-09-15 06:47:55 +02:00
parent bf90da4224
commit 7dd895fefc
18 changed files with 153 additions and 33 deletions

View File

@@ -1,4 +1,5 @@
CC = icc
CC = icc
GCC = gcc
LINKER = $(CC)
ifeq ($(ENABLE_OPENMP),true)