[SciPy-user] scipy.test problem

Matthew Brett matthew.brett at gmail.com
Fri Mar 17 10:33:53 EST 2006


Hi,

> Just out of interest, what compiler options are you using to build LAPACK and
> ATLAS? On the 64 bit P4 I use for LAPACK (in make.inc):
>
> OPTS     = -funroll-all-loops -O3 -m64 -fno-second-underscore  -fPIC
> NOOPT    = -m64 -fno-second-underscore -fPIC

OPTS     = -funroll-all-loops -fno-f2c -O3 -m64 -fPIC
NOOPT    = -m64 -fPIC

> and if I remember correctly, for ATLAS 3.7.11 I added (to Make.<arch> after
> ATLAS configuration):
> -fPIC and -m64 to various compiler options.

-fomit-frame-pointer -funroll-all-loops -mfpmath=sse -m64 -fPIC

with -03, -O as per the atlas defaults, and -march=nocona for gcc...

I've attached my build scripts in case they're useful.

Best,

Matthew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atlas_lapack_build.tgz
Type: application/x-gzip
Size: 3017 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060317/2d27528a/attachment.bin>


More information about the SciPy-User mailing list