[Q] Where can I find CBLAS dll file for windows?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Q] Where can I find CBLAS dll file for windows?

Sungjin Chun
I managed to find blas and lapack dlls (libblas.dll and liblapack,dll)
for Smallapack
but I cannot find libcblas.dll (and possibly libclapack.dll?) for win32.

Can anyone let me know where can I find one for win32?

Thanks in advance.

Reply | Threaded
Open this post in threaded view
|

Re: [Q] Where can I find CBLAS dll file for windows?

Nicolas Cellier
One possibility is to get these from ATLAS (Automatically Tuned Linear
Algebra System).
I don't know if there are precompiled DLL available.
Normally, you'll have to compile by yourself because the library must
be tuned for your processor, the size of its cache etc...
See http://math-atlas.sourceforge.net/ and
http://en.wikipedia.org/wiki/Automatically_Tuned_Linear_Algebra_Software
and http://www.netlib.org/atlas/

Nicolas

Le 15 avril 2012 11:39, Sungjin Chun <[hidden email]> a écrit :
> I managed to find blas and lapack dlls (libblas.dll and liblapack,dll)
> for Smallapack
> but I cannot find libcblas.dll (and possibly libclapack.dll?) for win32.
>
> Can anyone let me know where can I find one for win32?
>
> Thanks in advance.
>