<?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 Hi Farzad, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092697#M23342</link>
    <description>&lt;P&gt;Hi Farzad,&lt;/P&gt;

&lt;P&gt;Was MKL installed successfully? If not, you may follow these steps&amp;nbsp;&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc&lt;/A&gt;&amp;nbsp;to install again. Let us know if you have further questions. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2016 00:25:25 GMT</pubDate>
    <dc:creator>Shaojuan_Z_Intel</dc:creator>
    <dc:date>2016-11-22T00:25:25Z</dc:date>
    <item>
      <title>Intel C++ compiler for Microsoft Visual Community 2015</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092696#M23341</link>
      <description>&lt;P&gt;I am new to MKL. I installed Visual Community 2015 as Intel MKL &amp;nbsp;warned that it could not find supported compilers. Then I installed the Intel MKL. I was expecting Visual Community to be configured properly to use the Intel compiler. But if I go to &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Tools/Options/Intel Compilers and Tools/C++/Compilers&lt;/P&gt;

&lt;P&gt;I see that "There are no Intel C++ compilers installed"&lt;/P&gt;

&lt;P&gt;I believe this needs to be fixed before I could use the MKL. Please advise.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Farzad&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 02:18:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092696#M23341</guid>
      <dc:creator>Farzad_E_</dc:creator>
      <dc:date>2016-11-21T02:18:44Z</dc:date>
    </item>
    <item>
      <title>Hi Farzad,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092697#M23342</link>
      <description>&lt;P&gt;Hi Farzad,&lt;/P&gt;

&lt;P&gt;Was MKL installed successfully? If not, you may follow these steps&amp;nbsp;&lt;A href="https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc"&gt;https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-compiling-and-linking-with-microsoft-visual-cc&lt;/A&gt;&amp;nbsp;to install again. Let us know if you have further questions. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:25:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092697#M23342</guid>
      <dc:creator>Shaojuan_Z_Intel</dc:creator>
      <dc:date>2016-11-22T00:25:25Z</dc:date>
    </item>
    <item>
      <title>Yes, MKL was installed</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092698#M23343</link>
      <description>&lt;P&gt;Yes, MKL was installed successfully.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to compile MKL and run a test by doing:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- In Solution/Properties/Configuration Properties/Configuration/Platform: select x64&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;- In Project/Properties/Configuration Properties/Intel Performance Libraries/Use Intel MKL libarary: select parallel&lt;/P&gt;

&lt;P&gt;However, I still don't see an intel C++ compiler listed. Is this setup using MSVC for compiling then? If so, is the code still optimized?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:50:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092698#M23343</guid>
      <dc:creator>Farzad_E_</dc:creator>
      <dc:date>2016-11-22T00:50:23Z</dc:date>
    </item>
    <item>
      <title>Hi Farzad,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092699#M23344</link>
      <description>&lt;P&gt;Hi Farzad,&lt;/P&gt;

&lt;P&gt;MKL don't&amp;nbsp; depend on Intel C++ compiler.&amp;nbsp; It&amp;nbsp;&amp;nbsp;should&amp;nbsp; work with either&amp;nbsp;Microsoft C/C++ Compiler&amp;nbsp;&amp;nbsp;or Intel C++ compiler.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As you install Microsoft Visual Community 2015 and be able to run a test,&amp;nbsp;I suppose you had MKL and Microsoft C/C++ compiler ready.&amp;nbsp; And Yes, even with Microsoft C/C++ compiler, the MKL&amp;nbsp;&amp;nbsp;is&amp;nbsp;ready-binary, all&amp;nbsp;MKL-related optimized&amp;nbsp;are already in themselves. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Do you hope to use Intel C++ Compiler with other code optimization (other no-mkl code)?&amp;nbsp; Then you need to install&amp;nbsp; the product with name like " Intel Parallel studio&amp;nbsp;Composer XE for windows", which includes both Intel C++ compiler and MKL.&amp;nbsp;&amp;nbsp;More details and try information&amp;nbsp;is available at&amp;nbsp;&amp;nbsp;&lt;A href="https://software.intel.com/en-us/intel-parallel-studio-xe/details"&gt;https://software.intel.com/en-us/intel-parallel-studio-xe/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Ying&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 01:20:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Intel-C-compiler-for-Microsoft-Visual-Community-2015/m-p/1092699#M23344</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2016-11-22T01:20:01Z</dc:date>
    </item>
  </channel>
</rss>

