Github user mpjlu commented on the issue:

    https://github.com/apache/spark/pull/18551
  
    hi @felixcheung ,  I have tested one case, write a single thread java 
program, and call native blas. The performance is much better to disable native 
blas multi-threading (the total program performance). This is because JVM 
itself is multi-threading. 
    For JVM env,  maybe we cannot set "the number of core assigned to Spark and 
number of threads to native BLAS add up to the total number of CPU core 
available on the worker".   I didn't do enough test for this. 
    Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to