<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Folks,
<div class=""><br class="">
</div>
<div class="">Does someone remember why we disallowed users from calling MPI_Request_free on nonblocking collective requests?  I remember the reasoning for not allowing cancel (i.e., the operation might have completed on some processes, but not all), but not
 for Request_free.  AFAICT, allowing the users to free the request doesn’t make any difference to the MPI library.  The MPI library would simply maintain its own refcount to the request and continue forward till the operation completes.  One of our users would
 like to free NBC requests so they don’t have to wait for the operation to complete in some situations.</div>
<div class=""><br class="">
</div>
<div class="">Unfortunately, when I added the Rput/Rget operations in the RMA chapter, I copy-pasted that text into RMA as well without thinking too hard about it.  My bad!  Either the RMA committee missed it too, or they thought of a reason that I can’t think
 of now.</div>
<div class=""><br class="">
</div>
<div class="">Can someone clarify or remind me what the reason was?</div>
<div class=""><br class="">
</div>
<div class="">Regards,</div>
<div class=""><br class="">
</div>
<div class="">  — Pavan</div>
<div class=""><br class="">
</div>
<div class="">MPI-3.1 standard, page 197, lines 26-27:</div>
<div class=""><br class="">
</div>
<div class="">“<span style="font-size: 11pt; font-family: CMR10;" class="">It is erroneous to call
</span><span style="font-size: 11pt; font-family: CMSS10;" class="">MPI</span><span style="font-size: 11pt; font-family: CMTT10;" class="">_</span><span style="font-size: 11pt; font-family: CMSS10;" class="">REQUEST</span><span style="font-size: 11pt; font-family: CMTT10;" class="">_</span><span style="font-size: 11pt; font-family: CMSS10;" class="">FREE
</span><span style="font-size: 11pt; font-family: CMR10;" class="">or </span><span style="font-size: 11pt; font-family: CMSS10;" class="">MPI</span><span style="font-size: 11pt; font-family: CMTT10;" class="">_</span><span style="font-size: 11pt; font-family: CMSS10;" class="">CANCEL
</span><span style="font-size: 11pt; font-family: CMR10;" class="">for a request associated with a nonblocking collective operation.</span>”</div>
<div class=""><br class="">
</div>
</body>
</html>