<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FFT in Fortran in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850814#M6562</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336755"&gt;Todd Rosenquist (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;The zfft2d function was one of several FFT functions that we discontinued after introducing our new interface several years ago. Please check out the new interface that is described in Chapter11, Fast Fourier Transforms,in the reference manual doc/mklman.pdf.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Todd&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please can we have the old interface back? The new interface is complicated, and in fortran horrible (you have to use EQUIVALENCE to call it; not obvious how to do this will allocatable arrays).&lt;/P&gt;
&lt;P&gt;I have well tested code using the old routines which worked fine - why make more work, probably introducing lots of new bugs. If you can't add it to MKL again, could you please post the wrapper code and instructions so we can wrap it ourself? (i.e. still compile old code without having to go through and replace every FFT call).&lt;/P&gt;
&lt;P&gt;Or I suppose provide a copy of version MKL 9?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Nov 2008 09:40:16 GMT</pubDate>
    <dc:creator>antony</dc:creator>
    <dc:date>2008-11-19T09:40:16Z</dc:date>
    <item>
      <title>FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850809#M6557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I just started with usin IFORT and MKL, so I don't have a lot of experiences with them.&lt;/P&gt;
&lt;P&gt;I have a code in fortran, which uses mkl for FFT. I try to compile it on my computer. I installed IFORT ver. 10.1.018 nad MKL ver. 10.0.5.025. I compile like this:&lt;/P&gt;
&lt;P&gt;ifort -w95 -cm -O3 -align -o prog prog.f /opt/intel/mkl/10.0.5.025/lib/32/libmkl_intel.a -lpthread -Vaxlib&lt;/P&gt;
&lt;P&gt;However, I receive an error:&lt;/P&gt;
&lt;P&gt;/tmp/ifortSI5ZwN.o: In function `MAIN__':&lt;BR /&gt;prog.f:(.text+0x1465): undefined reference to `zfft2d_'&lt;BR /&gt;...&lt;/P&gt;
&lt;P&gt;This code has been written before several years and probably it uses another version of MKL and compiller. In the original makefile which comes with code is compilation written in this way:&lt;/P&gt;
&lt;P&gt;efc -w95 -cm -O3 -align -o prog prog.f /opt/intel/mkl/lib/64/libmkl_itp.a -lpthread -Vaxlib&lt;/P&gt;
&lt;P&gt;Shoud I link some other files or libraries or change something in the code?&lt;/P&gt;
&lt;P&gt;Thank you very much for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2008 09:21:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850809#M6557</guid>
      <dc:creator>alastor</dc:creator>
      <dc:date>2008-11-08T09:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850810#M6558</link>
      <description>&lt;DIV style="margin:0px;"&gt;Hi, no you don't change the code but you have to link some others libraries. All needed linking examples you can find in userguide ( for example, please see chapter 5 -Linking Your Application with MKL"&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;--GIF&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Nov 2008 14:44:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850810#M6558</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2008-11-08T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850811#M6559</link>
      <description>&lt;P&gt;I linked everything what I found is connected to fast fourier transformation, but I have always the same error statement :-(&lt;/P&gt;</description>
      <pubDate>Thu, 13 Nov 2008 11:19:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850811#M6559</guid>
      <dc:creator>alastor</dc:creator>
      <dc:date>2008-11-13T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850812#M6560</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I installed now the latest version of IFORT 11.0 including also MKL.&lt;/P&gt;
&lt;P&gt;I built also the interface libaries for FFT (fftw2xf_intel and fftw2xc_intel).&lt;/P&gt;
&lt;P&gt;I am compiling now like this:&lt;/P&gt;
&lt;P&gt;ifort -w95 -cm -O3 -align -o prog prog.f -I/opt/intel/Compiler/11.0/069/mkl/include/fftw -L/opt/intel/Compiler/11.0/069/mkl/lib/em64t -lguide -lpthread -lfftw2xf_intel -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lmkl_cdft -lmkl_cdft_core -lmkl_solver -lmkl_em64t -Vaxlib&lt;/P&gt;
&lt;P&gt;(probably there are more libraries as needed, but I want to reasure myself, that everything is there)&lt;/P&gt;
&lt;P&gt;and I receive the same error statement:&lt;/P&gt;
&lt;P&gt;/tmp/ifortM7tn7N.o: In function `MAIN__':&lt;BR /&gt;prog.f:(.text+0x343e): undefined reference to `zfft2d_'&lt;BR /&gt;prog.f:(.text+0x345f): undefined reference to `zfft2d_'&lt;BR /&gt;prog.f:(.text+0x3480): undefined reference to `zfft2d_'&lt;BR /&gt;prog.f:(.text+0x391b): undefined reference to `zfft2d_'&lt;BR /&gt;prog.f:(.text+0x393c): undefined reference to `zfft2d_'&lt;BR /&gt;/tmp/ifortM7tn7N.o:prog.f:(.text+0x395d): more undefined references to `zfft2d_' follow&lt;BR /&gt;make: *** [prog] Error 1&lt;/P&gt;
&lt;P&gt;Does anybody know how to solve this??? I don't know whare the problem could be and what to do more :-(&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2008 12:08:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850812#M6560</guid>
      <dc:creator>alastor</dc:creator>
      <dc:date>2008-11-14T12:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850813#M6561</link>
      <description>&lt;DIV style="margin:0px;"&gt;The zfft2d function was one of several FFT functions that we discontinued after introducing our new interface several years ago. Please check out the new interface that is described in Chapter11, Fast Fourier Transforms,in the reference manual doc/mklman.pdf.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Nov 2008 22:23:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850813#M6561</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-11-17T22:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850814#M6562</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336755"&gt;Todd Rosenquist (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;The zfft2d function was one of several FFT functions that we discontinued after introducing our new interface several years ago. Please check out the new interface that is described in Chapter11, Fast Fourier Transforms,in the reference manual doc/mklman.pdf.&lt;/DIV&gt;
&lt;DIV style="margin:0px;"&gt;-Todd&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Please can we have the old interface back? The new interface is complicated, and in fortran horrible (you have to use EQUIVALENCE to call it; not obvious how to do this will allocatable arrays).&lt;/P&gt;
&lt;P&gt;I have well tested code using the old routines which worked fine - why make more work, probably introducing lots of new bugs. If you can't add it to MKL again, could you please post the wrapper code and instructions so we can wrap it ourself? (i.e. still compile old code without having to go through and replace every FFT call).&lt;/P&gt;
&lt;P&gt;Or I suppose provide a copy of version MKL 9?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2008 09:40:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850814#M6562</guid>
      <dc:creator>antony</dc:creator>
      <dc:date>2008-11-19T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: FFT in Fortran</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850815#M6563</link>
      <description>&lt;P&gt;PS. for anyone else wanting to get old code working, this is the cleanest FFT module I could find:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://users.bigpond.net.au/amiller/singlton.f90" target="_blank"&gt;http://users.bigpond.net.au/amiller/singlton.f90&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(though only complex-complex and not optimized, it at least has a simple clean interface and works).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2008 10:28:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/FFT-in-Fortran/m-p/850815#M6563</guid>
      <dc:creator>antony</dc:creator>
      <dc:date>2008-11-19T10:28:14Z</dc:date>
    </item>
  </channel>
</rss>

