Merge pull request #1429 from martin-frbg/override_omp

When forcing USE_THREAD to zero, override USE_OPENMP as well
This commit is contained in:
Martin Kroeker 2018-01-24 09:02:55 +01:00 committed by GitHub
commit 114fc0bae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ endif
ifeq ($(NUM_THREADS), 1) ifeq ($(NUM_THREADS), 1)
override USE_THREAD = 0 override USE_THREAD = 0
override USE_OPENMP = 0
endif endif
ifdef USE_THREAD ifdef USE_THREAD