Skip to content

OpenBLAS in everyday R?

1 message · Kenny Bell

#
On Sun, Dec 17, 2017 at 10:01 AM, Dirk Eddelbuettel <edd at debian.org> wrote:

            
Understood. To be clear, my suggestion is to change the *default* BLAS
implementation to multithreaded OpenBLAS.
This indeed was my experience if not being careful when using MRO, which
also has a multithreaded algebra library as the default. However, the
overall speed benefits far outweighed the costs. MRO helped to overcome
this problem with an interface to change the number of threads to use. In
MRO, it is on the user to switch this before using any explicit parallel
functionality. Another question, does using multithreaded OpenBLAS mess
with RcppParallel?