Fix in README

This commit is contained in:
Jan Eitzinger
2019-03-14 10:36:09 +01:00
parent c6bc088fa1
commit 15e98d2406

View File

@@ -20,8 +20,9 @@ As added benefit the code is a blueprint for a minimal benchmarking application
1. Configure the toolchain and additional options in `config.mk`:
```
TAG = GCC # Supported GCC, CLANG, ICC
ENABLE_OPENMP = false
# Supported: GCC, CLANG, ICC
TAG ?= GCC
ENABLE_OPENMP ?= false
OPTIONS = -DSIZE=40000000ull
OPTIONS += -DNTIMES=10