<?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 Thank you for the detailed in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101459#M5189</link>
    <description>&lt;P&gt;Thank you for the detailed response.&lt;/P&gt;

&lt;P&gt;can you run the job &lt;EM&gt;without &lt;/EM&gt;"export MPICH_ASYNC_PROGRESS=1" to see if the issue goes away?&lt;/P&gt;

&lt;P&gt;Also, could you provide a small reproducer?&lt;/P&gt;

&lt;P&gt;Please provide the version of OFED/DAPL as well.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Mark&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>Tue, 08 Mar 2016 19:03:01 GMT</pubDate>
    <dc:creator>Mark_L_Intel</dc:creator>
    <dc:date>2016-03-08T19:03:01Z</dc:date>
    <item>
      <title>MPI process hangs on 'MPI_Finalize'</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101456#M5186</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;When I run my MPI application over 40 machines, one mpi process does not finish and hangs on 'MPI_Finalize'&lt;BR /&gt;
	(The other mpi processes in the other machines show zero cpu usage)&lt;/P&gt;

&lt;P&gt;In the bellow,&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I attached the call stack of the process which is waiting on 'MPI_Finalize' function.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="스크린샷 2016-03-07 오후 3.38.14.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8606i110213A75617019F/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="스크린샷 2016-03-07 오후 3.38.14.png" alt="스크린샷 2016-03-07 오후 3.38.14.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;where do I have to start debugging? can anybody give me any clue on it?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 06:44:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101456#M5186</guid>
      <dc:creator>seongyun_k_</dc:creator>
      <dc:date>2016-03-07T06:44:19Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101457#M5187</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Could you provide your launch command. Also DAPL version, Intel MPI version, details about cluster HW if possible.&lt;/P&gt;

&lt;P&gt;If you have time for more experiements, could you try i) just a few processes with DAPL&amp;nbsp;ii) other fabrics (if available) such as OFA, TMI.&lt;/P&gt;

&lt;P&gt;BR,&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 20:54:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101457#M5187</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-07T20:54:47Z</dc:date>
    </item>
    <item>
      <title>Hi, I used the following</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101458#M5188</link>
      <description>&lt;P&gt;Hi, I used the following flags:&lt;/P&gt;

&lt;P&gt;export I_MPI_PERHOST=1&lt;BR /&gt;
	export I_MPI_FABRICS=dapl&lt;BR /&gt;
	export I_MPI_FALLBACK=0&lt;BR /&gt;
	export I_MPI_DAPL_UD=1&lt;BR /&gt;
	export MPICH_ASYNC_PROGRESS=1&lt;BR /&gt;
	export I_MPI_RDMA_SCALABLE_PROGRESS=1&lt;BR /&gt;
	export I_MPI_PIN=1&lt;BR /&gt;
	export I_MPI_DYNAMIC_CONNECTION=0&lt;/P&gt;

&lt;P&gt;I checked the dapl provider being used with 'I_MPI_DEBUG' option:&lt;/P&gt;

&lt;P&gt;MPI startup(): &lt;STRONG&gt;Multi-threaded optimized library&lt;/STRONG&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 13.008px; line-height: 13.008px;"&gt;MPI startup(): DAPL provider &lt;STRONG&gt;ofa-v2-mlx4_0-1u with IB UD extension&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;DAPL startup(): trying to open DAPL provider from I_MPI_DAPL_UD_PROVIDER: &lt;STRONG&gt;ofa-v2-mlx4_0-1u&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I_MPI_dlopen_dat(): trying to load default dat library: &lt;STRONG&gt;libdat2.so.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;MPI Version:&amp;nbsp;&lt;STRONG&gt;Intel(R) MPI&lt;/STRONG&gt; Library for Linux* OS, 64-bit applications, &lt;STRONG&gt;Version 5.1.2 &amp;nbsp;Build 20151015&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Hardware Spec:&lt;BR /&gt;
	OS : CentOS 6.4 Final&lt;BR /&gt;
	CPU : 2 * Intel® Xeon® CPU E5-2450 @ (2.10GHz, 8 physical cores)&lt;BR /&gt;
	RAM : 32GB per each&lt;BR /&gt;
	Ethernet: InfiniBand: Mellanox Technologies MT26428 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE]&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;I ran the application with a few machines (40 --&amp;gt; 5) over the similar data size per machine. It seems that the problem has gone.. but Why?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2016 08:15:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101458#M5188</guid>
      <dc:creator>seongyun_k_</dc:creator>
      <dc:date>2016-03-08T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Thank you for the detailed</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101459#M5189</link>
      <description>&lt;P&gt;Thank you for the detailed response.&lt;/P&gt;

&lt;P&gt;can you run the job &lt;EM&gt;without &lt;/EM&gt;"export MPICH_ASYNC_PROGRESS=1" to see if the issue goes away?&lt;/P&gt;

&lt;P&gt;Also, could you provide a small reproducer?&lt;/P&gt;

&lt;P&gt;Please provide the version of OFED/DAPL as well.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Mark&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>Tue, 08 Mar 2016 19:03:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101459#M5189</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-08T19:03:01Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101460#M5190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;- I am using OFED (MLNX_OFED_LINUX-2.4-1.0.4) which is the latest version that I can install with my NIC.&lt;BR /&gt;
	&amp;nbsp;Is this issue related with the driver's version (for example, the bug is reported quite long ago and fixed in the latest version?)&lt;/P&gt;

&lt;P&gt;- When I disabled '&lt;SPAN style="font-size: 12px; line-height: 12px;"&gt;MPICH_ASYNC_PROGRESS', the program stops making progress on MPI functions. It waits on MPI_Wait (with request object from MPI_Rget) function forever (This also looks like a bug...)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 02:28:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101460#M5190</guid>
      <dc:creator>seongyun_k_</dc:creator>
      <dc:date>2016-03-09T02:28:42Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101461#M5191</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; could you send me a reproducer &lt;EM&gt;directly &lt;/EM&gt;at &lt;A href="mailto:mark.lubin@intel.com"&gt;mark.lubin@intel.com&lt;/A&gt;? This would really help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:25:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101461#M5191</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-09T18:25:41Z</dc:date>
    </item>
    <item>
      <title>just got internal response</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101462#M5192</link>
      <description>&lt;P&gt;just got internal response regarding OFED version you use:&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;"&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;this version of MOFED has a really old dapl-2.1.3 package. They need to upgrade to &lt;STRONG&gt;latest dapl-2.1.8&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;See download pages for changes since 2.1.3:&amp;nbsp; &lt;/FONT&gt;&lt;A href="http://downloads.openfabrics.org/dapl/"&gt;&lt;U&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;A href="http://downloads.openfabrics.org/dapl/" target="_blank"&gt;http://downloads.openfabrics.org/dapl/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;Latest:&amp;nbsp; &lt;/FONT&gt;&lt;A href="http://downloads.openfabrics.org/dapl/dapl-2.1.8.tar.gz"&gt;&lt;U&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/A&gt;&lt;A href="http://downloads.openfabrics.org/dapl/dapl-2.1.8.tar.gz" target="_blank"&gt;http://downloads.openfabrics.org/dapl/dapl-2.1.8.tar.gz&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;&amp;nbsp;"&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 21:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101462#M5192</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-09T21:36:11Z</dc:date>
    </item>
    <item>
      <title>do you have Intel Premier</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101463#M5193</link>
      <description>&lt;P&gt;do you have&amp;nbsp;Intel Premier Support&amp;nbsp;account? If yes, could you submit a ticket?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Mark&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:24:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101463#M5193</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-11T17:24:22Z</dc:date>
    </item>
    <item>
      <title>it might be also a bug in</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101464#M5194</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;it might be also a&amp;nbsp;bug in&amp;nbsp;your code. MPI Standard does&amp;nbsp;not guarantee a real async progress for MPI applications (real overlapping of communications and computations).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 17:39:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/MPI-process-hangs-on-MPI-Finalize/m-p/1101464#M5194</guid>
      <dc:creator>Mark_L_Intel</dc:creator>
      <dc:date>2016-03-11T17:39:28Z</dc:date>
    </item>
  </channel>
</rss>

