<?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 Strange result on MPI::Gather benchmark in Intel® MPI Library</title>
    <link>https://community.intel.com/t5/Intel-MPI-Library/Strange-result-on-MPI-Gather-benchmark/m-p/963252#M3197</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try some basic benchmark on a small cluster (educational). It's P4 2,4GHz, 512MRam with National Semiconductor 83820 ethernet Gb card (mtu 1500 for this test).&lt;BR /&gt;&lt;BR /&gt;I do a benchmark on 2, 4 ,6 , 8 , 10 and 12 nodes. With 2 nodes I have this strange result:&lt;BR /&gt;&lt;A href="http://aspirine.li/mesure2.pdf" target="_blank"&gt;http://aspirine.li/mesure2.pdf&lt;/A&gt;&lt;BR /&gt;on Ox it's the size of the packets in bytes, on Oy it's time in seconds.&lt;BR /&gt;&lt;BR /&gt;We see very well the mtu effects, but I can't explain the two curves!?&lt;BR /&gt;This is what I have done:&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;			MPI::COMM_WORLD.Barrier();&lt;BR /&gt;			starttimegather = MPI::Wtime();&lt;BR /&gt;			MPI::COMM_WORLD.Gather(sendbuff, &lt;BR /&gt;								   buffsize, &lt;BR /&gt;								   MPI::FLOAT, &lt;BR /&gt;								   recvbuff[0], &lt;BR /&gt;								   buffsize, &lt;BR /&gt;								   MPI::FLOAT, &lt;BR /&gt;								   master);&lt;BR /&gt;			stoptimegather = MPI::Wtime() - starttimegather;&lt;BR /&gt;			totaltimegather += stoptimegather;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;This is a part of the results, where we see that every 10bytes there is a bigger result:&lt;BR /&gt;&lt;BR /&gt;nodes ; time&lt;S&gt; ; size [bytes]&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;2;0.000358077;16404&amp;lt;--*****&lt;BR /&gt;2;0.000343283;16408&lt;BR /&gt;2;0.000342555;16412&lt;BR /&gt;2;0.000342477;16416&lt;BR /&gt;2;0.000342885;16420&lt;BR /&gt;2;0.000342765;16424&lt;BR /&gt;2;0.00034233;16428&lt;BR /&gt;2;0.00034231;16432&lt;BR /&gt;2;0.000342906;16436&lt;BR /&gt;2;0.000342528;16440&lt;BR /&gt;2;0.000360112;16444&amp;lt;--*****&lt;BR /&gt;2;0.000343095;16448&lt;BR /&gt;2;0.000342613;16452&lt;BR /&gt;2;0.000342823;16456&lt;BR /&gt;2;0.000342695;16460&lt;BR /&gt;2;0.000342781;16464&lt;BR /&gt;2;0.000342082;16468&lt;BR /&gt;2;0.000342706;16472&lt;BR /&gt;2;0.000342361;16476&lt;BR /&gt;2;0.000342908;16480&lt;BR /&gt;2;0.000358126;16484&amp;lt;--*****&lt;BR /&gt;2;0.000342697;16488&lt;BR /&gt;2;0.000342495;16492&lt;BR /&gt;2;0.000342806;16496&lt;BR /&gt;2;0.000342006;16500&lt;BR /&gt;2;0.000342573;16504&lt;BR /&gt;2;0.000343114;16508&lt;BR /&gt;2;0.000343439;16512&lt;BR /&gt;2;0.000343044;16516&lt;BR /&gt;2;0.000343867;16520&lt;BR /&gt;2;0.000357508;16524&amp;lt;--*****&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;If somebody could explain me?&lt;BR /&gt;&lt;BR /&gt;OS: Linux debian 2.6.5&lt;BR /&gt;MPI: lam-mpi 7.1.1&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;David&lt;/S&gt;</description>
    <pubDate>Sat, 12 Nov 2005 11:12:59 GMT</pubDate>
    <dc:creator>dulrich1</dc:creator>
    <dc:date>2005-11-12T11:12:59Z</dc:date>
    <item>
      <title>Strange result on MPI::Gather benchmark</title>
      <link>https://community.intel.com/t5/Intel-MPI-Library/Strange-result-on-MPI-Gather-benchmark/m-p/963252#M3197</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I try some basic benchmark on a small cluster (educational). It's P4 2,4GHz, 512MRam with National Semiconductor 83820 ethernet Gb card (mtu 1500 for this test).&lt;BR /&gt;&lt;BR /&gt;I do a benchmark on 2, 4 ,6 , 8 , 10 and 12 nodes. With 2 nodes I have this strange result:&lt;BR /&gt;&lt;A href="http://aspirine.li/mesure2.pdf" target="_blank"&gt;http://aspirine.li/mesure2.pdf&lt;/A&gt;&lt;BR /&gt;on Ox it's the size of the packets in bytes, on Oy it's time in seconds.&lt;BR /&gt;&lt;BR /&gt;We see very well the mtu effects, but I can't explain the two curves!?&lt;BR /&gt;This is what I have done:&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;			MPI::COMM_WORLD.Barrier();&lt;BR /&gt;			starttimegather = MPI::Wtime();&lt;BR /&gt;			MPI::COMM_WORLD.Gather(sendbuff, &lt;BR /&gt;								   buffsize, &lt;BR /&gt;								   MPI::FLOAT, &lt;BR /&gt;								   recvbuff[0], &lt;BR /&gt;								   buffsize, &lt;BR /&gt;								   MPI::FLOAT, &lt;BR /&gt;								   master);&lt;BR /&gt;			stoptimegather = MPI::Wtime() - starttimegather;&lt;BR /&gt;			totaltimegather += stoptimegather;&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;This is a part of the results, where we see that every 10bytes there is a bigger result:&lt;BR /&gt;&lt;BR /&gt;nodes ; time&lt;S&gt; ; size [bytes]&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;2;0.000358077;16404&amp;lt;--*****&lt;BR /&gt;2;0.000343283;16408&lt;BR /&gt;2;0.000342555;16412&lt;BR /&gt;2;0.000342477;16416&lt;BR /&gt;2;0.000342885;16420&lt;BR /&gt;2;0.000342765;16424&lt;BR /&gt;2;0.00034233;16428&lt;BR /&gt;2;0.00034231;16432&lt;BR /&gt;2;0.000342906;16436&lt;BR /&gt;2;0.000342528;16440&lt;BR /&gt;2;0.000360112;16444&amp;lt;--*****&lt;BR /&gt;2;0.000343095;16448&lt;BR /&gt;2;0.000342613;16452&lt;BR /&gt;2;0.000342823;16456&lt;BR /&gt;2;0.000342695;16460&lt;BR /&gt;2;0.000342781;16464&lt;BR /&gt;2;0.000342082;16468&lt;BR /&gt;2;0.000342706;16472&lt;BR /&gt;2;0.000342361;16476&lt;BR /&gt;2;0.000342908;16480&lt;BR /&gt;2;0.000358126;16484&amp;lt;--*****&lt;BR /&gt;2;0.000342697;16488&lt;BR /&gt;2;0.000342495;16492&lt;BR /&gt;2;0.000342806;16496&lt;BR /&gt;2;0.000342006;16500&lt;BR /&gt;2;0.000342573;16504&lt;BR /&gt;2;0.000343114;16508&lt;BR /&gt;2;0.000343439;16512&lt;BR /&gt;2;0.000343044;16516&lt;BR /&gt;2;0.000343867;16520&lt;BR /&gt;2;0.000357508;16524&amp;lt;--*****&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;If somebody could explain me?&lt;BR /&gt;&lt;BR /&gt;OS: Linux debian 2.6.5&lt;BR /&gt;MPI: lam-mpi 7.1.1&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;David&lt;/S&gt;</description>
      <pubDate>Sat, 12 Nov 2005 11:12:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-MPI-Library/Strange-result-on-MPI-Gather-benchmark/m-p/963252#M3197</guid>
      <dc:creator>dulrich1</dc:creator>
      <dc:date>2005-11-12T11:12:59Z</dc:date>
    </item>
  </channel>
</rss>

