Le mardi 04 novembre 2014 à 14:55 -0800, Karel Zapfe a écrit :
>         Hi Milan Bouchet-Valat:
> 
> 
> Thanks for the fast reply. 
> My OS is a gentoo gnu/linux, and I got julia from the "portage tree",
> the usual repositories from source that gentoo mantains. The output of
> the
> command you requested is as follows:
>  
> julia> versioninfo()
> Julia Version 0.3.0
> Platform Info:
>   System: Linux (x86_64-pc-linux-gnu)
>   CPU: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
>   WORD_SIZE: 64
>   BLAS: libblas
>   LAPACK: liblapack
Do you know what /usr/lib/liblapack.so (or
maybe /usr/lib64/liblapack.so) points to? Is this the reference LAPACK?
Apparently the default LAPACK is the one with an asterisk in the output
of 'eselect lapack list'. If that command doesn't work, you can just use
'ls -l' and see where the .so file points.

Could you also find which version is the LAPACK you are using?

I found the details about BLAS/LAPACK on Gentoo at
https://www.gentoo.org/proj/en/science/blas-lapack.xml

Regards

Reply via email to