<?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: Basic Intel Linpack Benchmark Questions in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855076#M6908</link>
    <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;Florian,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;There is quite a bit of good information in the benchmarkslinpack directory. Sounds like linpack_xeon64.exe is the right benchmark for you. You can run "linpack_xeon64.exe -e" to get a length discussion of parameters and what combinations are best. But maybe easier would be to start by just trying the example input file: "linpack_xeon64.exe &amp;lt; lininput_xeon64". The -e option help also discusses what each line of this input file does. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;To address your question briefly: &lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;leading dimension is the stride between columns of the matrix&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;trials to run is the number of times to run the problem (e.g., you might want more stability and run a problem multiple times, or you might want to run multiple sizes)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;number of equations is the size of the matrix&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;data alignment value is the way the memory is aligned. From the extended help&lt;/FONT&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The alignment value allows the arrays to be aligned to the value specified, zero means that no specific alignment will be performed - the arrays are used as they are allocated. The best performance is likely to be obtained when arrays are aligned to the page size boundary.&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;Todd&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2008 23:27:45 GMT</pubDate>
    <dc:creator>Todd_R_Intel</dc:creator>
    <dc:date>2008-02-06T23:27:45Z</dc:date>
    <item>
      <title>Basic Intel Linpack Benchmark Questions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855075#M6907</link>
      <description>Hello everyone,
&lt;BR /&gt;
&lt;BR /&gt;my name is Florian and i have some basic questions for you about the Linpack Benchmark App. It has become a part of my responsibility at work to certify Workstation system for the Energy Star. About a week ago i received my first WS system and have to use the Linpack Suite to test it. 
&lt;BR /&gt;
&lt;BR /&gt;I originally come from Network Eng. and got moved to my new department, so please excuse my beginner questions and my english since this is not my native language.
&lt;BR /&gt;
&lt;BR /&gt;If i understood correctly the Linpack App uses the Intel optimized librarys for the architecture to be tested. In my case its a 64bit dual xeon platform with 8GB of main memory. I have downloaded and installed the Linpack benchmark suite and executed it. It is running on a 64bit MS Windows OS. It is asking for several inputs
&lt;BR /&gt;
&lt;BR /&gt;*leading dimensions of array
&lt;BR /&gt;*trials to run
&lt;BR /&gt;*number of equations to solve
&lt;BR /&gt;*data alignment value
&lt;BR /&gt;
&lt;BR /&gt;Could you please explain to me how to calculate these values and what they mean?
&lt;BR /&gt;
&lt;BR /&gt;I am sorry to bother you with this most likely basic question but i would apreciate any help given. 
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;
&lt;BR /&gt;Florian</description>
      <pubDate>Wed, 06 Feb 2008 13:40:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855075#M6907</guid>
      <dc:creator>florianwiegand</dc:creator>
      <dc:date>2008-02-06T13:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Intel Linpack Benchmark Questions</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855076#M6908</link>
      <description>&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;Florian,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;There is quite a bit of good information in the benchmarkslinpack directory. Sounds like linpack_xeon64.exe is the right benchmark for you. You can run "linpack_xeon64.exe -e" to get a length discussion of parameters and what combinations are best. But maybe easier would be to start by just trying the example input file: "linpack_xeon64.exe &amp;lt; lininput_xeon64". The -e option help also discusses what each line of this input file does. &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;To address your question briefly: &lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;leading dimension is the stride between columns of the matrix&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;trials to run is the number of times to run the problem (e.g., you might want more stability and run a problem multiple times, or you might want to run multiple sizes)&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;number of equations is the size of the matrix&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Verdana" size="2"&gt;data alignment value is the way the memory is aligned. From the extended help&lt;/FONT&gt;&lt;/LI&gt;
&lt;UL&gt;
&lt;LI&gt;The alignment value allows the arrays to be aligned to the value specified, zero means that no specific alignment will be performed - the arrays are used as they are allocated. The best performance is likely to be obtained when arrays are aligned to the page size boundary.&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="Verdana" size="2"&gt;Todd&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2008 23:27:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855076#M6908</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-02-06T23:27:45Z</dc:date>
    </item>
    <item>
      <title>Thank you for your help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855077#M6909</link>
      <description>Thank you for the tips, 
&lt;BR /&gt;
&lt;BR /&gt;i have reviewed the programm a bit more. I am still wondering tough, how is the problem size determinded? I found a formula which states that the number of bytes (from main memory) should be divided by 8 and then by a 1000. The the root should be calculated based on that which is "n". What is the Matrix?
&lt;BR /&gt;
&lt;BR /&gt;Kind regards
&lt;BR /&gt;
&lt;BR /&gt;Florian</description>
      <pubDate>Thu, 07 Feb 2008 09:41:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855077#M6909</guid>
      <dc:creator>florianwiegand</dc:creator>
      <dc:date>2008-02-07T09:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Thank you for your help</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855078#M6910</link>
      <description>&lt;P&gt;The Linpack benchmark performs an LUfactorization then solve of a matrix. So&lt;/P&gt;
&lt;P&gt;Number of equations = size of matrix = problem size = "n"&lt;/P&gt;
&lt;P&gt;Todd&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2008 16:57:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855078#M6910</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2008-02-07T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855079#M6911</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am Aesha, I want to do some analysis based on parameters present in o/p file of&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;linpack_xeon64.exe .&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Plz tell me meaning of following parameters:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;1. Residual&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;2. Residual(norm)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;3.Check&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 09:59:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855079#M6911</guid>
      <dc:creator>Aesha_P_</dc:creator>
      <dc:date>2015-07-21T09:59:46Z</dc:date>
    </item>
    <item>
      <title>Hi Aesha,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855080#M6912</link>
      <description>&lt;P&gt;Hi Aesha,&lt;/P&gt;

&lt;P&gt;Residual and residual norm indicate the accuracy of the solution.&amp;nbsp;Residual vector is: r =&amp;nbsp;b - A*x, where A is the coefficient matrix, x is the solution vector and b is rhs vector. The reported residual number is the absolute maximum value in the r vector. residual (norm) is similar, however this time the residual is scaled by the machine epsilon, norm of the matrix A and number of equations. The "Check" indicates that residual and residual (norm) is within acceptable error limits.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 15:54:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855080#M6912</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2015-07-27T15:54:41Z</dc:date>
    </item>
    <item>
      <title>This article explains it</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855081#M6913</link>
      <description>&lt;P&gt;This article explains it nicely&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://stackoverflow.com/questions/49345420/understanding-linpack-input-configuration" target="_blank"&gt;https://stackoverflow.com/questions/49345420/understanding-linpack-input-configuration&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Quoting from the article -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;This is the setup for Intel optimized Linpack benchmark. The parameters that you seem to be confused are all related to the way matrices are represented and accessed.&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;Linpack benchmark solves a system of&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N&lt;/CODE&gt;&amp;nbsp;simultaneous linear equations.&lt;/P&gt;

&lt;PRE style="margin-top: 0px; margin-bottom: 1em; padding: 5px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; background-color: rgb(239, 240, 241); word-wrap: normal; color: rgb(36, 39, 41);"&gt;&lt;CODE style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;"&gt;a11 * x1 + a12 * x2 + .. + a1N * xN = b1
a21 * x1 + a22 * x2 + .. + a2N * xN = b2
...
aN1 * x1 + aN2 * x2 + .. + aNN * xN = bN
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;This is equivalent to solving a vector equation&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;Ax=b&lt;/CODE&gt;&amp;nbsp;where&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;x&lt;/CODE&gt;&amp;nbsp;and&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;b&lt;/CODE&gt;&amp;nbsp;are N-dimensional vectors and&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;A&lt;/CODE&gt;&amp;nbsp;is an&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N*N&lt;/CODE&gt;&amp;nbsp;matrix.&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;An&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N*N&lt;/CODE&gt;&amp;nbsp;matrix is represented in the memory as an&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N*N&lt;/CODE&gt;&amp;nbsp;array where individual columns are stored at offsets&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;0&lt;/CODE&gt;,&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n&lt;/CODE&gt;,&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;2*n&lt;/CODE&gt;&amp;nbsp;etc. Note that we use a different symbol&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n&lt;/CODE&gt;&amp;nbsp;instead of&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N&lt;/CODE&gt;. The reason is that when&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n=N&lt;/CODE&gt;&amp;nbsp;the algorithm running in several parallel threads may run into a phenomenon known as&amp;nbsp;&lt;A href="https://stackoverflow.com/a/21631070/1328439" style="border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; color: rgb(0, 89, 153); cursor: pointer;"&gt;cache thrashing&lt;/A&gt;. Do avoid this it is advised to set&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n&amp;gt;N&lt;/CODE&gt;&amp;nbsp;inserting some padding between the column data. Often&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n&lt;/CODE&gt;&amp;nbsp;is selected to be the smallest integer divisible by 8 that is greater than&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N&lt;/CODE&gt;. So we are done with lines 2 and 3. Line 2 is&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;N&lt;/CODE&gt;&amp;nbsp;and line 3 is&amp;nbsp;&lt;CODE style="margin: 0px; padding: 1px 5px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: pre-wrap;"&gt;n&lt;/CODE&gt;.&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;Linpack benchmark uses several arrays. Once again to use the cache efficiently it is advised to have all arrays start at the boundary of memory pages. So they are aligned to the 4k boundary. With larger pages it might make sense to set this value to a large number, e.g. 16, or 64. This is our line 5.&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 15px; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);"&gt;You should also have a look at the original&amp;nbsp;&lt;A href="http://www.netlib.org/benchmark/hpl/" rel="nofollow noreferrer" style="border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; box-sizing: inherit; color: rgb(0, 89, 153); cursor: pointer;"&gt;High Performance LINPACK&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Mar 2018 16:00:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855081#M6913</guid>
      <dc:creator>Chatterjee__Saptarsh</dc:creator>
      <dc:date>2018-03-18T16:00:58Z</dc:date>
    </item>
    <item>
      <title>Whether there is different</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855082#M6914</link>
      <description>&lt;P&gt;Whether there is different tool for Atom processor?&lt;/P&gt;&lt;P&gt;from where i can download latest&amp;nbsp;Intel(R) Optimized LINPACK Benchmark data tool?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:42:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855082#M6914</guid>
      <dc:creator>Ravi_P_Intel</dc:creator>
      <dc:date>2019-03-29T08:42:43Z</dc:date>
    </item>
    <item>
      <title>this is part of official mkl</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855083#M6915</link>
      <description>&lt;P&gt;this is part of official mkl package. Please check the benchmark directory from official mkl build.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:56:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Basic-Intel-Linpack-Benchmark-Questions/m-p/855083#M6915</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2019-03-29T08:56:39Z</dc:date>
    </item>
  </channel>
</rss>

