Skip to content
Prev 1391 / 2152 Next

mpirun and R

On Jun 2, 2012, at 8:41 PM, Jonathan Greenberg wrote:

            
Yes, R will happily create one for you if you simply add --enable-BLAS-shlib -- e.g., if you link R against MKL with --enable-BLAS-shlib the resulting libRblas.so will be a fully functional MKL dynamic library that you can link against directly with no dependencies and you can use it in the alternatives setup.

Cheers,
Simon