Update Makefile.rule

This commit is contained in:
Martin Kroeker 2018-04-27 12:08:06 +02:00 committed by GitHub
parent 1b83341d19
commit 894433a7c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ VERSION = 0.3.0.dev
# NUM_THREADS = 24
# If you have enabled USE_OPENMP and your application would call
# OpenBLAS's caculation API in multi threads, please comment it in.
# This flag define how many OpenBLAS's caculation API can actually
# run in parallel. If more number threads call OpenBLAS's caculation API,
# it would wait former API finish.
# OpenBLAS's calculation API from multi threads, please comment it in.
# This flag defines how many instances of OpenBLAS's calculation API can
# actually run in parallel. If more threads call OpenBLAS's calculation API,
# they need to wait for the preceding API calls to finish or risk data corruption.
# NUM_PARALLEL = 2
# if you don't need to install the static library, please comment it in.