<?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 Re:Can't extract examples in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1240099#M30569</link>
    <description>&lt;P&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Dec 2020 07:40:10 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2020-12-23T07:40:10Z</dc:date>
    <item>
      <title>Can't extract examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1233879#M30415</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I installed mkl-intel using the arch linux package. I don't have any of those fancy IE's intel provides, so no idea about those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For some reason, the examples aren't included in the package of arch. So I downloaded them here: &lt;A href="https://software.intel.com/content/www/us/en/develop/download/776979.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/download/776979.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. the file size of the downlaoded filze is different to what's on the homepage&lt;/P&gt;
&lt;P&gt;2. a checksum would be nice&lt;/P&gt;
&lt;P&gt;3. tar zxvf ipsxe2019-samples-lin-20190327.tgz&lt;/P&gt;
&lt;P&gt;results in:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;tar: This does not look like a tar archive&lt;BR /&gt;tar: Skipping to next header&lt;BR /&gt;tar: Exiting with failure status due to previous errors&lt;/P&gt;
&lt;P&gt;So where can I find a working example collection? Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:51:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1233879#M30415</guid>
      <dc:creator>pascalm</dc:creator>
      <dc:date>2020-12-03T12:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't extract examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1233998#M30419</link>
      <description>&lt;P&gt;On my Windows 10-64 PC, I downloaded the tar.gz file from the link that you provided, and listed the contents of the archive using tar tvzf &amp;lt;name_of_file&amp;gt;, and the listing looked normal. The size of the file is&amp;nbsp;93,816,368 bytes, which agrees with the value 93.82 MB on the Intel download page. Here are two checksums:&lt;/P&gt;
&lt;P&gt;Posix CRC32:&lt;/P&gt;
&lt;P&gt;R:\&amp;gt;cksum ipsxe2019-samples-lin-20190327.tgz&lt;BR /&gt;3525140160 93816368 ipsxe2019-samples-lin-20190327.tgz&lt;/P&gt;
&lt;P&gt;MD5:&lt;/P&gt;
&lt;P&gt;R:\&amp;gt;md5sum ipsxe2019-samples-lin-20190327.tgz&lt;BR /&gt;fab5867c74a2bcece6004bf39187a2f3 *ipsxe2019-samples-lin-20190327.tgz&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 19:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1233998#M30419</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-12-03T19:59:15Z</dc:date>
    </item>
    <item>
      <title>Re:Can't extract examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1234129#M30426</link>
      <description>&lt;P&gt;The same with me: I checked these examples, downloaded and unzipped on my local systems, and all folders and examples ( including mkl, compiler, tbb, ipp and etc...) available there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;the question is - what examples are looking for? if You are interesting in mkl's examples, then I would recommend You to look at the which you could find out into the product version of mkl where you may see a hundred of different examples.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 16px; font-family: intel-clear, tahoma, Helvetica, helvetica, Arial, sans-serif;"&gt;ipsxe2019-samples-lin-20190327.tgz contains 2 samples only.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2020 04:57:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1234129#M30426</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-12-04T04:57:40Z</dc:date>
    </item>
    <item>
      <title>Re:Can't extract examples</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1240099#M30569</link>
      <description>&lt;P&gt;This issue has been resolved and we will no longer respond to this thread.&amp;nbsp;If you require additional assistance from Intel, please start a new thread.&amp;nbsp;Any further interaction in this thread will be considered community only.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Dec 2020 07:40:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-t-extract-examples/m-p/1240099#M30569</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-12-23T07:40:10Z</dc:date>
    </item>
  </channel>
</rss>

