[SciPy-user] problems with scipy.test() on Opteron 64-bit
Giovanni Samaey
Giovanni.Samaey at cs.kuleuven.ac.be
Tue Nov 23 05:56:50 EST 2004
Hi again,
after all my trouble (reported above) I finally got a completed scipy build.
I got however errors in scipy.test(), which I presumed to be due to
incorrect atlas libraries.
So I decided to compile those myself, following the instructions on
www.scipy.org.
I had to make several modifications; namely adding -fPIC and -m64 as
options to the make
files for blas and lapack. (Otherwise, linking failed during scipy build.)
Running scipy.test(), I get the errors that are shown in
file_atlas.txt. I decided to give it a try
without atlas (which in my case worked without any difficulty). I used
the blas and lapack
routines that were compiled by myself and that are used to build atlas.
As you will notice,
I get one error and one failure less in this case.
I am using cvs scipy and atlas3.6.0. Everything is compiled using the
gnu compilers with the
default options, to which -fPIC and -m64 are added for lapack and blas.
I googled and looked through this mailing list, but did not find
anything directly applicable.
(If I overlooked it, I already apologize beforehand.)
Best, Giovanni
--
Giovanni Samaey http://www.cs.kuleuven.ac.be/~giovanni/
Katholieke Universiteit Leuven email: giovanni at cs.kuleuven.ac.be
Departement Computerwetenschappen phone: +32-16-327081
Celestijnenlaan 200A, B-3001 Heverlee, Belgium fax: +32-16-327996
Office: A04.36
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: file_atlas.txt
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20041123/65685e46/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: file_noatlas.txt
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20041123/65685e46/attachment-0001.txt>
More information about the SciPy-User
mailing list