<?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 Hello, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917407#M12866</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;everything is ok till point 4. In this step you have to rename&amp;nbsp;make.intelmic.text to Make.Intel under the directory&amp;nbsp;/op/t/hpl-2.1:&lt;/P&gt;
&lt;P&gt;mv make.intelmic.txt /opt/hpl-2.1/Make.Intel&lt;/P&gt;
&lt;P&gt;then you can build it:&lt;/P&gt;
&lt;P&gt;(under&amp;nbsp;&amp;nbsp;/opt/hpl-2.1/ )&lt;/P&gt;
&lt;P&gt;make arch=Intel&lt;/P&gt;
&lt;P&gt;Let meknow if now it's working for you too.&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2013 07:17:46 GMT</pubDate>
    <dc:creator>francesca_tartaglion</dc:creator>
    <dc:date>2013-04-09T07:17:46Z</dc:date>
    <item>
      <title>Connection problem during HPL over Phi run</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917398#M12857</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;
&lt;P&gt;I've compiled and configured HPL to run in a system with Xeon Phi but I have a problem with the linpack run.&lt;/P&gt;
&lt;P&gt;I've copied HPL.dat and xhpl under /tmp of mic0, set the I_MPI_MIC enabled and&amp;nbsp;/sbin/sysctl -w net.ipv4.ip_forward=1&lt;/P&gt;
&lt;P&gt;&lt;!--EndFragment--&gt;Then I've run the following command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;HOST# mpirun -hosts mic0 -n 114 -wdir /tmp ./xhpl&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I opened a top on the MIC card and actually the run stared, but after a minute I got the following message:&lt;/P&gt;
&lt;P&gt;Connection to mic0 closed by remote host.&lt;BR /&gt;APPLICATION TERMINATED WITH THE EXIT STRING: Killed (signal 9)&lt;/P&gt;
&lt;P&gt;after that HPL stopped and all the terminals opened on mic0 were closed.&lt;/P&gt;
&lt;P&gt;Do you have any suggestion about it?&lt;/P&gt;
&lt;P&gt;Thanks as always for your help!&lt;/P&gt;
&lt;P&gt;Do you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2013 09:09:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917398#M12857</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-02T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Hi Francesca,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917399#M12858</link>
      <description>&lt;P&gt;Hi Francesca,&lt;/P&gt;
&lt;P&gt;My suggestion is to try with a small number of rank (n =1) to&amp;nbsp;see if the same problem occurs.&amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2013 18:00:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917399#M12858</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-02T18:00:23Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917400#M12859</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've made some tests and I've seen the following behavior.&lt;/P&gt;
&lt;P&gt;Usually I calculate the HPL Ns using the 80% of the memory, so since the Phi cards have 6GB, I used 4.8GB of memory which gives me Ns=24495. With this value I have the issue that I wrote in the previous post.&lt;/P&gt;
&lt;P&gt;I tried then using Ns=14495 (just to try) and HPL actually worked fine without any issue.&lt;/P&gt;
&lt;P&gt;During this tests I've always used n = 228, so I suppose it's not a matter of the rank size but could be a memory-related problem.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you think about this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any memory limit on the phi cards?&lt;/P&gt;
&lt;P&gt;For the record I'm using hpl-2.1 and CentOS 6.3.&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 08:04:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917400#M12859</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-03T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917401#M12860</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;a little update: I've tried with n=16 and I don't have the issue if I calculate Ns using 50% of the memory (if I do the same test with n=228 I have the connection problem).&lt;/P&gt;
&lt;P&gt;Then I tried to use n=16 with Ns calculated with the 80% of the memory and again the connection problem occurred.&lt;/P&gt;
&lt;P&gt;Am I missing some confuguration step or HPL setting?&lt;/P&gt;
&lt;P&gt;Thanks as always!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 08:44:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917401#M12860</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-03T08:44:38Z</dc:date>
    </item>
    <item>
      <title>Would you like to point me</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917402#M12861</link>
      <description>&lt;P&gt;Would you like to point me where to get your HPL code? I need to test it.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2013 23:53:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917402#M12861</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-04T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917403#M12862</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've downloaded the source code from here:&amp;nbsp;http://www.netlib.org/benchmark/hpl/hpl-2.1.tar.gz&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I put in attachment my Make file that compiled it.&lt;/P&gt;
&lt;P&gt;I've also foud, looking at the Phi monitor that there is an oversized allocation of memory compared to the memory that I use in order to calculate N. So it seems that I got that error and that exit from the program because it was allocated too much memory ( &amp;gt; 6GB).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know why it has this behaviour? Are there any particular memory settings or variables to export?&lt;/P&gt;
&lt;P&gt;I've tried to summarize what I saw in a table that I also put in attachment.&lt;/P&gt;
&lt;P&gt;This behaviour happened also if I use the Intel&amp;nbsp;mp_linpack under the mkl folder.&lt;/P&gt;
&lt;P&gt;Thank you very much for your support!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 07:33:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917403#M12862</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-05T07:33:11Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917404#M12863</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've downloaded the HPL source code from here: &lt;A href="http://www.netlib.org/benchmark/hpl/hpl-2.1.tar.gz" target="_blank"&gt;http://www.netlib.org/benchmark/hpl/hpl-2.1.tar.gz&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I've put in attachment the Make file that compiled it.&lt;/P&gt;
&lt;P&gt;I've also discovered looking at the mic monitor that there is an oversized allocation of memory compared to the amount of memory that I use to calculate N. In fact I saw that the problem of exiting and killing the HPL application occurs when it allocates too much memory ( &amp;gt;6GB).&lt;/P&gt;
&lt;P&gt;I've tried to summarize my tests in a table that I've also put in attachment.&lt;/P&gt;
&lt;P&gt;Do you know why it has this behavior? Are there any memory settings of variables to export that I'm missing?&lt;/P&gt;
&lt;P&gt;Thank you for your support!&lt;/P&gt;
&lt;P&gt;ps: sorry if this post is a copy but I've lost the previous one that I wrote this morning :)&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2013 09:44:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917404#M12863</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-05T09:44:59Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917405#M12864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried but failed to build the HPL-2.1 using your Makefile. Below are the steps I tried:&lt;/P&gt;
&lt;P&gt;1. Download hpl-2.1.tar.gz&lt;/P&gt;
&lt;P&gt;2. Untar the file:&lt;/P&gt;
&lt;P&gt;&amp;gt; gunzip hpl-2.1.tar.gz; tar -xvf hlp-2.1tar&lt;/P&gt;
&lt;P&gt;That created a directory called "hpl-2.1"&lt;/P&gt;
&lt;P&gt;3. I copy that directory under /opt/&amp;nbsp;. Now we have /opt/hpl-2.1&lt;/P&gt;
&lt;P&gt;4. Rename your file "make.intelmic.text" to "Makefile" and place it under /op/t/hpl-2.1:&lt;/P&gt;
&lt;P&gt;&amp;gt; mv make.intelmic.txt /opt/hpl-2.1/Makefile&lt;/P&gt;
&lt;P&gt;5. Build it:&lt;/P&gt;
&lt;P&gt;&amp;gt; make&lt;/P&gt;
&lt;P&gt;make: *** No targets. Stop&lt;/P&gt;
&lt;P&gt;I am not sure why your Makefile doesn't work for me.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 23:50:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917405#M12864</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-08T23:50:35Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917406#M12865</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I tried but failed to build the HPL-2.1 using your Makefile. Below are the steps I tried:&lt;/P&gt;
&lt;P&gt;1. Download hpl-2.1.tar.gz&lt;/P&gt;
&lt;P&gt;2. Untar the file:&lt;/P&gt;
&lt;P&gt;&amp;gt; gunzip hpl-2.1.tar.gz; tar -xvf hlp-2.1tar&lt;/P&gt;
&lt;P&gt;That created a directory called "hpl-2.1"&lt;/P&gt;
&lt;P&gt;3. I copy that directory under /opt/&amp;nbsp;. Now we have /opt/hpl-2.1&lt;/P&gt;
&lt;P&gt;4. Rename your file "make.intelmic.text" to "Makefile" and place it under /op/t/hpl-2.1:&lt;/P&gt;
&lt;P&gt;&amp;gt; mv make.intelmic.txt /opt/hpl-2.1/Makefile&lt;/P&gt;
&lt;P&gt;5. Build it:&lt;/P&gt;
&lt;P&gt;&amp;gt; make&lt;/P&gt;
&lt;P&gt;make: *** No targets. Stop&lt;/P&gt;
&lt;P&gt;I am not sure why your Makefile doesn't work for me.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 23:50:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917406#M12865</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-08T23:50:44Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917407#M12866</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;everything is ok till point 4. In this step you have to rename&amp;nbsp;make.intelmic.text to Make.Intel under the directory&amp;nbsp;/op/t/hpl-2.1:&lt;/P&gt;
&lt;P&gt;mv make.intelmic.txt /opt/hpl-2.1/Make.Intel&lt;/P&gt;
&lt;P&gt;then you can build it:&lt;/P&gt;
&lt;P&gt;(under&amp;nbsp;&amp;nbsp;/opt/hpl-2.1/ )&lt;/P&gt;
&lt;P&gt;make arch=Intel&lt;/P&gt;
&lt;P&gt;Let meknow if now it's working for you too.&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 07:17:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917407#M12866</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-09T07:17:46Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917408#M12867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for the instruction. I was able to build and run the application now. After I transferred xhpl, HPL.dat to mic0, I run it succesfully with n=114 or n=256&lt;/P&gt;
&lt;P&gt;&amp;gt; mpirun -host mic0 -n 256 -wdir /tmp ./xhpl&lt;/P&gt;
&lt;P&gt;For your information, the system I use is RHEL 6.2 and it has MPSS 4982-15 installed. What MPSS version you have? Did you rebuild your MPSS for CentOS 6.3? If so, what version of the compiler?&lt;/P&gt;
&lt;P&gt;Also, make sure to transfer mpiexec, pmi_proxy, libmpi.so.4 and libmpigf.so.4 to the coprocessor mic0 before running mpi.&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, 09 Apr 2013 18:00:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917408#M12867</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-09T18:00:18Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917409#M12868</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you for your tests. How much memory did you use? Which value did you assign to N?&lt;/P&gt;
&lt;P&gt;Actually in my system it is installed CentOS 6.3 with MPSS&amp;nbsp;&amp;nbsp;5889-16. I've downloaded from the Intel website the package&amp;nbsp;KNC_gold_update_2-2.1.5889-16-rhel-6.3.tar (it is related to the same kernel version that I have:&amp;nbsp;&amp;nbsp;2.6.32-279.el6.x86_64) so I did not rebuit MPSS for my distribution.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using&amp;nbsp;icc 13.1.0 20130121. and the mpiicc that is under&amp;nbsp;/opt/intel/impi/4.1.0/bin64/, is that the correct mpiicc to use? Or should I use the mpiicc under&amp;nbsp;/opt/intel/impi/4.1.0/mic/bin/?&lt;/P&gt;
&lt;P&gt;And also I did trasfer all the files you mentioned, without them the run can't start at all.&lt;/P&gt;
&lt;P&gt;Thanks for you support!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2013 07:19:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917409#M12868</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-10T07:19:32Z</dc:date>
    </item>
    <item>
      <title>Hi Francesca,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917410#M12869</link>
      <description>&lt;P&gt;Hi Francesca,&lt;/P&gt;
&lt;P&gt;Using the tool micsmc, I saw that memory is used about 25% when the program runs. I just use whatever the default value of N is used when I type "mpirun -host mic0 -n 256 -wdir /tmp /xhpl".&lt;/P&gt;
&lt;P&gt;Your MPSS version is more recent than mine,&amp;nbsp;your Intel composer is&amp;nbsp;the same. Could you verify the MPI version by typing "ls -l /opt/intel/impi" please? Mine is 4.1.0.030.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 00:27:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917410#M12869</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-18T00:27:32Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917411#M12870</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have the&amp;nbsp;&amp;nbsp;4.1.0.030 version of impi.&lt;/P&gt;
&lt;P&gt;In my case using micsmc I saw that the memory is over allocated that's why HPL chushed.&lt;/P&gt;
&lt;P&gt;Have you set any variable like OMP_NUM_THREADS during your run?&lt;/P&gt;
&lt;P&gt;Thanks for you support!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917411#M12870</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-18T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917412#M12871</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have the&amp;nbsp;&amp;nbsp;4.1.0.030 version of impi.&lt;/P&gt;
&lt;P&gt;In my case using micsmc I saw that the memory is over allocated that's why HPL chushed.&lt;/P&gt;
&lt;P&gt;Have you set any variable like OMP_NUM_THREADS during your run?&lt;/P&gt;
&lt;P&gt;Thanks for you support!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2013 13:44:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917412#M12871</guid>
      <dc:creator>francesca_tartaglion</dc:creator>
      <dc:date>2013-04-18T13:44:58Z</dc:date>
    </item>
    <item>
      <title>I didn't set any env variable</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917413#M12872</link>
      <description>&lt;P&gt;I&amp;nbsp;didn't set any env variable at all. The only difference is that you ran MPSS built for rhel on your CentOS, maybe that is the cause? Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2013 18:39:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917413#M12872</guid>
      <dc:creator>Loc_N_Intel</dc:creator>
      <dc:date>2013-04-19T18:39:27Z</dc:date>
    </item>
    <item>
      <title>solutions usefull to me also.</title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917414#M12873</link>
      <description>&lt;P&gt;solutions usefull to me also.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2013 14:18:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917414#M12873</guid>
      <dc:creator>PONRAM</dc:creator>
      <dc:date>2013-04-20T14:18:56Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917415#M12874</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am facing issue in running Linpack on Intel Phi 5110P. I am using Intel mpss-3.1.2 with n=24000. I used mpirun -n 200 -host mic0 -wdir /tmp ./xhpl. But, it is giving the error----&lt;/P&gt;

&lt;P&gt;HPL ERROR from process # 0, on line 246 of function HPL_pdtest:&lt;BR /&gt;
	&amp;gt;&amp;gt;&amp;gt; [0,0] Memory allocation failed for A, x and b. Skip. &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;

&lt;P&gt;Thanks in advance.&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, 09 Jan 2014 05:44:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connection-problem-during-HPL-over-Phi-run/m-p/917415#M12874</guid>
      <dc:creator>ashish_s_</dc:creator>
      <dc:date>2014-01-09T05:44:45Z</dc:date>
    </item>
  </channel>
</rss>

