<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Lucida Grande";
        panose-1:2 11 6 0 4 5 2 2 2 4;}
@font-face
        {font-family:"Times New Roman \(Body CS\)";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Lucida Grande",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif">Jim,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif">      I don’t fully understand your question. Is it “If all processes reach MPI_Barrier, are they guaranteed to exit the barrier without the need for any other MPI function to be called
 on any process?” I would say yes.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif">Rajeev<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-family:"Lucida Grande",sans-serif"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">mpi-forum <mpi-forum-bounces@lists.mpi-forum.org> on behalf of Jim Dinan via mpi-forum <mpi-forum@lists.mpi-forum.org><br>
<b>Reply-To: </b>Main MPI Forum mailing list <mpi-forum@lists.mpi-forum.org><br>
<b>Date: </b>Saturday, October 10, 2020 at 12:31 PM<br>
<b>To: </b>Main MPI Forum mailing list <mpi-forum@lists.mpi-forum.org><br>
<b>Cc: </b>Jim Dinan <james.dinan@gmail.com><br>
<b>Subject: </b>[Mpi-forum] Progress Question<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">A colleague recently asked a question that I wasn't able to answer definitively. Is the following code guaranteed to make progress?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<blockquote style="margin-left:30.0pt;margin-right:0in">
<div>
<p class="MsoNormal">MPI_Barrier();<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">if rank == 1<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">  create_file("test")<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">if rank == 0<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">   while not_exists("test")<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">       sleep(1);<o:p></o:p></p>
</div>
</blockquote>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">That is, can rank 1 require rank 0 to make MPI calls after its return from the barrier, in order for rank 1 to complete the barrier? If the code were written as follows:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<blockquote style="margin-left:30.0pt;margin-right:0in">
<div>
<p class="MsoNormal">isend(..., other_rank, &req[0])<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">irecv(..., other_rank, &req[1])<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">waitall(2, req)<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">if rank == 1<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">  create_file("test")<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">if rank == 0<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">   while not_exists("test")<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">       sleep(1);<o:p></o:p></p>
</div>
</blockquote>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">I think it would clearly not guarantee progress since the send data can be buffered. Is the same true for barrier?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Cheers,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"> ~Jim.<o:p></o:p></p>
</div>
</div>
</div>
</body>
</html>