henfiber / OpenBlasThreads

R wrapper package for openblas_set_num_threads(), works for linux only thus far. Will add for Windows when available and include other functions in due course should such a need arise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALLATION:

Install R package with selected openblas library path, i.e. R CMD INSTALL OpenBlasThreads.tar.gz --configure-args='PKG_LIBS=-L/path/to/openblas/lib -lopenblas'

About

R wrapper package for openblas_set_num_threads(), works for linux only thus far. Will add for Windows when available and include other functions in due course should such a need arise.


Languages

Language:C 50.2%Language:R 49.8%