<?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 Free MKL doesn't provide a in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093020#M23367</link>
    <description>&lt;P&gt;Free MKL doesn't provide a compiler.&amp;nbsp; It should work with gcc/gfortran/g++ (maybe clang...] as well as purchased or evaluation Intel compilers.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2017 17:52:15 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2017-02-24T17:52:15Z</dc:date>
    <item>
      <title>icc not found</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093012#M23359</link>
      <description>&lt;P&gt;I have just install Intel MKL 11.3 for Linux.&lt;BR /&gt;
	First to make sure that Intel MKL runs on my system,&amp;nbsp; I have tried to compile and&amp;nbsp; link&amp;nbsp; &lt;EM&gt;"Matrix Multiplication Tutorial" example:&lt;/EM&gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icc -mkl dgemm_example.c&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No command 'icc' found, but there are 30 similar ones.&lt;BR /&gt;
	&lt;BR /&gt;
	Is Intel compiler included in MKL or I have to install independiently?&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 10:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093012#M23359</guid>
      <dc:creator>Mikel_A_</dc:creator>
      <dc:date>2016-03-01T10:14:00Z</dc:date>
    </item>
    <item>
      <title>If you install MKL without</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093013#M23360</link>
      <description>&lt;P&gt;If you install MKL without icc, you should be able to use gcc by referring to link advisor:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;MKL is included in the default installation of icc, but not vice versa.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 13:19:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093013#M23360</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2016-03-01T13:19:28Z</dc:date>
    </item>
    <item>
      <title>By default the Intel</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093014#M23361</link>
      <description>&lt;P&gt;By default the Intel compilers are installed in /opt/intel folders.&lt;/P&gt;

&lt;P&gt;for e.g: /opt/intel/compilers_and_libraries_2016.1.150/linux/bin&lt;/P&gt;

&lt;P&gt;you can run $source compilervars.sh intel64 (say, if you are targeting 64 bit) to set the env. variables for the intel64.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 04:29:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093014#M23361</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2016-03-02T04:29:12Z</dc:date>
    </item>
    <item>
      <title>I have run the next command</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093015#M23362</link>
      <description>&lt;P style="margin-bottom: 0cm; line-height: 100%"&gt;I have run the next command but I have not solved the problem.&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ cd /opt/intel/compilers_and_libraries_2016.0.109/linux/bin&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ source compilevars.sh intel64&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ icc --version&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ No command 'icc' found, but there are 30 similar ones&lt;BR /&gt;
	&lt;BR /&gt;
	Now , instead of compile using intel compiler,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ icc -mkl dgemm_example.c&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; $ No command "icc" found ....&lt;BR /&gt;
	&lt;BR /&gt;
	I am using gcc compile,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; $&amp;nbsp; gcc dgemm_example.c -lmkl_rt&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks, but I think icc is not included in MKL.&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2016 08:53:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093015#M23362</guid>
      <dc:creator>Mikel_A_</dc:creator>
      <dc:date>2016-03-02T08:53:01Z</dc:date>
    </item>
    <item>
      <title>I failed to set up icc by</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093016#M23363</link>
      <description>&lt;P&gt;I failed to set up icc by installing MKL neither...(@ OSX El Capitan) I tried&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; &amp;nbsp; $ cd /opt/intel/compilers_and_libraries_2017.2.163/mac/bin&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ source compilevars.sh intel64&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;, but I could not find icc command. I'd like to use icc for installing numpy library.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;Could you show me how to&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;install MKL with icc,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Thank you for your cooperation.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 14:45:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093016#M23363</guid>
      <dc:creator>Yuki_B_</dc:creator>
      <dc:date>2017-02-23T14:45:42Z</dc:date>
    </item>
    <item>
      <title>1. In my .bashrc file on</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093017#M23364</link>
      <description>&lt;STRONG&gt;1&lt;/STRONG&gt;. In my &lt;STRONG&gt;.bashrc&lt;/STRONG&gt; file on &lt;STRONG&gt;Linux Ubuntu&lt;/STRONG&gt; I've added the following lines:
...
# User source commands
&lt;STRONG&gt;source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh -arch intel64 -platform linux&lt;/STRONG&gt;
...

&lt;STRONG&gt;2&lt;/STRONG&gt;. You could also try to do it manually:
...
cd /
cd opt
cd intel
cd compilers_and_libraries
cd linux
cd bin
source compilervars.sh -arch intel64 -platform linux
...

&lt;STRONG&gt;3&lt;/STRONG&gt;. In order to verify that the &lt;STRONG&gt;source&lt;/STRONG&gt; command worked try to execute:
...
icc -v
or
icpc -v
...</description>
      <pubDate>Thu, 23 Feb 2017 20:13:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093017#M23364</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-02-23T20:13:59Z</dc:date>
    </item>
    <item>
      <title>In case of Mac OS:</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093018#M23365</link>
      <description>In case of Mac OS:
...
&lt;STRONG&gt;2&lt;/STRONG&gt;. You could also try to do it manually:
...
cd /
cd opt
cd intel
cd compilers_and_libraries
cd mac
cd bin
source compilervars.sh -arch intel64 -platform mac
...</description>
      <pubDate>Thu, 23 Feb 2017 20:17:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093018#M23365</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-02-23T20:17:08Z</dc:date>
    </item>
    <item>
      <title>Thank you for your advice!</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093019#M23366</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;Thank you for your advice!&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;I tried&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 12px;"&gt;cd /&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;cd opt&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;cd intel&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;cd compilers_and_libraries&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;cd mac&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;cd bin&lt;/SPAN&gt;&lt;BR style="font-size: 12px;" /&gt;
	&lt;SPAN style="font-size: 12px;"&gt;source compilervars.sh -arch intel64 -platform mac&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;However, when I run,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;icc -v&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;the terminal replied&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;command not fund: icc&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;I wonder that my MKL does not have icc. I downloaded the MKL from hear(https://software.intel.com/en-us/articles/free-mkl), and chose Community Licensing for Intel Performance Libraries for macOS (ver. 2017 Update 2). Then I chose the Intel MKL as a download option.&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Is there something wrong with my setup?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:04:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093019#M23366</guid>
      <dc:creator>Yuki_B_</dc:creator>
      <dc:date>2017-02-24T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Free MKL doesn't provide a</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093020#M23367</link>
      <description>&lt;P&gt;Free MKL doesn't provide a compiler.&amp;nbsp; It should work with gcc/gfortran/g++ (maybe clang...] as well as purchased or evaluation Intel compilers.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 17:52:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/icc-not-found/m-p/1093020#M23367</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2017-02-24T17:52:15Z</dc:date>
    </item>
  </channel>
</rss>

