- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm using the MKL version distributed with composer_xe_2013.1.117 for Linux, and I cannot link to the F77 interface to FFTW. The functions I'm looking for are documented here: http://software.intel.com/sites/products/documentation/doclib/stdxe/2013/composerxe/mkl/mklman/GUID-50B3CA3E-C4B8-4469-A72B-733985A95905.htm but none of the references to the f77 functions can be resolved. For example:
FFT.f90:(.text+0x799): undefined reference to `rfftw_f77_create_plan_'
The fftw_f77 functions seem to be missing entirely:
>pwd
/opt/intel/composer_xe_2013.1.117/mkl/lib/intel64
> nm * | grep -i fftw | grep -i f77
000000000012f770 T fftw_plan_dft_c2r_1d
000000000012f770 T fftw_execute_split_dft_c2r
Should I look for these functions in a different directory? Please help.
Thanks,
Brian
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The FFTW2 wrappers are provided as source code and you have to compile and build the wrapper library before you can use them. Instructions on how to build the FFTW2 wrappers can be found here.
Note: If you use FFTW3 then you don't need this step. FFTW3 wrappers are already integrated inMKL.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page