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

MKL Feedback request: Fortran 77 interface to MKL FFTs

Dmitry_B_Intel
Employee
280 Views

Hello all,

As you probably know MKL has been providing FFT functionality under Discrete Fourier Transform Interface (DFTI). This API is available for use from C/C++ and Fortran90 languages. However DFTIlacked support of Fortran 77 for it relied on derived type and generic interface features of modern Fortran.Later it has become clear that Fortran 77 can be supported in full, based onthe fact that Fortran 77 can accept variable arguments at the cost ofloosen compiler type checking.

Is anyone interested in accessing MKL FFT functionality, namely DFTI,from Fortran 77?

Thanks,
Dima

0 Kudos
0 Replies
Reply