OpenBLAS: build scripts for module with/without OpenMP

This commit is contained in:
2014-07-25 17:28:24 +02:00
parent 715ca70ab6
commit 322b8e1d7b
2 changed files with 51 additions and 2 deletions

View File

@@ -15,8 +15,8 @@ VERSION = 0.2.9
TARGET = CORE2
CC = gcc
BINARY=64
USE_THREAD = 1
USE_OPENMP = 1
USE_THREAD = 0
USE_OPENMP = 0
NO_SHARED = 1
NO_WARMUP = 1
NO_AFFINITY = 1