<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Dear Libfabric users & developers,
<div class=""><br class="">
</div>
<div class="">I would kindly ask for advice on the matter of unregistering memory regions.<br class="">
<div class="">In my application I register several buffers as memory regions with e.g.</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font face="Menlo" class=""><span class="Apple-tab-span" style="white-space:pre"></span>fi_mr_reg(socket->domain, buf->data, buf->size, access, 0, socket->req_key++, 0, &buf->mr, NULL)</font></div>
<div class=""><font face="Menlo" class=""><br class="">
</font></div>
<div class="">later on, in response to a FI_SHUTDOWN I would like to close the domain and all the resources associated to it.</div>
<div class="">I can close the endpoint, completion queue and event queue:</div>
<div class=""><br class="">
</div>
<div class=""><font face="Menlo" class=""><span class="Apple-tab-span" style="white-space:pre"></span>fi_close(&socket->ep->fid)</font></div>
<div class=""><font face="Menlo" class=""><span class="Apple-tab-span" style="white-space:pre"></span>fi_close(&socket->cq->fid)</font></div>
<div class=""><font face="Menlo" class=""><span class="Apple-tab-span" style="white-space:pre"></span>fi_close(&socket->eq->fid)</font></div>
<div class=""><font face="Menlo" class=""><br class="">
</font></div>
<div class=""><br class="webkit-block-placeholder">
</div>
<div class="">but </div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span></div>
<div class=""><span class="Apple-tab-span" style="white-space:pre"></span><font face="Menlo" class="">fi_close(&socket->domain->fid)</font></div>
<div class=""><br class="webkit-block-placeholder">
</div>
<div class="">fails because some resources (I guess the memory regions) are still registered.</div>
<div class=""><br class="">
</div>
<div class="">So, is there a way to get all the MRs associated to a domain to close them all?</div>
<div class="">If not, what is the most convenient approach?</div>
<div class=""><br class="">
</div>
<div class="">Thank you very much for your help,</div>
<div class=""><br class="">
</div>
<div class="">Carlo</div>
<div class=""><br class="">
</div>
<div class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div dir="auto" style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div style="text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<font face="Times" class="">---------------------------------------------</font></div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; -webkit-text-stroke-width: 0px; font-size: 12px; font-variant-caps: normal; text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<span style="font-style: normal;" class=""><font face="Times" class="">Carlo A. Gottardo</font></span></div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; -webkit-text-stroke-width: 0px; font-size: 12px; font-variant-caps: normal; text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<span style="font-style: normal;" class=""><font face="Times" class="">NIKHEF & Radboud U. Nijmegen</font></span></div>
<div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none; -webkit-text-stroke-width: 0px; font-size: 12px; font-variant-caps: normal; text-align: start; text-indent: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<span style="font-style: normal;" class=""><font face="Times" class="">32-3-A05, CERN, Meyrin, CH</font></span></div>
</div>
</div>
</div>
</div>
</div>
<br class="">
</div>
<br class="Apple-interchange-newline">
<br class="Apple-interchange-newline">
</div>
<br class="">
</div>
</div>
</body>
</html>