<?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 this is very interesting way  in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DOCKER/m-p/1150730#M27117</link>
    <description>&lt;P&gt;this is very interesting way&amp;nbsp; :), but Intel MKL doesn't officially support this way to distribute binaries. To get the latest 2018 u3, you may try to use &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/746150"&gt;YUM or PIP channels&lt;/A&gt;&amp;nbsp; or directly take this update from &lt;A href="https://software.intel.com/en-us/performance-libraries"&gt;this page&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 04:25:24 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2018-07-06T04:25:24Z</dc:date>
    <item>
      <title>MKL DOCKER</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DOCKER/m-p/1150729#M27116</link>
      <description>&lt;P&gt;I would like to install mkl in a docker image, specifically the 2018 version 3 update using wget.&lt;/P&gt;

&lt;P&gt;My Dockerfile is as follows:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;RUN apt update &amp;amp;&amp;amp; apt install git make cmake gcc g++&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;# Install MKL&lt;BR /&gt;
	RUN cd /tmp &amp;amp;&amp;amp; \&lt;BR /&gt;
	# Download MKL install package&lt;BR /&gt;
	&amp;nbsp; wget -q &lt;A href="http://registrationcenter-download.intel.com/akdlm/irc_nas/8374/l_mkl_2018.1.163" target="_blank"&gt;http://registrationcenter-download.intel.com/akdlm/irc_nas/8374/l_mkl_2018.1.163&lt;/A&gt; &amp;amp;&amp;amp; \&lt;BR /&gt;
	# Install MKL&lt;BR /&gt;
	&amp;nbsp; tar -xzf l_mkl_2018.1.163 &amp;amp;&amp;amp; cd l_mkl_11.3.1.150 &amp;amp;&amp;amp; \&lt;BR /&gt;
	&amp;nbsp; sed -i 's/ACCEPT_EULA=decline/ACCEPT_EULA=accept/g' silent.cfg &amp;amp;&amp;amp; \&lt;BR /&gt;
	&amp;nbsp; sed -i 's/ACTIVATION_TYPE=exist_lic/ACTIVATION_TYPE=trial_lic/g' silent.cfg &amp;amp;&amp;amp; \&lt;BR /&gt;
	&amp;nbsp; ./install.sh -s silent.cfg &amp;amp;&amp;amp; \&lt;BR /&gt;
	# Clean up&lt;BR /&gt;
	&amp;nbsp; cd .. &amp;amp;&amp;amp; rm -rf *&lt;/P&gt;

&lt;P&gt;# Add to path&lt;BR /&gt;
	# ENV PATH ${CUDA_PATH}/bin:${PATH}&lt;BR /&gt;
	# Configure dynamic link&lt;BR /&gt;
	RUN echo "${MKL_PATH}/mkl/lib/intel64" &amp;gt;&amp;gt; /etc/ld.so.conf.d/intel.conf &amp;amp;&amp;amp; ldconfig &amp;amp;&amp;amp; \&lt;BR /&gt;
	&amp;nbsp; echo ". /opt/intel/bin/compilervars.sh intel64" &amp;gt;&amp;gt; /etc/bash.bashrc&lt;/P&gt;

&lt;P&gt;My question: what is the link to the 2018 update 3? The link in wget is the 2018.1 update.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 18:59:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DOCKER/m-p/1150729#M27116</guid>
      <dc:creator>degraca__arom</dc:creator>
      <dc:date>2018-07-03T18:59:18Z</dc:date>
    </item>
    <item>
      <title>this is very interesting way </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DOCKER/m-p/1150730#M27117</link>
      <description>&lt;P&gt;this is very interesting way&amp;nbsp; :), but Intel MKL doesn't officially support this way to distribute binaries. To get the latest 2018 u3, you may try to use &lt;A href="https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/746150"&gt;YUM or PIP channels&lt;/A&gt;&amp;nbsp; or directly take this update from &lt;A href="https://software.intel.com/en-us/performance-libraries"&gt;this page&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 04:25:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-DOCKER/m-p/1150730#M27117</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2018-07-06T04:25:24Z</dc:date>
    </item>
  </channel>
</rss>

