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 DFTI lacked 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 on the fact that Fortran 77 can accept variable arguments at the cost of loosen compiler type checking.
Is anyone interested in accessing MKL FFT functionality, namely DFTI, from Fortran 77?
Thanks,
Dima