<?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 There's no Fortran or even in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065135#M21889</link>
    <description>&lt;P&gt;There's no Fortran or even Intel here - you're invoking gcc and it can't find a .h file.&lt;/P&gt;

&lt;P&gt;I'm going to move this over to the MKL forum.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Oct 2016 17:36:51 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2016-10-25T17:36:51Z</dc:date>
    <item>
      <title>Compile error fftw3 wrapper using Fortran 2017 on Mac OS 10.12.1</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065134#M21888</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Following the instructions given in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; font-variant-ligatures: no-common-ligatures;"&gt;/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/makefile to compile the fftw3 wrapper, the following does not work, instead giving the fatal error "&lt;/SPAN&gt;&lt;SPAN style="font-family: Monaco; font-size: 10px; font-variant-ligatures: no-common-ligatures; color: rgb(195, 55, 32);"&gt;fatal error:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Monaco; font-size: 10px; font-variant-ligatures: no-common-ligatures;"&gt;'fftw3.h' file not found"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; font-variant-ligatures: no-common-ligatures;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;dhcp-ccc-5977:~ mah$ source /opt/intel/bin/compilervars.sh intel64
dhcp-ccc-5977:~ mah$ cd /opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf 
dhcp-ccc-5977:fftw3xf mah$ sudo make libintel64 compiler=gnu
Password:
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f  makefile lib _IA=intel64
rm -rf ./obj_gnu
mkdir -p ./obj_gnu
gcc -m64 -Wall -Werror  -I../../include -I../../include/fftw     -c ../../interfaces/fftw3xf/wrappers/fftw_alignment_of.c -o obj_gnu/fftw_alignment_of.o
In file included from ../../interfaces/fftw3xf/wrappers/fftw_alignment_of.c:29:
../../interfaces/fftw3xf/wrappers/fftw3_mkl.h:33:10: fatal error: 'fftw3.h' file not found
#include "fftw3.h"
         ^
1 error generated.
make[1]: *** [obj_gnu/fftw_alignment_of.o] Error 1
make: *** [libintel64] Error 2
&lt;/PRE&gt;

&lt;P style="margin-bottom: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(0, 0, 0);"&gt;&lt;SPAN style="color: rgb(83, 87, 94); font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif; font-size: 1em;"&gt;The header file did exist in the 2016 edition. Any ideas?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Melissa&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 16:15:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065134#M21888</guid>
      <dc:creator>Melissa_H_</dc:creator>
      <dc:date>2016-10-25T16:15:08Z</dc:date>
    </item>
    <item>
      <title>There's no Fortran or even</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065135#M21889</link>
      <description>&lt;P&gt;There's no Fortran or even Intel here - you're invoking gcc and it can't find a .h file.&lt;/P&gt;

&lt;P&gt;I'm going to move this over to the MKL forum.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:36:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065135#M21889</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2016-10-25T17:36:51Z</dc:date>
    </item>
    <item>
      <title>The "sudo make" is likely to</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065136#M21890</link>
      <description>&lt;P&gt;The "sudo make" is likely to fail because (for security reasons) it will not pass all of the environment variables that you set in the first line.&lt;/P&gt;

&lt;P&gt;Although it is possible to work around this, it is a much better idea to compile using an ordinary user account and use the root account only if required for the final "install" step.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 18:06:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065136#M21890</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2016-10-25T18:06:54Z</dc:date>
    </item>
    <item>
      <title>John,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065137#M21891</link>
      <description>&lt;PRE class="brush:plain;"&gt;&lt;SPAN style="font-size: 1em; font-family: Arial, 宋体, Tahoma, Helvetica, sans-serif;"&gt;John,&lt;/SPAN&gt;
&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks for the advice; however, I am still confused. If I try to compile from a regular user account, I generate different errors:&lt;/SPAN&gt;&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Shadowfax:fftw3xf mah$ cd /opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf 
Shadowfax:fftw3xf mah$ make libintel64 compiler=gnu
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f  makefile lib _IA=intel64
rm -rf ./obj_gnu
rm: ./obj_gnu: Permission denied
make[1]: [clean] Error 1 (ignored)
mkdir -p ./obj_gnu
gcc -m64 -Wall -Werror  -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include/fftw     -c /opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw_alignment_of.c -o obj_gnu/fftw_alignment_of.o
error: unable to open output file 'obj_gnu/fftw_alignment_of.o': 'Permission denied'
1 error generated.
make[1]: *** [obj_gnu/fftw_alignment_of.o] Error 1
make: *** [libintel64] Error 2
&lt;/PRE&gt;

&lt;P&gt;On the other hand, if I just copy the source over to my user account and try to compile that way, I am back to the original problem:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;Shadowfax:fftw3xf mah$ cd /Users/mah/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf 
Shadowfax:fftw3xf mah$ make libintel64 compiler=gnu
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f  makefile lib _IA=intel64
rm -rf ./obj_gnu
mkdir -p ./obj_gnu
gcc -m64 -Wall -Werror  -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include/fftw     -c /opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw_alignment_of.c -o obj_gnu/fftw_alignment_of.o
In file included from /opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw_alignment_of.c:29:
/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw3_mkl.h:33:10: fatal error: 'fftw3.h' file not found
#include "fftw3.h"
         ^
1 error generated.
make[1]: *** [obj_gnu/fftw_alignment_of.o] Error 1
make: *** [libintel64] Error 2
&lt;/PRE&gt;

&lt;P&gt;Clearly, I am not understanding your suggestion. Would you please elaborate?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Melissa&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 19:58:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065137#M21891</guid>
      <dc:creator>Melissa_H_</dc:creator>
      <dc:date>2016-10-25T19:58:41Z</dc:date>
    </item>
    <item>
      <title>Hi Melissa, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065138#M21892</link>
      <description>&lt;P&gt;Hi Melissa,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You mentioned, the fftw3.h &amp;nbsp;in 2016 edition. &amp;nbsp;Could you please check if the fftw3.h in 2017 edition ?&lt;/P&gt;

&lt;P&gt;for example, &amp;gt; &amp;nbsp;ls the fftw*.h&amp;nbsp;&lt;/P&gt;

&lt;P&gt;sh-3.2# ls /opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw*.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw3-mpi.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw3-mpi_mkl.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw3.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw3_mkl.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw3_mkl_f77.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw_mpi.h&lt;BR /&gt;
	/opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw_threads.h&lt;/P&gt;

&lt;P&gt;and build it &amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px; background-color: rgb(248, 248, 248);"&gt;make libintel64 compiler=gnu &amp;nbsp;with your account and in your copy directory.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px;"&gt;&lt;SPAN style="background-color: rgb(248, 248, 248);"&gt;As the mkl install directory is under /opt, &amp;nbsp;it don't allow general user to create new folder. &amp;nbsp;So you saw the&amp;nbsp;&lt;/SPAN&gt;Permission denied. I may suggest the way you did, &amp;nbsp;copy the directory &lt;STRONG&gt;fftw3xf&lt;/STRONG&gt; &amp;nbsp;to your local directory (please note, only copy the directory, keep original MKL install folder under /opt/intel).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 13.008px;"&gt;for example,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;macmini01:~ yhu5$ cp -R /opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf .&lt;BR /&gt;
	macmini01:~ yhu5$ cd fftw3xf/&lt;BR /&gt;
	macmini01:fftw3xf yhu5$ ls&lt;BR /&gt;
	fftw3xf.lst &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; obj_intel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wrappers&lt;BR /&gt;
	libfftw3xf_gnu.a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme.txt&lt;BR /&gt;
	makefile &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;source&lt;BR /&gt;
	macmini01:fftw3xf yhu5$ source /opt/intel/compilers_and_libraries_2017.0.102/mac/mkl/bin/mklvars.sh intel64&lt;BR /&gt;
	macmini01:fftw3xf yhu5$ make libintel64 compiler=gnu&lt;BR /&gt;
	/Applications/Xcode.app/Contents/Developer/usr/bin/make -f &amp;nbsp;makefile lib _IA=intel64&lt;BR /&gt;
	rm -rf ./obj_gnu&lt;BR /&gt;
	mkdir -p ./obj_gnu&lt;BR /&gt;
	gcc -m64 -Wall -Werror &amp;nbsp;-I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw_alignment_of.c -o obj_gnu/fftw_alignment_of.o&lt;BR /&gt;
	gcc -m64 -Wall -Werror &amp;nbsp;-I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/interfaces/fftw3xf/wrappers/fftw_alloc_complex.c -o obj_gnu/fftw_alloc_complex.o&lt;BR /&gt;
	gcc -m64 -Wall -Werror &amp;nbsp;-I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include -I/opt/intel//compilers_and_libraries_2017.0.102/mac/mkl/include/fftw&amp;nbsp;&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;macmini01:fftw3xf yhu5$ ls&lt;BR /&gt;
	fftw3xf.lst &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; obj_intel &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wrappers&lt;BR /&gt;
	libfftw3xf_gnu.a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;readme.txt&lt;BR /&gt;
	makefile &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;source&lt;BR /&gt;
	macmini01:fftw3xf yhu5$ ls -l&lt;BR /&gt;
	total 568&lt;BR /&gt;
	-rw-r--r-- &amp;nbsp; &amp;nbsp;1 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp;3992 Oct 29 03:00 fftw3xf.lst&lt;BR /&gt;
	-rw-r--r-- &amp;nbsp; &amp;nbsp;1 yhu5 &amp;nbsp;staff &amp;nbsp;273584 Oct 29 03:01 libfftw3xf_gnu.a&lt;BR /&gt;
	-rw-r--r-- &amp;nbsp; &amp;nbsp;1 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp;5267 Oct 29 03:00 makefile&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp; 13 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp; 442 Oct 29 03:00 obj_intel&lt;BR /&gt;
	-rw-r--r-- &amp;nbsp; &amp;nbsp;1 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp;2864 Dec 31 &amp;nbsp;2013 readme.txt&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp; 42 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp;1428 Jul 24 &amp;nbsp;2014 source&lt;BR /&gt;
	drwxr-xr-x &amp;nbsp;234 yhu5 &amp;nbsp;staff &amp;nbsp; &amp;nbsp;7956 Oct 29 03:00 wrappers&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Ying&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 06:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065138#M21892</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-10-28T06:21:00Z</dc:date>
    </item>
    <item>
      <title>Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065139#M21893</link>
      <description>&lt;P&gt;Ying,&lt;/P&gt;

&lt;P&gt;My apologies — I should have said "2017" in my original post, not 2016. The 2016 version is fine, and I downgraded the Fortran installation back to 2016 because I found many problem with the MKL installed with the Fortran 2017 installer.&lt;/P&gt;

&lt;P&gt;I just reinstalled 2017 to answer your question, putting it in intelNew instead of intel (so I can trash it). When I look at the MKL library as you suggest, there are no header files:&lt;/P&gt;

&lt;PRE class="brush:;"&gt;dhcp-ccc-1106:mkl mah$ ls /opt/intelNew/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw*.h
ls: /opt/intelNew/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw/fftw*.h: No such file or directory
dhcp-ccc-1106:mkl mah$ ls /opt/intelNew/compilers_and_libraries_2017.0.102/mac/mkl/include/fftw
fftw3-mpi.f03    fftw3.f        fftw3.f03    fftw3_mkl.f    fftw_f77.i
&lt;/PRE&gt;

&lt;DIV&gt;On the other hand, if I go to the MKL installed by Fortran 2016, I get the following:&lt;/DIV&gt;

&lt;DIV&gt;
	&lt;PRE class="brush:;"&gt;dhcp-ccc-1106:mkl mah$ ls /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw*.h
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw.h        /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw3_mkl.h
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw3-mpi.h        /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw3_mkl_f77.h
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw3-mpi_mkl.h    /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw_mpi.h
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw3.h        /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/include/fftw/fftw_threads.h&lt;/PRE&gt;

	&lt;DIV&gt;An even bigger issue, which I didn't know about when I posted my first message, is the loss of the scalapack libraries as shown by the following:&lt;/DIV&gt;

	&lt;DIV&gt;&lt;BR /&gt;
		First the 2017 directory:&lt;/DIV&gt;

	&lt;DIV&gt;
		&lt;PRE class="brush:;"&gt;dhcp-ccc-1106:mkl mah$ ls /opt/intelNew/compilers_and_libraries_2017.0.102/mac/mkl/lib/libmkl_scala*
ls: /opt/intelNew/compilers_and_libraries_2017.0.102/mac/mkl/lib/libmkl_scala*: No such file or directory&lt;/PRE&gt;

		&lt;P style="margin-bottom: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(0, 0, 0);"&gt;&lt;BR /&gt;
			&lt;SPAN style="font-variant-ligatures: no-common-ligatures"&gt;And now the 2016 directory:&lt;/SPAN&gt;&lt;/P&gt;

		&lt;PRE class="brush:;"&gt;dhcp-ccc-1106:mkl mah$ ls /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_scala*
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_scalapack_ilp64.a    /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_scalapack_lp64.a
/opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_scalapack_ilp64.dylib    /opt/intel/compilers_and_libraries_2016.1.111/mac/mkl/lib/libmkl_scalapack_lp64.dylib&lt;/PRE&gt;

		&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;

		&lt;P style="margin-bottom: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(0, 0, 0);"&gt;My conclusion was that the MKL libraries installed by the Fortran 2017 installer are incomplete. Whether this is intentional, I cannot tell.&lt;BR /&gt;
			&lt;BR /&gt;
			Thank you for looking into this for me.&lt;BR /&gt;
			&lt;BR /&gt;
			Melissa&lt;/P&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Oct 2016 14:07:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065139#M21893</guid>
      <dc:creator>Melissa_H_</dc:creator>
      <dc:date>2016-10-28T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Hi Melissa, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065140#M21894</link>
      <description>&lt;P&gt;Hi Melissa,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Nice comparison! I can tell the reason now.&lt;/P&gt;

&lt;P&gt;You are right, the problem is in the Fortran 2017 installer. &amp;nbsp;the name &amp;nbsp;is &lt;A href="https://registrationcenter.intel.com/en/products/subscription/371/"&gt;Intel® Parallel Studio XE Composer Edition for Fortran &lt;/A&gt;,&amp;nbsp;right?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;In order to reduce the product's size, mot all Intel MKL components are selected for installation by default. the fftw.h seems a C ++ header files, so be missed . It is a bug, i will ask our install team to fix them.&lt;/P&gt;

&lt;P&gt;for workaround, you may install standone MKL version and let us know if any issue. (i will send the link address to you by private message).&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regarding the Scalapack library, &amp;nbsp;As not all Intel MKL components are selected for installation by default. you choose “Customize installation” option on “Installation summary” dialog, then they will be installed. For more details, please see&amp;nbsp;https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-2017-install-guide&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 03:20:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065140#M21894</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-10-31T03:20:12Z</dc:date>
    </item>
    <item>
      <title>Ying,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065141#M21895</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Ying,&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks a lot! You are correct that I am using&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://registrationcenter.intel.com/en/products/subscription/371/" style="font-size: 12px;"&gt;Intel® Parallel Studio XE Composer Edition for Fortran&lt;/A&gt;. Your solution worked. Instead of using the standalone MKL installer, I was also able to do a custom install with the original installer to install the complete MKL package, which also installed the Scalapack library that I needed. Once the installation was correct and complete, there was no need to move the directory &lt;STRONG&gt;fftw3xf&lt;/STRONG&gt; to compile the fftw3 wrapper.&lt;BR /&gt;
	&lt;BR /&gt;
	It is unfortunate that this was moved out of the Fortran forum, since this problem is an issue with the Fortran installer.&lt;BR /&gt;
	&lt;BR /&gt;
	Melissa&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 20:50:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Compile-error-fftw3-wrapper-using-Fortran-2017-on-Mac-OS-10-12-1/m-p/1065141#M21895</guid>
      <dc:creator>Melissa_H_</dc:creator>
      <dc:date>2016-11-12T20:50:07Z</dc:date>
    </item>
  </channel>
</rss>

