<?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 I am getting wildly varying in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114278#M24563</link>
    <description>&lt;P&gt;I am getting wildly varying results when running hpcg on one of our servers.&lt;/P&gt;

&lt;PRE class="brush:;"&gt;/opt/intel/16.0/compilers_and_libraries_2016.1.150/linux/mkl/benchmarks/hpcg/bin/xhpcg_avx -mkl=yes&amp;nbsp; --yaml="`hostname`.`date '+%Y%m%d%H%M%S'`"&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 15.0287&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 13.123&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 13.9009&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 12.5201&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 11.5567&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 7.14771&lt;BR /&gt;
	pimmaraj@hpchost1:~/hpcg_mkl/hpcg_intel&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;DDOT Timing Variations:
&amp;nbsp; Min DDOT MPI_Allreduce time: -7.44059e+10
&amp;nbsp; Max DDOT MPI_Allreduce time: -7.44059e+10
&amp;nbsp; Avg DDOT MPI_Allreduce time: -7.44059e+10
__________ Final Summary __________:
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Mar 2016 21:09:20 GMT</pubDate>
    <dc:creator>Paul_I_</dc:creator>
    <dc:date>2016-03-25T21:09:20Z</dc:date>
    <item>
      <title>MKL HPCG Benchmark -- Missing MKL support and Incorrect Usage</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114276#M24561</link>
      <description>&lt;P&gt;I downloaded the MKL Benchmark set (for Linux) today, from:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &lt;A href="https://software.intel.com/en-us/articles/intel-mkl-benchmarks-suite"&gt;https://software.intel.com/en-us/articles/intel-mkl-benchmarks-suite&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But the HPCG benchmark I wanted to run doesn't appear to actually support MKL -- the printed usage options list:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;--mkl=yes/no: use MKL (default no)&lt;/PRE&gt;

&lt;P&gt;but this doesn't appear to be implemented in the code, and trying to use it with the binaries gives:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ ./xhpcg_avx --mkl=yes
./xhpcg_avx: unrecognized option '--mkl=yes'
$ ./xhpcg_avx --mkl yes
./xhpcg_avx: unrecognized option '--mkl'&lt;/PRE&gt;

&lt;P&gt;Has anyone heard anything about whether this is going to be implemented? It seems odd to have it listed in a released download but still returning an error.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2015 16:53:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114276#M24561</guid>
      <dc:creator>Ian_K_1</dc:creator>
      <dc:date>2015-12-18T16:53:32Z</dc:date>
    </item>
    <item>
      <title>regardless this option has</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114277#M24562</link>
      <description>&lt;P&gt;regardless this option has been used or not, the xhpcg_avx will produce the correct result. You may find out this output into the same directory. Please have a look. we will update the list of supported command line options of this benchmark.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 17:28:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114277#M24562</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2015-12-21T17:28:25Z</dc:date>
    </item>
    <item>
      <title>I am getting wildly varying</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114278#M24563</link>
      <description>&lt;P&gt;I am getting wildly varying results when running hpcg on one of our servers.&lt;/P&gt;

&lt;PRE class="brush:;"&gt;/opt/intel/16.0/compilers_and_libraries_2016.1.150/linux/mkl/benchmarks/hpcg/bin/xhpcg_avx -mkl=yes&amp;nbsp; --yaml="`hostname`.`date '+%Y%m%d%H%M%S'`"&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 15.0287&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 13.123&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 13.9009&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 12.5201&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 11.5567&lt;BR /&gt;
	GFLOP/s Summary:&lt;BR /&gt;
	&amp;nbsp; HPCG result is VALID with a GFLOP/s rating of: 7.14771&lt;BR /&gt;
	pimmaraj@hpchost1:~/hpcg_mkl/hpcg_intel&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:;"&gt;DDOT Timing Variations:
&amp;nbsp; Min DDOT MPI_Allreduce time: -7.44059e+10
&amp;nbsp; Max DDOT MPI_Allreduce time: -7.44059e+10
&amp;nbsp; Avg DDOT MPI_Allreduce time: -7.44059e+10
__________ Final Summary __________:
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2016 21:09:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114278#M24563</guid>
      <dc:creator>Paul_I_</dc:creator>
      <dc:date>2016-03-25T21:09:20Z</dc:date>
    </item>
    <item>
      <title>Paul,  are you aware the HPCG</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114279#M24564</link>
      <description>&lt;P&gt;Paul, &amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;are you aware the HPCG works alone at this moment at this time?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2016 10:22:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114279#M24564</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2016-03-28T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Good implementations of HPCG</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114280#M24565</link>
      <description>&lt;P&gt;Good implementations of HPCG give performance results that are very strongly correlated with the results of the STREAM benchmark.&amp;nbsp;&amp;nbsp; Memory-bandwidth-limited codes are very sensitive to NUMA issues on multi-socket servers, so they should always be run with some sort of process binding, and (when possible) should also use memory binding.&lt;/P&gt;

&lt;P&gt;I have not looked at this implementation of the HPCG benchmark, so I don't know which parallel libraries are involved, but investigation of the corresponding environment variables may be useful.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:42:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-HPCG-Benchmark-Missing-MKL-support-and-Incorrect-Usage/m-p/1114280#M24565</guid>
      <dc:creator>McCalpinJohn</dc:creator>
      <dc:date>2016-03-29T14:42:56Z</dc:date>
    </item>
  </channel>
</rss>

