<p dir="ltr">On Jul 10, 2015 10:51 AM, "Olivier Grisel" <<a href="mailto:olivier.grisel@ensta.org">olivier.grisel@ensta.org</a>> wrote:<br>
><br>
> I narrowed down the segfault from the scipy tests on my machine to:<br>
><br>
> OPENBLAS_CORETYPE='Barcelona' /c/Python34_x64/python -c"import numpy<br>
> as np; print(np.linalg.svd(np.ones((129, 129), dtype=np.float64))"<br>
><br>
> Barcelona is the architecture detected by OpenBLAS. If I force Nehalem<br>
> or if I reduce the matrix to shape (128, 128), it no longer segfaults.<br>
> To debug it further I think I have to write a test program in C that<br>
> uses the sgesdd function of the libopenblaspy.dll or against the<br>
> official libopenblas.dll. Setting the dev environment under windows is<br>
> painful though.</p>
<p dir="ltr">I assume you've already checked that this is a Windows specific issue?</p>
<p dir="ltr">-n</p>