[SciPy-dev] scipy testing results
Fernando Pérez
fperez at pizero.colorado.edu
Tue Feb 19 16:13:43 CST 2002
On Wed, 20 Feb 2002, Pearu Peterson wrote:
> Looks good to me.
> How did you install lapack library? Is it shared as well? Does your
> lapack library define symbol slaswp_?
> Try
> nm /usr/local/lib/atlas/liblapack.a | grep slaswp_
>
> I get the following output
> U slaswp_
> U slaswp_
> 00000000 T slaswp_
> U slaswp_
Blank. But the file is there:
[~]> d /usr/local/lib/atlas/*
/usr/local/home/fperez
-rw-r--r-- 1 root 5525216 Jan 24 2001 /usr/local/lib/atlas/libatlas.a
-rw-r--r-- 1 root 268612 Jan 24 2001 /usr/local/lib/atlas/libcblas.a
-rw-r--r-- 1 root 348090 Jan 24 2001
/usr/local/lib/atlas/libf77blas.a
-rw-r--r-- 1 root 156424 Jan 24 2001
/usr/local/lib/atlas/liblapack.a
I grabbed a build of atlas from the site pointed to by scipy which was made
for my machine (PIII/256Kb cache). Should I rebuild atlas?
thanks,
f
More information about the Scipy-dev
mailing list