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