<?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 How to make fftw2xf for intel fortran compiler without intel c compiler? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804092#M3280</link>
    <description>Hello&lt;BR /&gt;&lt;BR /&gt;How i can make the lib fftw2xf without the intel c compiler for the intel fortran compiler?&lt;BR /&gt;&lt;BR /&gt;If i use the flag compiler=gnu (the only c compiler at the system) i cannot use the the lib with intel fortran.&lt;BR /&gt;&lt;BR /&gt;With best regards&lt;BR /&gt;Axel</description>
    <pubDate>Tue, 19 Oct 2010 14:13:10 GMT</pubDate>
    <dc:creator>andersartig</dc:creator>
    <dc:date>2010-10-19T14:13:10Z</dc:date>
    <item>
      <title>How to make fftw2xf for intel fortran compiler without intel c compiler?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804092#M3280</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;How i can make the lib fftw2xf without the intel c compiler for the intel fortran compiler?&lt;BR /&gt;&lt;BR /&gt;If i use the flag compiler=gnu (the only c compiler at the system) i cannot use the the lib with intel fortran.&lt;BR /&gt;&lt;BR /&gt;With best regards&lt;BR /&gt;Axel</description>
      <pubDate>Tue, 19 Oct 2010 14:13:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804092#M3280</guid>
      <dc:creator>andersartig</dc:creator>
      <dc:date>2010-10-19T14:13:10Z</dc:date>
    </item>
    <item>
      <title>How to make fftw2xf for intel fortran compiler without intel c</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804093#M3281</link>
      <description>Axel,&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;I quite don't understand -&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.8333px;"&gt;What is the symptoms of the problem (I cannot use the lib with intel fortran)?&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10.8333px;"&gt;Did you were able to buildfftw2xf_intel.a by using gcc?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10.8333px;"&gt;--Gennady&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Oct 2010 14:46:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804093#M3281</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-10-19T14:46:57Z</dc:date>
    </item>
    <item>
      <title>How to make fftw2xf for intel fortran compiler without intel c</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804094#M3282</link>
      <description>Please provide details on which versions of tools and sources you are using, and the OS.&lt;BR /&gt;&lt;BR /&gt;The build on Suse 11.3 posed no problems, using the sources provided in the &lt;I&gt;mkl&lt;/I&gt; sub-directory of the IFort installagion.&lt;BR /&gt;&lt;BR /&gt; make lib64 compiler=gnu MKLROOT=&lt;IFCDIR&gt;/mkl/ # for 64 bit OS, IFORT and GCC&lt;BR /&gt;&lt;BR /&gt; or&lt;BR /&gt;&lt;BR /&gt; make lib32 compiler=gnu MKLROOT=&lt;IFCDIR&gt;/mkl/# for 32 bit OS, IFORT and GCC&lt;BR /&gt;&lt;BR /&gt;will build the library. &lt;BR /&gt;&lt;BR /&gt;If you want to develop the 32-bit library on a 64-bit OS, using IFORT and GCC, you need to add this line to the makefile:&lt;BR /&gt;&lt;BR /&gt; _cflags_gnu_32 = -m32 # CNXS&lt;BR /&gt;&lt;BR /&gt;I ran one of the examples provided with IFORT ( r2r_1d_redft00_single_ex.f ) with the libraries so produced, and the tests were passed.&lt;BR /&gt;&lt;/IFCDIR&gt;&lt;/IFCDIR&gt;</description>
      <pubDate>Tue, 19 Oct 2010 14:54:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804094#M3282</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2010-10-19T14:54:29Z</dc:date>
    </item>
    <item>
      <title>How to make fftw2xf for intel fortran compiler without intel c</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804095#M3283</link>
      <description>I made the lib with make libem64t compiler=gnu&lt;BR /&gt;&lt;BR /&gt;While linking the lib into the project i got the message:&lt;BR /&gt;ipo: warning #11020: unresolved fftwnd_f77_one_&lt;BR /&gt;&lt;BR /&gt;The symbol is at libfftw2xf_gnu.a:&lt;BR /&gt;libfftw2xf_gnu.a:fftwnd_f77_one.o:0000000000000000 T fftwnd_f77_one__&lt;BR /&gt;&lt;BR /&gt;But with 2 underscores, so i cannot really use it here (or don't know how with ifort)&lt;BR /&gt;&lt;BR /&gt;With best regards &lt;BR /&gt;Axel&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Oct 2010 06:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804095#M3283</guid>
      <dc:creator>andersartig</dc:creator>
      <dc:date>2010-10-20T06:26:03Z</dc:date>
    </item>
    <item>
      <title>How to make fftw2xf for intel fortran compiler without intel c</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804096#M3284</link>
      <description>Hi Axel,&lt;BR /&gt;&lt;BR /&gt;The easiest way to fix the problem is to rebuild the libraries thus:&lt;BR /&gt;make libem64t compiler=gnu &lt;STRONG&gt;COPTS=-U_GNU&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;This will not add the second underscore.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima</description>
      <pubDate>Wed, 20 Oct 2010 06:44:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-make-fftw2xf-for-intel-fortran-compiler-without-intel-c/m-p/804096#M3284</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2010-10-20T06:44:17Z</dc:date>
    </item>
  </channel>
</rss>

