Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

OLD wrappers for F77 DFTI FFT routines

happyIntelCamper
Beginner
485 Views
Do F77 includeable wrappers still exist for the the DFTI FFT routines in MKL? This
would be for MKL 10 and above.
0 Kudos
2 Replies
TimP
Honored Contributor III
485 Views
Do F77 includeable wrappers still exist for the the DFTI FFT routines in MKL? This
would be for MKL 10 and above.
This seems more topical on MKL forum, but it does appear those include files use f2003 syntax, within the range of current ifort and gfortran support.
0 Kudos
happyIntelCamper
Beginner
485 Views
Quoting - tim18
Do F77 includeable wrappers still exist for the the DFTI FFT routines in MKL? This
would be for MKL 10 and above.
This seems more topical on MKL forum, but it does appear those include files use f2003 syntax, within the range of current ifort and gfortran support.
In the F77 style you would do INCLUDE and in F95/F2003 you would do a USE. There are some
'.FI' or '.F90' files but they are either C style or F2003 style includes.
0 Kudos
Reply