<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Sprechblasentext Zchn";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;
        mso-fareast-language:EN-US;}
span.SprechblasentextZchn
        {mso-style-name:"Sprechblasentext Zchn";
        mso-style-priority:99;
        mso-style-link:Sprechblasentext;
        font-family:"Tahoma","sans-serif";}
span.E-MailFormatvorlage19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.HTMLVorformatiertZchn
        {mso-style-name:"HTML Vorformatiert Zchn";
        mso-style-priority:99;
        mso-style-link:"HTML Vorformatiert";
        font-family:"Consolas","serif";
        color:black;
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage22
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="DE" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Dear Antonio,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Thank you for your fast answering.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Do you know how to disable this “active polling” ?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Greetings,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D">Philip<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:DE">Von:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext;mso-fareast-language:DE"> discuss-bounces@mpich.org
 [mailto:discuss-bounces@mpich.org] <b>Im Auftrag von </b>"Antonio J. Peņa"<br>
<b>Gesendet:</b> Dienstag, 1. Juli 2014 16:30<br>
<b>An:</b> discuss@mpich.org<br>
<b>Betreff:</b> Re: [mpich-discuss] Time distribution of Intel MPI Benchmark (PingPong)<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><br>
Dear Philip,<br>
<br>
Both functions are part of MPICH. MPICH uses intentionally active polling to minimize the latency on communications. In short, you get faster communications by repeatedly checking for communication completion during waiting times. So, that's expected.<br>
<br>
  Antonio<br>
<br>
<br>
On 07/01/2014 09:16 AM, Klaus Philip wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span lang="EN-US">Hi,</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">I tested mpich2 3.1.1 with the Intel MPI Benchmark, more precisely the  “PingPong”-Benchmark.</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">It uses the MPI_Send and MPI_Recv function to send one message from
<i>Process 1</i> to <i>Process 2</i> and back.</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">While the benchmark was running, I executed the Sysprofiler (sysprof) to check the time distribution (Picture below).</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US"> </span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">My question is now, if the two marked Processes (<b>MPID_nem_lmt_shm_progress</b> and
<b>poll</b>) are parts of MPICH or the Intel-PingPong-Benchmark, because they are both consuming much time (49,03% and 19,99%).</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:DE"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:DE"><img width="647" height="497" id="Grafik_x0020_1" src="cid:image001.jpg@01CF95D3.3B30B680"></span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Greetings,</span><o:p></o:p></p>
<p class="MsoNormal"><span lang="EN-US">Philip</span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:DE"><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><o:p></o:p></pre>
<pre>To manage subscription options or unsubscribe:<o:p></o:p></pre>
<pre><a href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif";mso-fareast-language:DE"><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>-- <o:p></o:p></pre>
<pre>Antonio J. Peņa<o:p></o:p></pre>
<pre>Postdoctoral Appointee<o:p></o:p></pre>
<pre>Mathematics and Computer Science Division<o:p></o:p></pre>
<pre>Argonne National Laboratory<o:p></o:p></pre>
<pre>9700 South Cass Avenue, Bldg. 240, Of. 3148<o:p></o:p></pre>
<pre>Argonne, IL 60439-4847<o:p></o:p></pre>
<pre><a href="mailto:apenya@mcs.anl.gov">apenya@mcs.anl.gov</a><o:p></o:p></pre>
<pre><a href="http://www.mcs.anl.gov/~apenya">www.mcs.anl.gov/~apenya</a><o:p></o:p></pre>
</div>
</body>
</html>