From 35036d9b61b4646e7ccb33f98559bff5d2c95e7c Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 9 Apr 2020 14:43:59 +0200 Subject: [PATCH] reduce NUM_PARALLEL to 1 --- Makefile.rule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 724a60ec4..70358c3f2 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -95,7 +95,7 @@ VERSION = 0.3.9.dev # This flag defines how many instances of OpenBLAS's calculation API can actually # run in parallel. If more than NUM_PARALLEL threads call OpenBLAS's calculation API, # they need to wait for the preceding API calls to finish or risk data corruption. -# NUM_PARALLEL = 2 +NUM_PARALLEL = 1 # When multithreading, OpenBLAS needs to use a memory buffer for communicating # and collating results for individual subranges of the original matrix. Since