Morpho OpenBLASControl
Brought to you by:
zarquon42b
File | Date | Author | Commit |
---|---|---|---|
R | 2013-06-27 |
![]() |
[9f1baf] initial commit |
man | 2013-06-27 |
![]() |
[9f1baf] initial commit |
src | 2013-06-28 |
![]() |
[b3441e] changed readme and used openblas_set_num_threads |
DESCRIPTION | 2013-06-28 |
![]() |
[b3441e] changed readme and used openblas_set_num_threads |
NAMESPACE | 2013-06-27 |
![]() |
[9f1baf] initial commit |
README.md | 2013-06-28 |
![]() |
[b3441e] changed readme and used openblas_set_num_threads |
R package to control number of OpenBLAS threads
To install use R CMD INSTALL Path_to_this_package --configure-args='PKG_LIBS=-L/Path_to_OpenBLAS/lib -lopenblas'
and be sure to set the right location for OpenBLAS. (E.g. I have installed it in opt/OpenBLAS/lib)
You also need to have OpenBLAS enabled (e.g. via update-alternatives) to install the package.