Make OpenMP support a config option

This commit is contained in:
Jan Eitzinger
2019-03-13 16:24:59 +01:00
parent d87d668dcd
commit cb45dd74d0
5 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
# Supported: GCC, CLANG, ICC
TAG ?= GCC
ENABLE_OPENMP = false
#Feature options
OPTIONS = -DSIZE=40000000ull
OPTIONS += -DNTIMES=10
OPTIONS += -DARRAY_ALIGNMENT=64