[SciPy-user] SciPy-user Digest, Vol 31, Issue 8
Paul Ray
Paul.Ray at nrl.navy.mil
Tue Mar 7 12:46:49 CST 2006
On Mar 7, 2006, at 12:51 PM, George Nurser wrote:
>
> On 7 Mar 2006, at 17:21, Paul Ray wrote:
>>
>> Is there any way to positively confirm that FFTW3 is actually getting
>> called?
>>
>
> Do an ldd on
> ....../site-packages/scipy/fftpack/_fftpack.so
>
> to check if that's linked to your fftw3 libraries
>ldd /usr/local/lib/python2.4/site-packages/scipy/fftpack/_fftpack.so
libg2c.so.0 => /usr/lib64/libg2c.so.0 (0x0000002a95743000)
libm.so.6 => /lib64/tls/libm.so.6 (0x0000002a95864000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x0000002a959ea000)
libc.so.6 => /lib64/tls/libc.so.6 (0x0000002a95af6000)
/lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000)
Interesting, so it seems like it is NOT linking to /usr/local/lib/
libfftw3*, despite scipy.show_config() saying that it is.
Cheers,
-- Paul
--
Dr. Paul S. Ray E-mail: Paul.Ray at nrl.navy.mil
Naval Research Laboratory WWW : http://xweb.nrl.navy.mil/
personnel/paulr/
Code 7655 Phone : (202) 404-1619
Washington, DC 20375 AIM : NRLPSR
More information about the SciPy-user
mailing list