Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29279 Discussions

OLD wrappers for F77 DFTI FFT routines

happyIntelCamper
Beginner
483 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
483 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
483 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