From: Jesús on
"Sebastiaan " <s.breedveld(a)erasmusmc.REMOVE.BOO.BOO.nl> wrote in message <hav6ej$iiq$1(a)fred.mathworks.com>...
> "Jes?s " <jpeinado.removethis(a)gmail.com> wrote in message <hahpjd$n98$1(a)fred.mathworks.com>...
> > Hello:
> >
> > I am using MATLAB R2008b. I think this version and the latest versions of MATLAB use the MKL library 10.0.3. My question is that I am using it on a Linux Machine. This machine has also installed the MKL version 10.1.1.
> >
> > - Can I use 10.1.1 on MATLAB R2008b?
> >
> > - If this is possible? How?
> >
> > With many thanks in advance
> >
> > JP
>
> To come back to this problem: I forgot that you can actually change the BLAS library 'legally', by setting BLAS_VERSION:
>
> On Linux Machines:
> 1. Download GotoBlas2 and install it
> 2. Bash terminal: export BLAS_VERSION=pathtoGotoBlas2/libgoto2.so
> 3. The same terminal: matlab
>
> Victor's post reminded me of this:
> http://www.mathworks.com/matlabcentral/newsreader/view_thread/261541
>
> You can probably do something similar with the MKL library.
>
> Sebastiaan

Thank you

Jesus