Browse Source
When forcing USE_THREAD=0, override USE_OPENMP as well
This avoids an error exit a few lines down as USE_THREAD=0 conflicts with USE_OPENMP=1
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Makefile.system
|
|
|
@@ -181,6 +181,7 @@ endif |
|
|
|
|
|
|
|
ifeq ($(NUM_THREADS), 1) |
|
|
|
override USE_THREAD = 0 |
|
|
|
override USE_OPENMP = 0 |
|
|
|
endif |
|
|
|
|
|
|
|
ifdef USE_THREAD |
|
|
|
|