简体   繁体   中英

R: Switching between OpenBLAS and ATLAS within a R sesssion using Ubuntu

Is there any way to switch between OpenBLAS and ATLAS libraries from a running R session? I am using Ubuntu 12.04.

Thank you

The R documentation states that in order to use another BLAS library , this needs to be specified configure time. This means that R needs to be rebuilt from source if you want to switch libraries. So, it is not possible to switch between BLAS libraries in a running R session.

no need to rebuild R, but yes do it when R is not running. See here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM