[Rd] Problem building R with Intel MKL v10 BLAS

Ei-ji Nakama nakama at ki.rim.or.jp
Tue Feb 5 10:23:23 CET 2008


hi.

2008/2/5, M Redmond <redmond at stat.wisc.edu>:
> --with-blas="-L/.../intel/mkl/10.0.1.014/lib/em64t -lRblas -lmkl_intel_thread
> -lguide -lmkl_lapack -lmkl_core -lpthread" \
> --with-lapack="-L/.../intel/mkl/10.0.1.014/lib/em64t -lRlapack
> -lmkl_intel_thread -lguide -lmkl_lapack -lmkl_core -lpthread" \

Did libRblas and libRlapack make it with manual operation?

I see.../opt/intel/mkl/10.0.1.014/doc/userguide.pdf(Building Custom
Shared Objects)

awk '/F77_SYMBOL\([a-z]+\)\(\)/{FS="[()\t]";if(length($2)){print $2
"_"}}' m4/R.m4 > blas_list
MKL_ROOT=/opt/intel/mkl/10.0.1.014
make -f ${MKL_ROOT}/tools/builder/makefile \
            em64t export=blas_list xerbra=xerbla.o \
            name=/usr/local/lib/libmkl_myblas MKL_ROOT=${MKL_ROOT}

However, zdotu did not move even if I linked at this point in time....

-- 
EI-JI Nakama  <nakama at ki.rim.or.jp>
"\u4e2d\u9593\u6804\u6cbb"  <nakama at ki.rim.or.jp>



More information about the R-devel mailing list