<?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 -ldfftw in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857946#M7210</link>
    <description>Hi everyone.&lt;BR /&gt;I'm installing the mpgrafic code in order to create large cosmological initial conditions.&lt;BR /&gt;I start with ./configure and the reply is &lt;BR /&gt;...&lt;BR /&gt;checking for Fortran libraries of mpif90... -L/usr/local/lib -lmpichf90 -lmpich -lpthread -lrt -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lirc_s -ldl&lt;BR /&gt;checking for fftw3d_f77_create_plan in -ldfftw... no&lt;BR /&gt;Error! You need to have (double precision) fftw library.&lt;BR /&gt;&lt;BR /&gt;Somebody can help please.&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Dec 2009 20:34:25 GMT</pubDate>
    <dc:creator>jpprieto</dc:creator>
    <dc:date>2009-12-17T20:34:25Z</dc:date>
    <item>
      <title>-ldfftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857946#M7210</link>
      <description>Hi everyone.&lt;BR /&gt;I'm installing the mpgrafic code in order to create large cosmological initial conditions.&lt;BR /&gt;I start with ./configure and the reply is &lt;BR /&gt;...&lt;BR /&gt;checking for Fortran libraries of mpif90... -L/usr/local/lib -lmpichf90 -lmpich -lpthread -lrt -L/opt/intel/fce/10.0.023/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/ -L/usr/lib64 -lifport -lifcore -limf -lsvml -lm -lipgo -lirc -lirc_s -ldl&lt;BR /&gt;checking for fftw3d_f77_create_plan in -ldfftw... no&lt;BR /&gt;Error! You need to have (double precision) fftw library.&lt;BR /&gt;&lt;BR /&gt;Somebody can help please.&lt;BR /&gt;Thank you.&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Dec 2009 20:34:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857946#M7210</guid>
      <dc:creator>jpprieto</dc:creator>
      <dc:date>2009-12-17T20:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: -ldfftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857947#M7211</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Your configure script is looking for FFTW2 library and complaints it cannot find it to continue.There are several options to fix this. &lt;BR /&gt;&lt;BR /&gt;You may download and install FFTW2.1.5 from fftw.org before running mpgrafic/configure - this shoul be easy.&lt;BR /&gt;&lt;BR /&gt;You may use MKL's FFTW2 wrappers that can be found in interfaces/fftw2xf directory - this is a little bit trickier, because you should not only build the wrapper libraryandname it so that mpgrafic/configure could find it, but youalso should tell the configure to use MKL. Perhaps the easiest way to do the latter is to set environment variable LIBS before running configure:&lt;BR /&gt;export LIBS="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core"&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 03:43:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857947#M7211</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2009-12-18T03:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: -ldfftw</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857948#M7212</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/93647"&gt;Dmitry Baksheev (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;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Your configure script is looking for FFTW2 library and complaints it cannot find it to continue.There are several options to fix this. &lt;BR /&gt;&lt;BR /&gt;You may download and install FFTW2.1.5 from fftw.org before running mpgrafic/configure - this shoul be easy.&lt;BR /&gt;&lt;BR /&gt;You may use MKL's FFTW2 wrappers that can be found in interfaces/fftw2xf directory - this is a little bit trickier, because you should not only build the wrapper libraryandname it so that mpgrafic/configure could find it, but youalso should tell the configure to use MKL. Perhaps the easiest way to do the latter is to set environment variable LIBS before running configure:&lt;BR /&gt;&lt;STRONG&gt;export LIBS="-lmkl_intel_lp64 -lmkl_sequential -lmkl_core"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dima&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;joaquin,&lt;BR /&gt;some minor comment based on mkl &lt;A href="http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/"&gt;linker adviser recomendation&lt;/A&gt; - please take into account to use -Wl,--start and -Wl,--end group symbols when linking application &lt;BR /&gt;--Gennady&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Dec 2009 07:23:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/ldfftw/m-p/857948#M7212</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-12-18T07:23:44Z</dc:date>
    </item>
  </channel>
</rss>

