<?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 Thank you all guys! in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108288#M5344</link>
    <description>&lt;P&gt;Thank you all guys!&lt;/P&gt;

&lt;P&gt;Problem solved.&lt;/P&gt;

&lt;P&gt;Thank you again~!&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 07:14:28 GMT</pubDate>
    <dc:creator>Jingming_S_</dc:creator>
    <dc:date>2017-05-19T07:14:28Z</dc:date>
    <item>
      <title>error in compiling FFTW3 with intel compiler</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108285#M5341</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I'm trying to build&amp;nbsp;FFTW3 with intel compiler, according to the guide in FFTW website. I configure FFTW3 as&lt;/P&gt;

&lt;P&gt;./configure CC=icc F77=ifort MPICC=mpiicc --enable-mpi&lt;/P&gt;

&lt;P&gt;however, error reported as&lt;/P&gt;

&lt;P&gt;checking dynamic linker characteristics... GNU/Linux ld.so&lt;BR /&gt;
	checking how to hardcode library paths into programs... immediate&lt;BR /&gt;
	checking whether stripping libraries is possible... yes&lt;BR /&gt;
	checking if libtool supports shared libraries... yes&lt;BR /&gt;
	checking whether to build shared libraries... no&lt;BR /&gt;
	checking whether to build static libraries... yes&lt;BR /&gt;
	checking for ocamlbuild... no&lt;BR /&gt;
	checking for mpicc... /home/loam/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/bin/mpiicc&lt;BR /&gt;
	checking for MPI_Init... no&lt;BR /&gt;
	checking for MPI_Init in -lmpi... no&lt;BR /&gt;
	checking for MPI_Init in -lmpich... no&lt;BR /&gt;
	configure: error: could not find mpi library for --enable-mpi&lt;/P&gt;

&lt;P&gt;I also tried add&amp;nbsp;&lt;/P&gt;

&lt;P&gt;LDFLAGS=-L/home/loam/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/lib&lt;/P&gt;

&lt;P&gt;CPPFLAGS=-I/home/loam/intel/compilers_and_libraries_2017.4.196/linux/mpi/intel64/include&lt;/P&gt;

&lt;P&gt;but it still didn't work.&lt;/P&gt;

&lt;P&gt;Does anyone could give some advices? Thank you!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 12:38:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108285#M5341</guid>
      <dc:creator>Jingming_S_</dc:creator>
      <dc:date>2017-05-16T12:38:56Z</dc:date>
    </item>
    <item>
      <title>As intel mpi is installed</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108286#M5342</link>
      <description>As intel mpi is installed  the wrapper for icc is mpiicc. If you need the ifort mpi wrapper it's mpiifort or 'mpif90 -fc=ifort'.  You should set the environment variables by sourcing both the mpivars and compilervars scripts.</description>
      <pubDate>Tue, 16 May 2017 17:30:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108286#M5342</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2017-05-16T17:30:04Z</dc:date>
    </item>
    <item>
      <title>It looks like the soft links</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108287#M5343</link>
      <description>&lt;P&gt;It looks like the soft links are a little muddled in this release because compiler is version 4 and MPI is version 3. &amp;nbsp;There is no Intel MPI 2017.4.196; however, there are setup scripts in the compiler directory which point there.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Try this generic path to the MPI setup script (it's working for me).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; &amp;nbsp;source /home/loam/intel/compilers_and_libraries/linux/mpi/intel64/bin/mpivars.sh&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;If that doesn't work, try this.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; /home/loam/intel/compilers_and_libraries_2017.3.191/linux/mpi/intel64/bin/mpivars.sh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 07:07:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108287#M5343</guid>
      <dc:creator>Gregg_S_Intel</dc:creator>
      <dc:date>2017-05-17T07:07:14Z</dc:date>
    </item>
    <item>
      <title>Thank you all guys!</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108288#M5344</link>
      <description>&lt;P&gt;Thank you all guys!&lt;/P&gt;

&lt;P&gt;Problem solved.&lt;/P&gt;

&lt;P&gt;Thank you again~!&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 07:14:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108288#M5344</guid>
      <dc:creator>Jingming_S_</dc:creator>
      <dc:date>2017-05-19T07:14:28Z</dc:date>
    </item>
    <item>
      <title>I'm getting same error with</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108289#M5345</link>
      <description>&lt;P&gt;I'm getting same error with intel 2019.5&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:12:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108289#M5345</guid>
      <dc:creator>Shaikh__Samir</dc:creator>
      <dc:date>2020-01-29T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Hi. I got the same error with</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108290#M5346</link>
      <description>&lt;P&gt;Hi. I got the same error with Intel 2019.4.243. Sourcing 2 above paths did not solve the problem.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 11:08:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/error-in-compiling-FFTW3-with-intel-compiler/m-p/1108290#M5346</guid>
      <dc:creator>Nguyen__Phuong</dc:creator>
      <dc:date>2020-02-18T11:08:26Z</dc:date>
    </item>
  </channel>
</rss>

