Skip to content

Commit 894433a

Browse files
authored
Update Makefile.rule
1 parent 1b83341 commit 894433a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile.rule

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ VERSION = 0.3.0.dev
6161
# NUM_THREADS = 24
6262

6363
# If you have enabled USE_OPENMP and your application would call
64-
# OpenBLAS's caculation API in multi threads, please comment it in.
65-
# This flag define how many OpenBLAS's caculation API can actually
66-
# run in parallel. If more number threads call OpenBLAS's caculation API,
67-
# it would wait former API finish.
64+
# OpenBLAS's calculation API from multi threads, please comment it in.
65+
# This flag defines how many instances of OpenBLAS's calculation API can
66+
# actually run in parallel. If more threads call OpenBLAS's calculation API,
67+
# they need to wait for the preceding API calls to finish or risk data corruption.
6868
# NUM_PARALLEL = 2
6969

7070
# if you don't need to install the static library, please comment it in.

0 commit comments

Comments
 (0)