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

examples about 3D MKL FFT with OpenMP multiple threads

white888
Beginner
1,081 Views
Hi,

Where can I find any examples about 3D MKL FFT with OpenMP multiple threads? My code is FORTRAN 90.

Thanks.
0 Kudos
2 Replies
barragan_villanueva_
Valued Contributor I
1,081 Views
Quoting - white888
Hi,

Where can I find any examples about 3D MKL FFT with OpenMP multiple threads? My code is FORTRAN 90.

Thanks.

Hi,

Please look at the following MKL KB article where 2D FFT examples are presented:
http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/

But, what kind of examples for 3D you are searching. Did you look at DFTI examples in MKL?

Thanks
--Victor
0 Kudos
white888
Beginner
1,081 Views

Hi,

Please look at the following MKL KB article where 2D FFT examples are presented:
http://software.intel.com/en-us/articles/different-parallelization-techniques-and-intel-mkl-fft/

But, what kind of examples for 3D you are searching. Did you look at DFTI examples in MKL?

Thanks
--Victor

Yes, I looked at DFTIexamples in MKL, but didn't find any 3D examples with OpenMP threads.

That website is helpful. Thanks, Victor.

0 Kudos
Reply