Re: [Rd] configure can't find dgemm in MKL10

2008-04-21 Thread Christopher Paciorek
Just to follow up on my previous email with some results about this that may be helpful as a guide for others... this was on a Linux box, Intel processor, R 2.6.2. Following Prof. Ripley's suggestion, we went the shared BLAS route and were able to get this working using Goto BLAS. The combinati

Re: [Rd] configure can't find dgemm in MKL10

2008-04-18 Thread Prof Brian Ripley
Did you see See 'Shared BLAS' for an alternative (and in many ways preferable) way to use MKL. ? That's an easier route to get working, and you can swap BLASes almost instantly. But you need to look at the config.log to see what went wrong. 'Xeon' covers a multitude of processors, but m

[Rd] configure can't find dgemm in MKL10

2008-04-18 Thread Christopher Paciorek
Hi, I'm trying to follow the R-admin instructions for using MKL10 as the external BLAS compiling R-2.6.2 under Linux on a RH EL head node of a cluster. The configure process seems to have problems when it checks for dgemm in the BLAS. I'm using configure as: ./configure CC=icc F77=ifort --wi