<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Aug 9, 2014 at 6:15 AM, Carl Kleffner <span dir="ltr"><<a href="mailto:cmkleffner@gmail.com" target="_blank">cmkleffner@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>numpy dot is using BLAS with OpenBLAS. Tested on Linux and Windows (see <a href="https://bitbucket.org/carlkl/mingw-w64-for-python/downloads" target="_blank">https://bitbucket.org/carlkl/mingw-w64-for-python/downloads</a>)<br>

<br></div><div>Regards<br><br></div><div>Carl<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-09 0:31 GMT+02:00 Sturla Molden <span dir="ltr"><<a href="mailto:sturla.molden@gmail.com" target="_blank">sturla.molden@gmail.com</a>></span>:<div>
<div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Charles R Harris <<a href="mailto:charlesr.harris@gmail.com" target="_blank">charlesr.harris@gmail.com</a>> wrote:<br>


<br>
</div><div>> It looks like numpy dot only uses BLAS if ATLAS is present, see<br>
> numpy/core/setup.py. Has anyone done the mods needed to use OpenBLAS? What<br>
> is the current status of using OpenBLAS with numpy?<br>
<br>
</div>I thought it also uses BLAS if MKL or Accerate Framework is present, but I<br>
am not sure about OpenBLAS, ACML or Cray libsci.<br>
<br></blockquote></div></div></div></div></blockquote><div><br></div><div>Yeah, I figured that out, there is a comment in dotblas that says not, but checking how things are configured, it turns out they should be good. The original problem seems to have been that dotblas requires cblas and can't work with fortran blas. OTOH, linalg uses the f2c interface and, I presume, can link to fortran libraries. It would be nice to unify the two at some point.<br>
<br></div><div>Chuck <br></div></div></div></div>