[vsipl++] FFT Segmentation Fault
Stefan Seefeld
stefan at codesourcery.com
Thu Oct 11 16:25:45 UTC 2007
prakash narayanan wrote:
> Hi Everyone,
>
> I am new to VSIPL & VSIPL++. I recently installed the following on me
> link 64 bit AMD machine (dual core).
> VSIPL tvcpp0p86
> VSIPL++ sourceryvsipl++-1.3
>
>
> I have compiled and installed VSIPL++ using the following configuration
> command ...................
> ./configure --with-fft=none --disable-mpi --enable-sse --enable-sse2
> --disable-mpi --prefix=/usr/local host=IA64 --enable-cpu-mhz=2000
> --enable-cvsip
>
>
>
> After this a simple example program for FFT is taken and compiled.
The way to configure what FFT backends to use with VSIPL++, please
use the --enable-fft option. (The option accepts a comma-separated list
of backends.)
However, I'm not quite sure what you are trying to accomplish, as you
seem to want to disable FFT (you use "--with-fft=none"), yet you then
try to compile and run an FFT applet.
Typically, if no FFT backends are available, any code using vsip::Fft
objects will result in a compile-time error. (A way not to compile
any FFT backend in, yet prevent compile-time errors, is to use the
dummy "no_fft" backend, i.e., --enable-fft=no_fft.
Regards,
Stefan
--
Stefan Seefeld
CodeSourcery
stefan at codesourcery.com
(650) 331-3385 x718
More information about the vsipl++
mailing list