From 894433a7c71fba89b41af08acdd8fea7b48cc666 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Fri, 27 Apr 2018 12:08:06 +0200 Subject: [PATCH] Update Makefile.rule --- Makefile.rule | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.rule b/Makefile.rule index 0ce4c40a8..12734464b 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -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.