<?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 Yes, this is a single system in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971994#M16765</link>
    <description>&lt;P&gt;Yes, this is a single system benchmark.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;May I know how to check TURBO mode is enabled/disabled, without reboot/going to BIOS on LINUX?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Apr 2014 18:48:10 GMT</pubDate>
    <dc:creator>Sangamesh_B_</dc:creator>
    <dc:date>2014-04-09T18:48:10Z</dc:date>
    <item>
      <title>IMPI dapl fabric error</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971990#M16761</link>
      <description>&lt;P&gt;Hi, I'm trying to run HPL benchmark on an Ivybridge Xeon processor with 2 Xeon Phi 7120P MIC cards. I'm using offload xhpl binary from Intel Linpack.&lt;/P&gt;

&lt;P&gt;It throws following error&lt;/P&gt;

&lt;P&gt;$ bash runme_offload_intel64&lt;BR /&gt;
	This is a SAMPLE run script. &amp;nbsp;Change it to reflect the correct number&lt;BR /&gt;
	of CPUs/threads, number of nodes, MPI processes per node, etc..&lt;BR /&gt;
	&lt;BR /&gt;
	MPI_RANK_FOR_NODE=1 NODE=1, CORE=, MIC=1, SHARE=&lt;BR /&gt;
	MPI_RANK_FOR_NODE=0 NODE=0, CORE=, MIC=0, SHARE=&lt;BR /&gt;
	[1] MPI startup(): dapl fabric is not available and fallback fabric is not enabled&lt;BR /&gt;
	[0] MPI startup(): dapl fabric is not available and fallback fabric is not enabled&lt;/P&gt;

&lt;P&gt;I checked the same errors on this forum and got to know that to unset I_MPI_DEVICES variable. This made the HPL to run. But performance is very low, just 50%. On the other node, with same hardware, HPL efficiency is 84%. Following is the short output of openibd status from both systems, which shows the difference.&lt;/P&gt;

&lt;P&gt;ON NODE with HPL 84% &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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ON NODE with HPL 50%&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Currently active MLX4_EN devices:&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;&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; Currently active MLX4_EN devices:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&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; &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; &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; | eth0&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Can some one guide me how to resolve it?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2014 13:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971990#M16761</guid>
      <dc:creator>Sangamesh_B_</dc:creator>
      <dc:date>2014-04-05T13:07:18Z</dc:date>
    </item>
    <item>
      <title>From what I see, you are only</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971991#M16762</link>
      <description>&lt;P&gt;From what I see, you are only running one rank, independently on each node.&amp;nbsp; Is this your intent?&lt;/P&gt;

&lt;P&gt;What InfiniBand* devices do you have in your cluster?&lt;/P&gt;

&lt;P&gt;Sincerely,&lt;BR /&gt;
	James Tullos&lt;BR /&gt;
	Technical Consulting Engineer&lt;BR /&gt;
	Intel® Cluster Tools&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2014 21:53:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971991#M16762</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2014-04-08T21:53:51Z</dc:date>
    </item>
    <item>
      <title>My intent was to know - is</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971992#M16763</link>
      <description>&lt;P&gt;My intent was to know - is the dapl fabric error causing the low HPL performance? The same benchmark is performed separately&amp;nbsp;on two nodes which have the same hardware &amp;amp; software configuration. One is giving 84% and the other is giving 50% hpl efficiency.&lt;/P&gt;

&lt;P&gt;First attempt: Executed the benchmark. It came out immediately without running, throwing dapl fabric error.&lt;/P&gt;

&lt;P&gt;Second attempt: I used "unset I_MPI_FABRIC &amp;amp; unset I_MPI_DEVICES". The benchmark executed. But performance is just 50%.&lt;/P&gt;

&lt;P&gt;My questions: Why there dapl fabric error? What is causing the low performance?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:20:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971992#M16763</guid>
      <dc:creator>Sangamesh_B_</dc:creator>
      <dc:date>2014-04-09T18:20:50Z</dc:date>
    </item>
    <item>
      <title>The error you are getting</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971993#M16764</link>
      <description>&lt;P&gt;The error you are getting indicates that you do not have DAPL* available on this system.&amp;nbsp; This will lower performance if you are using multiple nodes.&amp;nbsp; But from what you're saying, it sounds like you are only using one node.&amp;nbsp; If you are only using one node, the performance will be unaffected by the network.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:27:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971993#M16764</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2014-04-09T18:27:20Z</dc:date>
    </item>
    <item>
      <title>Yes, this is a single system</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971994#M16765</link>
      <description>&lt;P&gt;Yes, this is a single system benchmark.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;May I know how to check TURBO mode is enabled/disabled, without reboot/going to BIOS on LINUX?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:48:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971994#M16765</guid>
      <dc:creator>Sangamesh_B_</dc:creator>
      <dc:date>2014-04-09T18:48:10Z</dc:date>
    </item>
    <item>
      <title>I don't know how you could</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971995#M16766</link>
      <description>&lt;P&gt;I don't know how you could check Turbo Mode from inside of the operating system other than by attempting to activate it.&lt;/P&gt;

&lt;P&gt;Since you're only running on a single node with HPL, I'm going to move this thread to the Intel® Math Kernel Library forum.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 18:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971995#M16766</guid>
      <dc:creator>James_T_Intel</dc:creator>
      <dc:date>2014-04-09T18:58:16Z</dc:date>
    </item>
    <item>
      <title>whenever I fired below</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971996#M16767</link>
      <description>&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;whenever I fired below command &amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;time mpiexec.hydra -machinefile hostfile2 -n 96 ./a.out &amp;gt;out.txt&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;bash: /opt/intel//impi/&lt;A href="http://4.1.3.048/intel64/bin/pmi_proxy" style="color: rgb(17, 85, 204);" target="_blank"&gt;4.1.3.048/&lt;WBR /&gt;intel64/bin/pmi_proxy&lt;/A&gt;: No such file or directory&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;[mpiexec@nits-hpc] HYD_pmcd_pmiserv_send_signal (./pm/pmiserv/pmiserv_cb.c:&lt;WBR /&gt;239): assert (!closed) failed&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;[mpiexec@nits-hpc] ui_cmd_cb (./pm/pmiserv/pmiserv_pmci.c:&lt;WBR /&gt;127): unable to send SIGUSR1 downstream&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;[mpiexec@nits-hpc] HYDT_dmxu_poll_wait_for_event (./tools/demux/demux_poll.c:&lt;WBR /&gt;77): callback returned error status&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;[mpiexec@nits-hpc] HYD_pmci_wait_for_completion (./pm/pmiserv/pmiserv_pmci.c:&lt;WBR /&gt;435): error waiting for event&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;[mpiexec@nits-hpc] main (./ui/mpich/mpiexec.c:901): process manager error waiting for completion.&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;&amp;nbsp;&lt;/DIV&gt;

&lt;DIV style="color: rgb(34, 34, 34); font-family: arial, sans-serif; line-height: normal;"&gt;please help&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Aug 2014 10:16:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971996#M16767</guid>
      <dc:creator>kiran_s_</dc:creator>
      <dc:date>2014-08-20T10:16:30Z</dc:date>
    </item>
    <item>
      <title>Kiran,</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971997#M16768</link>
      <description>&lt;P&gt;Kiran,&lt;/P&gt;

&lt;P&gt;Your problem seems to be related to MPI. Does your cluster have Infiniband, and is the Infiniband correctly installed/configured? First, try to run a simple MPI program on your cluster with the same configuration. Fix any MPI and/or Infiniband issues before you try HPL again.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2014 22:58:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/IMPI-dapl-fabric-error/m-p/971997#M16768</guid>
      <dc:creator>Zhang_Z_Intel</dc:creator>
      <dc:date>2014-08-22T22:58:50Z</dc:date>
    </item>
  </channel>
</rss>

