Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-02-05 Thread Ei-ji Nakama
hi. 2008/2/5, M Redmond <[EMAIL PROTECTED]>: > --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 -lpthrea

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-02-05 Thread Ei-ji Nakama
hi. 2008/2/5, M Redmond <[EMAIL PROTECTED]>: > --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 -lpthrea

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-02-04 Thread M Redmond
Michael Braun MIT.EDU> writes: > > NO > > Hi. I'm not sure if this is an R-help or R-devel problem, so I'm > starting here in the hope that someone can help (and willing to go to > the other list if it's more appropriate). I think I am following all of > the instructions in the various man

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-02-04 Thread M Redmond
Ei-ji Nakama ki.rim.or.jp> writes: > > Hi. > > 2008/1/25, Michael Braun mit.edu>: > > NO > > > > Hi. I'm not sure if this is an R-help or R-devel problem, so I'm > > starting here in the hope that someone can help (and willing to go to > > the other list if it's more appropriate). I think I

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-30 Thread Ei-ji Nakama
Hi. 2008/1/25, Michael Braun <[EMAIL PROTECTED]>: > NO > > Hi. I'm not sure if this is an R-help or R-devel problem, so I'm > starting here in the hope that someone can help (and willing to go to > the other list if it's more appropriate). I think I am following all of > the instructions in the

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-29 Thread Hin-Tak Leung
Prof Brian Ripley wrote: > On Mon, 28 Jan 2008, Hin-Tak Leung wrote: > >> Prof Brian Ripley wrote: >>> On Fri, 25 Jan 2008, Michael Braun wrote: >>> Thanks for everyone's help. Unfortunately, still no success. So I took the alternate route suggested in section A.3.1.5 of R-admin, >>>

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-28 Thread Prof Brian Ripley
On Mon, 28 Jan 2008, Hin-Tak Leung wrote: > Prof Brian Ripley wrote: >> On Fri, 25 Jan 2008, Michael Braun wrote: >> >>> Thanks for everyone's help. Unfortunately, still no success. So I took >>> the alternate route suggested in section A.3.1.5 of R-admin, and just >>> created a symbolic link

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-28 Thread Hin-Tak Leung
Prof Brian Ripley wrote: > On Fri, 25 Jan 2008, Michael Braun wrote: > >> Thanks for everyone's help. Unfortunately, still no success. So I >> took the alternate route suggested in section A.3.1.5 of R-admin, and >> just created a symbolic link from libRblas.so to >> .../libmkl_gf_lp64.so. I

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-25 Thread Prof Brian Ripley
On Fri, 25 Jan 2008, Michael Braun wrote: > Thanks for everyone's help. Unfortunately, still no success. So I took the > alternate route suggested in section A.3.1.5 of R-admin, and just created a > symbolic link from libRblas.so to .../libmkl_gf_lp64.so. I can still > multiply 2 matrices to

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-25 Thread Michael Braun
NO Thanks for everyone's help. Unfortunately, still no success. So I took the alternate route suggested in section A.3.1.5 of R-admin, and just created a symbolic link from libRblas.so to .../libmkl_gf_lp64.so. I can still multiply 2 matrices together in R, so it looks like this is working.

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-25 Thread Hin-Tak Leung
This part "-lmkl_gf_lp64.so -lmkl_gnu_thread.so -lmkl_core.so" looks wrong - it should be "-lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core" without the ".so" part. I don't know how BLAS_LIBS does it, but when I was linking against mkl 9, all I did which different from the usual build (diff from the two

Re: [Rd] Problem building R with Intel MKL v10 BLAS

2008-01-24 Thread Prof Brian Ripley
On Thu, 24 Jan 2008, Michael Braun wrote: > NO > > Hi. I'm not sure if this is an R-help or R-devel problem, so I'm Definitely R-devel. > starting here in the hope that someone can help (and willing to go to > the other list if it's more appropriate). I think I am following all of > the instru