Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7267 Discussions

Fortran F77 wrappers for MKL do they still exist?

happyIntelCamper
Beginner
603 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.
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
1 Reply
Dmitry_B_Intel
Employee
603 Views


Hi,

MKL doesn't provide F77 style DFTI. However, you might consider using FFTW3 Fortran interface to MKL Fourier transforms.

Regards
Dima

0 Kudos
Reply