Skip to content
Prev 27516 / 63424 Next

Problem building R with Intel MKL v10 BLAS

hi.

2008/2/5, M Redmond <redmond at stat.wisc.edu>:
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....