Re: [R] BLAS with glmnet

2013-04-14 Thread peter dalgaard
On Apr 12, 2013, at 22:49 , Brian Pasley wrote: > I'm using a multithreaded BLAS library with R and I see the expected > speed improvements with matrix multiplication, svd, etc. However, > glmnet continues to use only a single CPU. Since this package is > compiled from Fortran, is this the expe

[R] BLAS with glmnet

2013-04-12 Thread Brian Pasley
I'm using a multithreaded BLAS library with R and I see the expected speed improvements with matrix multiplication, svd, etc. However, glmnet continues to use only a single CPU. Since this package is compiled from Fortran, is this the expected behavior or is there a way to compile the glmnet pack