<?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 Dear Artem, in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064589#M4552</link>
    <description>&lt;P&gt;Dear Artem,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I have tested many times and found latest version doesn't work. Only the version 4.1.3.047 works for me. See here:&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/644828" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/644828&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Could you please give more details on how to check the connections?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2016 02:56:57 GMT</pubDate>
    <dc:creator>Zhanghong_T_</dc:creator>
    <dc:date>2016-08-31T02:56:57Z</dc:date>
    <item>
      <title>Wait for long time before the parallel began</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064586#M4549</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I launch the parallel program by Intel MPI 4.1.3.047. I launched 240 processes in 10 calculate nodes. Everytime I launched the program, The execute files are launched in every node after 2-3 seconds. However, the CPU usage of every process is 0% and the program is waiting for something. The wait time could reach to 10 minutes. To further check the location of waiting. I have the following test code in my program:&lt;/P&gt;

&lt;PRE class="brush:fortran;"&gt;program test
! define variables
write(*,*)1
call MPI_Init ( ierr )
write(*,*)2
comm = MPI_COMM_WORLD
call MPI_COMM_SIZE (comm, mysize, ierr)
write(*,*)3
call MPI_COMM_RANK (comm, myid, ierr)
if(myid==0)write(*,*)4
...
end
&lt;/PRE&gt;

&lt;P&gt;It seems that the number 1 was printed soon (about 2-3 seconds after launched the program). However, it will wait for about 10 minutes the number 2 be printed. So my problem is: what lead to the MPI_Init take so long time?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Zhanghong Tang&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:53:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064586#M4549</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-07-18T14:53:30Z</dc:date>
    </item>
    <item>
      <title>Dear all,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064587#M4550</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am still trying to solve the problem. Forgot to say, I have created a domain in my cluster and 10 nodes are included in the domain, they are N01, N02,..., N10. The IP address of these nodes are:&lt;/P&gt;

&lt;P&gt;10.0.0.5&lt;BR /&gt;
	10.0.0.2&lt;BR /&gt;
	10.0.0.3&lt;BR /&gt;
	10.0.0.4&lt;BR /&gt;
	10.0.0.1&lt;BR /&gt;
	10.0.0.6&lt;BR /&gt;
	10.0.0.7&lt;BR /&gt;
	10.0.0.8&lt;BR /&gt;
	10.0.0.9&lt;BR /&gt;
	10.0.0.10&lt;/P&gt;

&lt;P&gt;I installed Windows 2012 HPC on N05 (10.0.0.1) and N06 (10.0.0.6) and the head node is N05. By further test I found that if I launch processes without N05, i.e., the head node, the processes begin very fast (about 3 seconds after I entered the command line). but if the head node is launched, the wait time is more than 10 minutes. What could lead to this problem?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 07:16:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064587#M4550</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-08-30T07:16:51Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064588#M4551</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You use pretty old version of Intel MPI Library 4.1.3 - is it possible for you to switch to the latest one?&lt;/P&gt;

&lt;P&gt;Possibly this delay was caused by some specific network settings - check the connections between the compute nodes (for example with ping utility).&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 07:35:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064588#M4551</guid>
      <dc:creator>Artem_R_Intel1</dc:creator>
      <dc:date>2016-08-30T07:35:53Z</dc:date>
    </item>
    <item>
      <title>Dear Artem,</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064589#M4552</link>
      <description>&lt;P&gt;Dear Artem,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I have tested many times and found latest version doesn't work. Only the version 4.1.3.047 works for me. See here:&lt;BR /&gt;
	&lt;A href="https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/644828" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/644828&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Could you please give more details on how to check the connections?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 02:56:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Wait-for-long-time-before-the-parallel-began/m-p/1064589#M4552</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-08-31T02:56:57Z</dc:date>
    </item>
  </channel>
</rss>

