<?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 Reza, in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030950#M20145</link>
    <description>&lt;P&gt;Hi Reza,&lt;/P&gt;

&lt;P&gt;The performance drop by the end is normal since the benchmark becomes less compute intensive towards the end. Do you see expected efficiency numbers now?&lt;/P&gt;

&lt;P&gt;If you are using offload version, you can start with running 1 MPI per node (instead of 1 MPI per core). So, if you have 12 Xeons, you can use 12 MPI processes. After getting good numbers with 1 MPI per node, you can try running 1 MPI per CPU socket by using runme_offload_intel64 script.&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>Tue, 04 Aug 2015 09:14:42 GMT</pubDate>
    <dc:creator>Murat_G_Intel</dc:creator>
    <dc:date>2015-08-04T09:14:42Z</dc:date>
    <item>
      <title>Linpack Performance problem over V3 Processors</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030943#M20138</link>
      <description>&lt;P&gt;Hello Dears,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have a project with two type of computing nodes, Xeon V2 processors (16 nodes) and V3 processors(64 nodes).&amp;nbsp; Installed Intel Parallel studio in one of the V2 computing nodes and got very good results by Linpack (92%) over 16 V2 computing nodes (all in one blade enclosure ) ,later recompiled the intel Paralle Studio over V3 processors and &amp;nbsp;executed same benchmark over new Xeon v3 processors but the results reduced to 75% more or less. I tried single (V3 type) computing node and &amp;nbsp;got about 87% efficiency but when it goes over all computing nodes (or even 16 inside blade chassis )the results will drop to 74%.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I guess maybe there is a network problem but it's blade chassis with internal infiniband network switch so it's not easy to suspect of network.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;here is HPL.dat configuration :&lt;/P&gt;

&lt;P&gt;N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; 667200&lt;BR /&gt;
	NB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192&lt;BR /&gt;
	PMAP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Column-major process mapping&lt;BR /&gt;
	P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;BR /&gt;
	Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&lt;BR /&gt;
	PFACT&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; Right&lt;BR /&gt;
	NBMIN&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	NDIV&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;
	RFACT&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; Crout&lt;BR /&gt;
	BCAST&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 1ring&lt;BR /&gt;
	DEPTH&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;
	SWAP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Binary-exchange&lt;BR /&gt;
	L1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : no-transposed form&lt;BR /&gt;
	U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : no-transposed form&lt;BR /&gt;
	EQUIL&amp;nbsp;&amp;nbsp;&amp;nbsp; : no&lt;BR /&gt;
	ALIGN&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 double precision words&lt;/P&gt;

&lt;P&gt;--------------------------------------------------------------------------------&lt;BR /&gt;
	&lt;BR /&gt;
	- The matrix A is randomly generated for each test.&lt;BR /&gt;
	- The following scaled residual check will be computed:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N )&lt;BR /&gt;
	- The relative machine precision (eps) is taken to be&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.110223e-16&lt;BR /&gt;
	- Computational tests pass if scaled residuals are less than&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0&lt;BR /&gt;
	&lt;BR /&gt;
	Column=003456 Fraction=0.005 Mflops=11203980.43&lt;BR /&gt;
	Column=006720 Fraction=0.010 Mflops=10914878.75&lt;BR /&gt;
	Column=010176 Fraction=0.015 Mflops=10727462.35&lt;BR /&gt;
	Column=013440 Fraction=0.020 Mflops=10716597.44&lt;BR /&gt;
	Column=016704 Fraction=0.025 Mflops=10572442.04&lt;/P&gt;

&lt;P&gt;.&lt;/P&gt;

&lt;P&gt;.&lt;/P&gt;

&lt;P&gt;T/V&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp; NB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gflops&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	WC00C2R4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 667200&amp;nbsp;&amp;nbsp; 192&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19331.88&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.02425e+04&lt;BR /&gt;
	HPL_pdgesv() start time Mon Jul 27 06:33:08 2015&lt;BR /&gt;
	&lt;BR /&gt;
	HPL_pdgesv() end time&amp;nbsp;&amp;nbsp; Mon Jul 27 11:55:20 2015&lt;BR /&gt;
	&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0008648 ...... PASSED&lt;BR /&gt;
	&amp;nbsp;----------------------------------------------------------------------------------------------------------&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I even tried different N numbers but the results are same.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I appreciate your advise,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;/P&gt;

&lt;P&gt;Reza&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2015 11:53:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030943#M20138</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-07-29T11:53:15Z</dc:date>
    </item>
    <item>
      <title>Hello Reza,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030944#M20139</link>
      <description>&lt;P&gt;Hello Reza,&lt;/P&gt;

&lt;P&gt;It looks like your problem size per mpi process is around 8 GB. If you have more than 8GB per MPI rank, you can increase the problem size. For example, you can use N = 1,000,000 if you have 32GB memory available to each MPI rank.&lt;/P&gt;

&lt;P&gt;Also, which MP LINPACK version are you using? It's recommended to use offload version to get the best performance from MP&amp;nbsp;LINPACK.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 00:02:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030944#M20139</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2015-07-30T00:02:02Z</dc:date>
    </item>
    <item>
      <title>Hello Murat,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030945#M20140</link>
      <description>&lt;P&gt;Hello Murat,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for reply, &amp;nbsp;system configuration per node is as below :&lt;/P&gt;

&lt;P&gt;CPU : 2* Xeon 2690 V3&lt;/P&gt;

&lt;P&gt;Memeory : 256 GB&lt;/P&gt;

&lt;P&gt;Therefore, each node has 24 core which means I have about 10 GB memory per MPI Rank. I used 80% of memory for this test, I also used different number of N but the mentioned number is out of memory.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please &amp;nbsp;adise,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Reza&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 05:39:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030945#M20140</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-07-30T05:39:17Z</dc:date>
    </item>
    <item>
      <title>Reza,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030946#M20141</link>
      <description>&lt;P&gt;Reza,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Have you tried tweaking the block size NB?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Are you having the Xeon Phi cards as well?&lt;/P&gt;

&lt;P&gt;Vipin&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 08:48:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030946#M20141</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2015-07-30T08:48:11Z</dc:date>
    </item>
    <item>
      <title>Hi Vipin,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030947#M20142</link>
      <description>&lt;P&gt;Hi Vipin,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I used NB up to 512, I use HPL calculator which suggested to use up to 256. &amp;nbsp;should I change it ?I dont have Xeon Phi.&lt;/P&gt;

&lt;P&gt;today just tried one more blade enclosure (16 nodes) and I got 87% with same configuration, therefore it's important to know why same benchmark give less performance &amp;nbsp;in some blades.&lt;/P&gt;

&lt;P&gt;Reza&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 08:53:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030947#M20142</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-07-30T08:53:34Z</dc:date>
    </item>
    <item>
      <title>There are 5 enclosures, one</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030948#M20143</link>
      <description>&lt;P&gt;There are 5 enclosures, one is V2 processors and all 4 others are v3 processor type.&amp;nbsp; Based on my suggestion customer purchased Intel Parallel studio, I compiled and used mp_linpack with different configuration for both version of CPUs. &amp;nbsp;Here is the quick report :&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Enclosure1 ( 16 nodes, 2* 2690 V2/node, 256 GB memory /node) = 92% efficiency&lt;/P&gt;

&lt;P&gt;Enclosure2 ( 16 nodes, 2* 2690 V3/node, 256 GB memory /node) = 74% efficiency&lt;/P&gt;

&lt;P&gt;Enclosure3 ( 16 nodes, 2* 2690 V3/node, 256 GB memory /node) = 74% efficiency&lt;/P&gt;

&lt;P&gt;Enclosure4 ( 16 nodes, 2* 2690 V3/node, 256 GB memory /node) = &amp;nbsp;?? % efficiency (still running without any results for long time which is not normal)&lt;/P&gt;

&lt;P&gt;Enclosure5 ( 16 nodes, 2* 2690 V3/node, 256 GB memory /node) = 86% efficiency&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As you can see I got 87% efficiency for enclosure 5 but with same configuration and same binary other V3 type enclosures got very low performance, I tested all individual computing nodes and their sigle performance is in the 85~ 90% efficiency , therefore based on my experience I am suspecting of some problems of IB switches (inside the blade). Otherwise everything is same and no technical reason for this difference results.&lt;/P&gt;

&lt;P&gt;Enclosure 4 is still running the benchmark without any results which is not normal, I cancelled and did run the benchmark couple of time but always without any results in screen(just printing benchmark details on screen ).&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Do you also suspecting network performance?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 14:41:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030948#M20143</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-07-30T14:41:48Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030949#M20144</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please review latest test, I just removed some nodes with less performance :&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;why in latest fractions performance decreased ?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;[root@hpc064 intel64-en2]#mpirun -genv I_MPI_FABRICS shm:ofa --perhost 24&amp;nbsp; -f hostv3-en2 -n 288 ./xhpl&lt;BR /&gt;
	================================================================================&lt;BR /&gt;
	HPLinpack 2.1&amp;nbsp; --&amp;nbsp; High-Performance Linpack benchmark&amp;nbsp; --&amp;nbsp;&amp;nbsp; October 26, 2012&lt;BR /&gt;
	Written by A. Petitet and R. Clint Whaley,&amp;nbsp; Innovative Computing Laboratory, UTK&lt;BR /&gt;
	Modified by Piotr Luszczek, Innovative Computing Laboratory, UTK&lt;BR /&gt;
	Modified by Julien Langou, University of Colorado Denver&lt;BR /&gt;
	================================================================================&lt;BR /&gt;
	&lt;BR /&gt;
	An explanation of the input/output parameters follows:&lt;BR /&gt;
	T/V&amp;nbsp;&amp;nbsp;&amp;nbsp; : Wall time / encoded variant.&lt;BR /&gt;
	N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : The order of the coefficient matrix A.&lt;BR /&gt;
	NB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : The partitioning blocking factor.&lt;BR /&gt;
	P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : The number of process rows.&lt;BR /&gt;
	Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : The number of process columns.&lt;BR /&gt;
	Time&amp;nbsp;&amp;nbsp; : Time in seconds to solve the linear system.&lt;BR /&gt;
	Gflops : Rate of execution for solving the linear system.&lt;BR /&gt;
	&lt;BR /&gt;
	The following parameter values will be used:&lt;BR /&gt;
	&lt;BR /&gt;
	N&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp; 513536&lt;BR /&gt;
	NB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 256&lt;BR /&gt;
	PMAP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Column-major process mapping&lt;BR /&gt;
	P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&lt;BR /&gt;
	Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&lt;BR /&gt;
	PFACT&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; Right&lt;BR /&gt;
	NBMIN&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;BR /&gt;
	NDIV&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;BR /&gt;
	RFACT&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; Crout&lt;BR /&gt;
	BCAST&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp; 1ring&lt;BR /&gt;
	DEPTH&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;BR /&gt;
	SWAP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : Binary-exchange&lt;BR /&gt;
	L1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : no-transposed form&lt;BR /&gt;
	U&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : no-transposed form&lt;BR /&gt;
	EQUIL&amp;nbsp;&amp;nbsp;&amp;nbsp; : no&lt;BR /&gt;
	ALIGN&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 double precision words&lt;BR /&gt;
	&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	&lt;BR /&gt;
	- The matrix A is randomly generated for each test.&lt;BR /&gt;
	- The following scaled residual check will be computed:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ||Ax-b||_oo / ( eps * ( || x ||_oo * || A ||_oo + || b ||_oo ) * N )&lt;BR /&gt;
	- The relative machine precision (eps) is taken to be&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.110223e-16&lt;BR /&gt;
	- Computational tests pass if scaled residuals are less than&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.0&lt;BR /&gt;
	&lt;BR /&gt;
	Column=002816 Fraction=0.005 Mflops=9061105.31&lt;BR /&gt;
	Column=005376 Fraction=0.010 Mflops=9046932.22&lt;BR /&gt;
	Column=007936 Fraction=0.015 Mflops=9058204.79&lt;BR /&gt;
	Column=010496 Fraction=0.020 Mflops=9050563.70&lt;BR /&gt;
	Column=013056 Fraction=0.025 Mflops=9049741.88&lt;BR /&gt;
	Column=015616 Fraction=0.030 Mflops=9039969.70&lt;BR /&gt;
	Column=018176 Fraction=0.035 Mflops=9047304.00&lt;BR /&gt;
	Column=020736 Fraction=0.040 Mflops=9041378.08&lt;BR /&gt;
	Column=023296 Fraction=0.045 Mflops=9046721.77&lt;BR /&gt;
	Column=025856 Fraction=0.050 Mflops=9041185.93&lt;BR /&gt;
	Column=028416 Fraction=0.055 Mflops=9041261.15&lt;BR /&gt;
	Column=030976 Fraction=0.060 Mflops=9043317.44&lt;BR /&gt;
	Column=033536 Fraction=0.065 Mflops=9037247.78&lt;BR /&gt;
	Column=036096 Fraction=0.070 Mflops=9040218.57&lt;BR /&gt;
	Column=038656 Fraction=0.075 Mflops=9036754.32&lt;BR /&gt;
	Column=041216 Fraction=0.080 Mflops=9038795.75&lt;BR /&gt;
	Column=043776 Fraction=0.085 Mflops=9034784.48&lt;BR /&gt;
	Column=046336 Fraction=0.090 Mflops=9036850.03&lt;BR /&gt;
	Column=048896 Fraction=0.095 Mflops=9033007.65&lt;BR /&gt;
	Column=051456 Fraction=0.100 Mflops=9031942.34&lt;BR /&gt;
	Column=054016 Fraction=0.105 Mflops=9031955.22&lt;BR /&gt;
	Column=056576 Fraction=0.110 Mflops=9029712.93&lt;BR /&gt;
	Column=059136 Fraction=0.115 Mflops=9029494.84&lt;BR /&gt;
	Column=061696 Fraction=0.120 Mflops=9026757.86&lt;BR /&gt;
	Column=064256 Fraction=0.125 Mflops=9027979.55&lt;BR /&gt;
	Column=066816 Fraction=0.130 Mflops=9025197.74&lt;BR /&gt;
	Column=069376 Fraction=0.135 Mflops=9025893.78&lt;BR /&gt;
	Column=071936 Fraction=0.140 Mflops=9023208.61&lt;BR /&gt;
	Column=074496 Fraction=0.145 Mflops=9021544.10&lt;BR /&gt;
	Column=077056 Fraction=0.150 Mflops=9021935.55&lt;BR /&gt;
	Column=079616 Fraction=0.155 Mflops=9019616.16&lt;BR /&gt;
	Column=082176 Fraction=0.160 Mflops=9018907.89&lt;BR /&gt;
	Column=084736 Fraction=0.165 Mflops=9016691.08&lt;BR /&gt;
	Column=087552 Fraction=0.170 Mflops=9016819.55&lt;BR /&gt;
	Column=090112 Fraction=0.175 Mflops=9014083.51&lt;BR /&gt;
	Column=092672 Fraction=0.180 Mflops=9012658.02&lt;BR /&gt;
	Column=095232 Fraction=0.185 Mflops=9012202.90&lt;BR /&gt;
	Column=097792 Fraction=0.190 Mflops=9010632.84&lt;BR /&gt;
	Column=100352 Fraction=0.195 Mflops=9010460.85&lt;BR /&gt;
	Column=102912 Fraction=0.200 Mflops=9008019.04&lt;BR /&gt;
	Column=105472 Fraction=0.205 Mflops=9007770.80&lt;BR /&gt;
	Column=108032 Fraction=0.210 Mflops=9005530.13&lt;BR /&gt;
	Column=110592 Fraction=0.215 Mflops=9005546.17&lt;BR /&gt;
	Column=113152 Fraction=0.220 Mflops=9003123.45&lt;BR /&gt;
	Column=115712 Fraction=0.225 Mflops=9001852.54&lt;BR /&gt;
	Column=118272 Fraction=0.230 Mflops=9001127.23&lt;BR /&gt;
	Column=120832 Fraction=0.235 Mflops=8999577.23&lt;BR /&gt;
	Column=123392 Fraction=0.240 Mflops=8999016.71&lt;BR /&gt;
	Column=125952 Fraction=0.245 Mflops=8997200.79&lt;BR /&gt;
	Column=128512 Fraction=0.250 Mflops=8996267.96&lt;BR /&gt;
	Column=131072 Fraction=0.255 Mflops=8994390.42&lt;BR /&gt;
	Column=133632 Fraction=0.260 Mflops=8994104.68&lt;BR /&gt;
	Column=136192 Fraction=0.265 Mflops=8991677.98&lt;BR /&gt;
	Column=138752 Fraction=0.270 Mflops=8990688.20&lt;BR /&gt;
	Column=141312 Fraction=0.275 Mflops=8989904.19&lt;BR /&gt;
	Column=143872 Fraction=0.280 Mflops=8988248.44&lt;BR /&gt;
	Column=146432 Fraction=0.285 Mflops=8987440.56&lt;BR /&gt;
	Column=148992 Fraction=0.290 Mflops=8985408.19&lt;BR /&gt;
	Column=151552 Fraction=0.295 Mflops=8984725.40&lt;BR /&gt;
	Column=154112 Fraction=0.300 Mflops=8983018.04&lt;BR /&gt;
	Column=156672 Fraction=0.305 Mflops=8982367.39&lt;BR /&gt;
	Column=159232 Fraction=0.310 Mflops=8980273.27&lt;BR /&gt;
	Column=161792 Fraction=0.315 Mflops=8978828.22&lt;BR /&gt;
	Column=164352 Fraction=0.320 Mflops=8977845.23&lt;BR /&gt;
	Column=166912 Fraction=0.325 Mflops=8976481.14&lt;BR /&gt;
	Column=169472 Fraction=0.330 Mflops=8975433.75&lt;BR /&gt;
	Column=172288 Fraction=0.335 Mflops=8973274.72&lt;BR /&gt;
	Column=174848 Fraction=0.340 Mflops=8972909.28&lt;BR /&gt;
	Column=177408 Fraction=0.345 Mflops=8970859.30&lt;BR /&gt;
	Column=179968 Fraction=0.350 Mflops=8970341.78&lt;BR /&gt;
	Column=182528 Fraction=0.355 Mflops=8968542.31&lt;BR /&gt;
	Column=185088 Fraction=0.360 Mflops=8966975.75&lt;BR /&gt;
	Column=187648 Fraction=0.365 Mflops=8966226.69&lt;BR /&gt;
	Column=190208 Fraction=0.370 Mflops=8964635.98&lt;BR /&gt;
	Column=192768 Fraction=0.375 Mflops=8963576.43&lt;BR /&gt;
	Column=195328 Fraction=0.380 Mflops=8961711.48&lt;BR /&gt;
	Column=197888 Fraction=0.385 Mflops=8960941.17&lt;BR /&gt;
	Column=200448 Fraction=0.390 Mflops=8959099.64&lt;BR /&gt;
	Column=203008 Fraction=0.395 Mflops=8958368.70&lt;BR /&gt;
	Column=205568 Fraction=0.400 Mflops=8956500.55&lt;BR /&gt;
	Column=208128 Fraction=0.405 Mflops=8955047.72&lt;BR /&gt;
	Column=210688 Fraction=0.410 Mflops=8954196.09&lt;BR /&gt;
	Column=213248 Fraction=0.415 Mflops=8952260.15&lt;BR /&gt;
	Column=215808 Fraction=0.420 Mflops=8951470.19&lt;BR /&gt;
	Column=218368 Fraction=0.425 Mflops=8949359.59&lt;BR /&gt;
	Column=220928 Fraction=0.430 Mflops=8948666.39&lt;BR /&gt;
	Column=223488 Fraction=0.435 Mflops=8946977.25&lt;BR /&gt;
	Column=226048 Fraction=0.440 Mflops=8946186.36&lt;BR /&gt;
	Column=228608 Fraction=0.445 Mflops=8944377.15&lt;BR /&gt;
	Column=231168 Fraction=0.450 Mflops=8942976.66&lt;BR /&gt;
	Column=233728 Fraction=0.455 Mflops=8941888.74&lt;BR /&gt;
	Column=236288 Fraction=0.460 Mflops=8940228.88&lt;BR /&gt;
	Column=238848 Fraction=0.465 Mflops=8938968.04&lt;BR /&gt;
	Column=241408 Fraction=0.470 Mflops=8937085.38&lt;BR /&gt;
	Column=243968 Fraction=0.475 Mflops=8936307.90&lt;BR /&gt;
	Column=246528 Fraction=0.480 Mflops=8934694.85&lt;BR /&gt;
	Column=249088 Fraction=0.485 Mflops=8933727.46&lt;BR /&gt;
	Column=251648 Fraction=0.490 Mflops=8931890.27&lt;BR /&gt;
	Column=254208 Fraction=0.495 Mflops=8930422.32&lt;BR /&gt;
	Column=264704 Fraction=0.515 Mflops=8924848.87&lt;BR /&gt;
	Column=274944 Fraction=0.535 Mflops=8919322.46&lt;BR /&gt;
	Column=285184 Fraction=0.555 Mflops=8913957.59&lt;BR /&gt;
	Column=295424 Fraction=0.575 Mflops=8908322.24&lt;BR /&gt;
	Column=305664 Fraction=0.595 Mflops=8902968.88&lt;BR /&gt;
	Column=315904 Fraction=0.615 Mflops=8897533.79&lt;BR /&gt;
	Column=326144 Fraction=0.635 Mflops=8892400.35&lt;BR /&gt;
	Column=336384 Fraction=0.655 Mflops=8887327.38&lt;BR /&gt;
	Column=346880 Fraction=0.675 Mflops=8882110.90&lt;BR /&gt;
	Column=357120 Fraction=0.695 Mflops=8877203.68&lt;BR /&gt;
	Column=408320 Fraction=0.795 Mflops=8855163.35&lt;BR /&gt;
	Column=459776 Fraction=0.895 Mflops=8838741.82&lt;BR /&gt;
	Column=510976 Fraction=0.995 Mflops=8831508.36&lt;BR /&gt;
	================================================================================&lt;BR /&gt;
	T/V&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp;&amp;nbsp; NB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; P&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gflops&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	WC00C2R4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 513536&amp;nbsp;&amp;nbsp; 256&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10224.81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.83015e+03&lt;BR /&gt;
	HPL_pdgesv() start time Sat Aug&amp;nbsp; 1 07:22:34 2015&lt;BR /&gt;
	&lt;BR /&gt;
	HPL_pdgesv() end time&amp;nbsp;&amp;nbsp; Sat Aug&amp;nbsp; 1 10:12:59 2015&lt;BR /&gt;
	&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	||Ax-b||_oo/(eps*(||A||_oo*||x||_oo+||b||_oo)*N)=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.0010124 ...... PASSED&lt;BR /&gt;
	================================================================================&lt;BR /&gt;
	&lt;BR /&gt;
	Finished&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 tests with the following results:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 tests completed and passed residual checks,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 tests completed and failed residual checks,&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 tests skipped because of illegal input values.&lt;BR /&gt;
	--------------------------------------------------------------------------------&lt;BR /&gt;
	&lt;BR /&gt;
	End of Tests.&lt;BR /&gt;
	================================================================================&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2015 19:00:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030949#M20144</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-08-01T19:00:06Z</dc:date>
    </item>
    <item>
      <title>Hi Reza,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030950#M20145</link>
      <description>&lt;P&gt;Hi Reza,&lt;/P&gt;

&lt;P&gt;The performance drop by the end is normal since the benchmark becomes less compute intensive towards the end. Do you see expected efficiency numbers now?&lt;/P&gt;

&lt;P&gt;If you are using offload version, you can start with running 1 MPI per node (instead of 1 MPI per core). So, if you have 12 Xeons, you can use 12 MPI processes. After getting good numbers with 1 MPI per node, you can try running 1 MPI per CPU socket by using runme_offload_intel64 script.&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>Tue, 04 Aug 2015 09:14:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030950#M20145</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2015-08-04T09:14:42Z</dc:date>
    </item>
    <item>
      <title>Hi Murat, </title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030951#M20146</link>
      <description>&lt;P&gt;Hi Murat,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for reply, still working . by using runme_intel64 I can get good performance per node but customer needs total performance. when I using .xhpl inside mp_linpack then some nodes has lower performance and totally I got lower performance.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;however some enclosure 's performance changing time to time from 75% to 85% which I dont know why, it may because of heating problem?&lt;/P&gt;

&lt;P&gt;how can I change number of CPUs or sockets in runme_offload_intel64 ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I appreciate your quick reply,&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Reza&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 09:30:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030951#M20146</guid>
      <dc:creator>Reza_M_1</dc:creator>
      <dc:date>2015-08-04T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Hi Reza,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030952#M20147</link>
      <description>&lt;P&gt;Hi Reza,&lt;/P&gt;

&lt;P&gt;Yes, it may be overheating/TDP issue. Please exclude those unstable nodes from the run until the hardware related problems are resolved.&lt;/P&gt;

&lt;P&gt;For the runme_offload_intel64&amp;nbsp;script: if you have 12 nodes (2 socket each),&amp;nbsp;please&amp;nbsp;modify the lines below (runs 1 MPI process per socket):&lt;/P&gt;

&lt;P&gt;31 export MPI_PROC_NUM=24&lt;/P&gt;

&lt;P&gt;34&amp;nbsp; export MPI_PER_NODE=2&lt;/P&gt;

&lt;P&gt;Also, please try to choose P and Q numbers close to each other. For the same example, there are 24 total MPI processes and you can try P=4, Q=6 (or P=6, Q=4).&lt;/P&gt;

&lt;P&gt;Also, please try NB=192 for v3 systems.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 02:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030952#M20147</guid>
      <dc:creator>Murat_G_Intel</dc:creator>
      <dc:date>2015-08-05T02:59:15Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030953#M20148</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;Dear all,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;I have a problem with the result of MKL MP_Linkpack. In my system, I have 24 compute nodes with both Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz and Xeon Phi Q7200, RAM 256GB. On each node, I run ./runme_intel64, the performance is good ~ 700-900 GFlops (only Xeon CPU).&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;But when I run HPL on 4 nodes, 8 nodes or more, the result is very bad, sometimes it cannot return the result with the error: MPI TERMINATED,... After that, I run the test (runme_intel64) on each node again, and the performance is very low:&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;~ 11,243 GFLops,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;~ 10,845 GFlops,&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;....&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;But I don't know the reason&amp;nbsp;why,&amp;nbsp;I guess the reason is&amp;nbsp;power&amp;nbsp;of cluster (it is not enough for a whole system) and HPE Bios configured is Balanced Mode for the cluster (automatically change to lower power mode when the system cannot get enough the power). But when I just run on some nodes and configure the power is maximum, the problem is still not solved.&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Please help me&amp;nbsp;about&amp;nbsp;this problem, thank you all!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 23:59:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Linpack-Performance-problem-over-V3-Processors/m-p/1030953#M20148</guid>
      <dc:creator>MChun4</dc:creator>
      <dc:date>2017-02-20T23:59:50Z</dc:date>
    </item>
  </channel>
</rss>

