<div dir="ltr">Hi, Anh,<div>  I think your example is to use feedback to do throttling. </div><div>  A further question is: should we do it at application level (since you mentioned aggregation) or do it in MPI runtime?</div>
<div>  The example also implies processes need to communicate to know pressure of each other.</div><div>  Thanks.</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">--Junchao Zhang</div></div>
<br><br><div class="gmail_quote">On Thu, Oct 24, 2013 at 2:40 PM, Anh Vo <span dir="ltr"><<a href="mailto:Anh.Vo@microsoft.com" target="_blank">Anh.Vo@microsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Hi Junchao,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">One example is monitoring the length of the unexpected message queues. Basically, when an MPI process receives an incoming message from another MPI process
 and it has not posted a receive for such message yet, the message is typically copied into an unexpected receive queues. When the process posts a receive, it loops through the unexpected queue and sees whether any of the messages in the queue would match with
 this receive. If the unexpected queue is too long, you would spend a lot of time looping through the queue.  Extra memcpy operations are also needed for unexpected receive (vs the case where the message arrives and there’s already a posted receive for it)<u></u><u></u></span></p>

<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">By monitoring the length of the unexpected receive queue, the user can adjust the rate of message flow. For example, if the other side processes messages fast
 enough, you can keep sending lots of small data (such as heart beat or piggyback), but in the case where the other side is slow processing messages (thus end up with high queue depth for unexpected queue), it might be more beneficial to compress the message
 or aggregate them before sending<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">--Anh<u></u><u></u></span></p>
<p class="MsoNormal"><a name="141ebfb403c3b527__MailEndCompose"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></a></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif"">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri","sans-serif""> mpiwg-tools [mailto:<a href="mailto:mpiwg-tools-bounces@lists.mpi-forum.org" target="_blank">mpiwg-tools-bounces@lists.mpi-forum.org</a>]
<b>On Behalf Of </b>Junchao Zhang<br>
<b>Sent:</b> Thursday, October 24, 2013 12:31 PM<br>
<b>To:</b> <<a href="mailto:mpiwg-tools@lists.mpi-forum.org" target="_blank">mpiwg-tools@lists.mpi-forum.org</a>><br>
<b>Subject:</b> [mpiwg-tools] Using MPI_T<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hello,<u></u><u></u></p>
<p class="MsoNormal">  The standard talks about the motivation of MPI_T as "MPI implementations often use internal variables to control their operation and performance. Understanding and manipulating
 these variables can provide a more efficient execution environment or improve performance for many applications."<u></u><u></u></p>
<p class="MsoNormal">  I could imagine that through performance variables, users can know MPI internal states during application execution. But how to use that to improve performance? What EXTRA advantages
 does MPI_T bring? I don't get the idea.<u></u><u></u></p>
<p class="MsoNormal">  Can someone shed light on that?<u></u><u></u></p>
<p class="MsoNormal">  Thank you.<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">--Junchao Zhang<u></u><u></u></p>
</div>
</div>
</div>
</div></div></div>
</div>

<br>_______________________________________________<br>
mpiwg-tools mailing list<br>
<a href="mailto:mpiwg-tools@lists.mpi-forum.org">mpiwg-tools@lists.mpi-forum.org</a><br>
<a href="http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-tools" target="_blank">http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-tools</a><br></blockquote></div><br></div>