<?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 That happens because icc and in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942738#M14626</link>
    <description>&lt;P&gt;That happens because icc and mpiicc are not seen under sudo. You can check this by running 'sudo icc -V'. Please notice that 'sudo gcc' works.&lt;/P&gt;

&lt;P&gt;My recommendation is not use sudo. Cd to your working directory. Set MKLROOT=/opt/intel/composer_xe_2013_sp1.1.106/mkl. Run&lt;/P&gt;

&lt;P&gt;make -f $MKLROOT/interfaces/fftw3xc MKLROOT=$MKLROOT libintel64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;fftw3xc provides wrappers for use from C/C++, fftw3xf provides wrappers for use from Fortran.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
	Dima&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2014 07:32:00 GMT</pubDate>
    <dc:creator>Dmitry_B_Intel</dc:creator>
    <dc:date>2014-01-10T07:32:00Z</dc:date>
    <item>
      <title>Problem building mkl-fftw wrapper library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942733#M14621</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am attempting to build the mkl-fftw wrappers, as I am compiling a program that uses FFTW3 and claims to benefit from the mkl-wrapper.&amp;nbsp; When I execute the following:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;PRE&gt;
cd /opt/intel/mkl/interfaces/fftw3xf
sudo make libintel64&lt;/PRE&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I get command not found:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;primary@localhost: fftw3xf$sudo make libintel64&lt;BR /&gt;
		make -f&amp;nbsp; makefile lib _IA=intel64&lt;BR /&gt;
		make[1]: Entering directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
		rm -rf ./obj_intel&lt;BR /&gt;
		mkdir -p ./obj_intel&lt;BR /&gt;
		icc -vec-report0&amp;nbsp;&amp;nbsp; -I../../include -I../../include/fftw&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -c ../../interfaces/fftw3xf/wrappers/fftw_cleanup.c -o obj_intel/fftw_cleanup.o&lt;BR /&gt;
		make[1]: icc: Command not found&lt;BR /&gt;
		make[1]: *** [obj_intel/fftw_cleanup.o] Error 127&lt;BR /&gt;
		make[1]: Leaving directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
		make: *** [libintel64] Error 2&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;It would seem to my untrained eye that one of the icc flags is innapproprate.&lt;/P&gt;

&lt;P&gt;If I run the same command with the gnu compiler, all works well. (make libintel64 compiler=gnu)&lt;/P&gt;

&lt;P&gt;I am running Fedora20 with the latest Intel Parallel Studio XE package (ifort/icc 14.0.1) and gcc 4.8.2&lt;/P&gt;

&lt;P&gt;I'm sure this has been addressed before; however, I searched the forum and did not find an answer to my dilema.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Appreciatively,&lt;/P&gt;

&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 03:04:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942733#M14621</guid>
      <dc:creator>rob_n_</dc:creator>
      <dc:date>2013-12-20T03:04:54Z</dc:date>
    </item>
    <item>
      <title>look at the line of the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942734#M14622</link>
      <description>&lt;P&gt;look at the line of the message: &amp;nbsp;&amp;nbsp;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: 14.399999618530273px;"&gt;make[1]: &lt;STRONG&gt;icc: Command not found&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: 14.399999618530273px;"&gt;you need to launch something like that first of all :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: 14.399999618530273px;"&gt;source /&lt;/SPAN&gt;/opt/intel/composer_xe_2013_sp1.1.106/bin/compilervars.sh intel64&amp;nbsp;&lt;/P&gt;

&lt;P&gt;to setup the compiler's environment...&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 03:38:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942734#M14622</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-12-20T03:38:58Z</dc:date>
    </item>
    <item>
      <title>I don't think that is the</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942735#M14623</link>
      <description>&lt;P&gt;I don't think that is the problem.&amp;nbsp; I have set up the compiler environment.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I don't believe it is saying the command "icc" is not found, I believe the compiler is saying it did not find the command/flag.&amp;nbsp; I could be wrong, as I'm not at all in my comfort zone here, but if I type icc, I do not get "command not found."&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 05:07:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942735#M14623</guid>
      <dc:creator>rob_n_</dc:creator>
      <dc:date>2013-12-20T05:07:15Z</dc:date>
    </item>
    <item>
      <title>I checked how it will work on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942736#M14624</link>
      <description>&lt;P&gt;I checked how it will work on my side - I don't see problem.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;this is the log of thic &amp;nbsp;build: as you can see at the very bottom --&amp;nbsp;&lt;SPAN style="font-weight: 700;"&gt;ar: creating libfftw3xf_intel.a&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;......]&lt;STRONG&gt;# source /opt/intel/composer_xe_2013_sp1.1.106/bin/compilervars.sh intel64&lt;/STRONG&gt;&lt;BR /&gt;
	......]# ifort --version&lt;BR /&gt;
	&lt;STRONG&gt;ifort (IFORT) 14.0.1 20131008&lt;/STRONG&gt;&lt;BR /&gt;
	Copyright (C) 1985-2013 Intel Corporation. &amp;nbsp;All rights reserved.&lt;BR /&gt;
	&amp;nbsp;&lt;BR /&gt;
	......]]# ls&lt;BR /&gt;
	&lt;STRONG&gt;fftw3xf.lst &amp;nbsp;makefile &amp;nbsp;wrappers&lt;/STRONG&gt;&lt;BR /&gt;
	......]]# &lt;EM&gt;&lt;STRONG&gt;make libintel64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	make -f &amp;nbsp;makefile lib _IA=intel64&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;make[1]: Entering directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
	rm -rf ./obj_intel&lt;BR /&gt;
	mkdir -p ./obj_intel&lt;BR /&gt;
	icc -vec-report0 &amp;nbsp; -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf/wrappers/fftw_cleanup.c -o obj_intel/fftw_cleanup.o&lt;BR /&gt;
	icc -vec-report0 &amp;nbsp; -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf/wrappers/fftw_cleanup_threads.c -o obj_intel/fftw_cleanup_threads.o&lt;BR /&gt;
	..................&lt;BR /&gt;
	..................&lt;BR /&gt;
	icc -vec-report0 &amp;nbsp; -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf/wrappers/sfftw_plan_with_nthreads.c -o obj_intel/sfftw_plan_with_nthreads.o&lt;BR /&gt;
	icc -vec-report0 &amp;nbsp; -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include -I/opt/intel/composer_xe_2013_sp1.1.106/mkl/include/fftw &amp;nbsp; &amp;nbsp; -c /opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf/wrappers/sfftw_print_plan.c -o obj_intel/sfftw_print_plan.o&lt;BR /&gt;
	ar rs libfftw3xf_intel.a obj_intel/fftw_cleanup.o obj_intel/fftw_cleanup_threads.o obj_intel/fftw_destroy_plan.o obj_intel/fftw_estimate_cost.o obj_intel/fftw_execute.o &amp;nbsp;......*.o&lt;BR /&gt;
	&lt;STRONG&gt;ar: creating libfftw3xf_intel.a&lt;/STRONG&gt;&lt;BR /&gt;
	rm -rf ./obj_intel&lt;BR /&gt;
	make[1]: Leaving directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
	.........]#&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 06:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942736#M14624</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2013-12-20T06:14:03Z</dc:date>
    </item>
    <item>
      <title>I don't know why mine does</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942737#M14625</link>
      <description>&lt;P&gt;I don't know why mine does not work.&amp;nbsp;&amp;nbsp; I can say I am not an isolated case. I actually have a colleague that has recently set up Ubuntu on his computer to run the same program I wish to run.&amp;nbsp; In the manual it recommends building and using these wrappers so he of course attempted this as well.&amp;nbsp; He informed me that he also had errors trying to compile the mkl-fftw3 wrappers with the intel compiler.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;primary@localhost: fftw3xf$ifort -v&lt;BR /&gt;
		ifort version 14.0.1&lt;/P&gt;

	&lt;P&gt;&lt;BR /&gt;
		primary@localhost: fftw3xf$icc -v&lt;BR /&gt;
		icc version 14.0.1 (gcc version 4.8.0 compatibility)&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;primary@localhost: fftw3xf$ls&lt;BR /&gt;
		obj_ifort/&amp;nbsp; obj_intel/&amp;nbsp; wrappers/&amp;nbsp; fftw3xf.lst&amp;nbsp; libfftw3xf_gnu.a&amp;nbsp; makefile&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;primary@localhost: fftw3xf$sudo make libintel64&lt;BR /&gt;
		make -f&amp;nbsp; makefile lib _IA=intel64&lt;BR /&gt;
		make[1]: Entering directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
		rm -rf ./obj_intel&lt;BR /&gt;
		mkdir -p ./obj_intel&lt;BR /&gt;
		icc -vec-report0&amp;nbsp;&amp;nbsp; -I../../include -I../../include/fftw&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -c ../../interfaces/fftw3xf/wrappers/fftw_cleanup.c -o obj_intel/fftw_cleanup.o&lt;BR /&gt;
		make[1]: icc: Command not found&lt;BR /&gt;
		make[1]: *** [obj_intel/fftw_cleanup.o] Error 127&lt;BR /&gt;
		make[1]: Leaving directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3xf'&lt;BR /&gt;
		make: *** [libintel64] Error 2&lt;BR /&gt;
		primary@localhost: fftw3xf$&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;You can see the gnu compiled library is present, as it compiles when I specify the gnu compiler.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Also, when I attempt to make the wrapper in dir fftw3x_cdft, neither compiler works&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;primary@localhost: fftw3x_cdft$sudo make libintel64 compiler=gnu&lt;BR /&gt;
		make clean mkobjdir wraplib ILP_EXT=_lp64 _IA=intel64&lt;BR /&gt;
		make[1]: Entering directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3x_cdft'&lt;BR /&gt;
		rm -rf ./obj_intel64_lp64&lt;BR /&gt;
		rm -f ../../lib/intel64/libfftw3x_cdft_lp64.a&lt;BR /&gt;
		mkdir -p ./obj_intel64_lp64&lt;BR /&gt;
		mkdir -p ../../lib/intel64&lt;BR /&gt;
		mpicc -c -Wall&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;-DMKL_DOUBLE -I../../include -I../../include/fftw wrappers/init_clean.c -o obj_intel64_lp64/init_clean.o&lt;BR /&gt;
		make[1]: mpicc: Command not found&lt;BR /&gt;
		make[1]: *** [obj_intel64_lp64/init_clean.o] Error 127&lt;BR /&gt;
		make[1]: Leaving directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3x_cdft'&lt;BR /&gt;
		make: *** [libintel64] Error 2&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;primary@localhost: fftw3x_cdft$sudo make libintel64 compiler=intel&lt;BR /&gt;
		make clean mkobjdir wraplib ILP_EXT=_lp64 _IA=intel64&lt;BR /&gt;
		make[1]: Entering directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3x_cdft'&lt;BR /&gt;
		rm -rf ./obj_intel64_lp64&lt;BR /&gt;
		rm -f ../../lib/intel64/libfftw3x_cdft_lp64.a&lt;BR /&gt;
		mkdir -p ./obj_intel64_lp64&lt;BR /&gt;
		mkdir -p ../../lib/intel64&lt;BR /&gt;
		mpiicc -c -Wall&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;BR /&gt;
		&amp;nbsp;&amp;nbsp; &amp;nbsp;-DMKL_DOUBLE -I../../include -I../../include/fftw wrappers/init_clean.c -o obj_intel64_lp64/init_clean.o&lt;BR /&gt;
		make[1]: mpiicc: Command not found&lt;BR /&gt;
		make[1]: *** [obj_intel64_lp64/init_clean.o] Error 127&lt;BR /&gt;
		make[1]: Leaving directory `/opt/intel/composer_xe_2013_sp1.1.106/mkl/interfaces/fftw3x_cdft'&lt;BR /&gt;
		make: *** [libintel64] Error 2&lt;BR /&gt;
		primary@localhost: fftw3x_cdft$&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I'm honestly not sure what the difference is between fftw3xc, fftw3xf, and fftw3x_cdft are.&amp;nbsp; I assumed the c and f corresponded to c compiler and fortran compiler, but I don't know why that would be necessary.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 21:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942737#M14625</guid>
      <dc:creator>rob_n_</dc:creator>
      <dc:date>2013-12-20T21:38:00Z</dc:date>
    </item>
    <item>
      <title>That happens because icc and</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942738#M14626</link>
      <description>&lt;P&gt;That happens because icc and mpiicc are not seen under sudo. You can check this by running 'sudo icc -V'. Please notice that 'sudo gcc' works.&lt;/P&gt;

&lt;P&gt;My recommendation is not use sudo. Cd to your working directory. Set MKLROOT=/opt/intel/composer_xe_2013_sp1.1.106/mkl. Run&lt;/P&gt;

&lt;P&gt;make -f $MKLROOT/interfaces/fftw3xc MKLROOT=$MKLROOT libintel64&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;fftw3xc provides wrappers for use from C/C++, fftw3xf provides wrappers for use from Fortran.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
	Dima&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 07:32:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942738#M14626</guid>
      <dc:creator>Dmitry_B_Intel</dc:creator>
      <dc:date>2014-01-10T07:32:00Z</dc:date>
    </item>
    <item>
      <title>I am having the same issue.</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942739#M14627</link>
      <description>&lt;P&gt;I am having the same issue. The last comment by Dmitry did not help. Please give me some suggestion.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2017 13:57:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/942739#M14627</guid>
      <dc:creator>UNMESH_M_</dc:creator>
      <dc:date>2017-06-24T13:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem building mkl-fftw wrapper library</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/1360547#M32745</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;This is a very old thread, but it helped me to figure out the problem, so I hope that this comment can help someone as well.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Dimitry's answer was correct, icc is indeed not found under sudo.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;However, his make command did not work for me. What did was to run:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt; &lt;STRONG&gt;make libintel64 INSTALL_DIR=$HOME&lt;/STRONG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;in the &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;$MKLROOT/interfaces/fftw3xf&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;directory.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Of course I sourced the intel compiler vars first.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers, Michael&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 15:42:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-building-mkl-fftw-wrapper-library/m-p/1360547#M32745</guid>
      <dc:creator>mwo1</dc:creator>
      <dc:date>2022-02-15T15:42:34Z</dc:date>
    </item>
  </channel>
</rss>

