<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">That’s what I was afraid of. AFAIK, both attributes and info keys aren’t really appropriate for this so the only way we could provide this information to the user is with a new API call: MPI_COMM_IS_REVOKED(). This wouldn’t be hard to add, but the question is whether it’s worth the trouble of adding it. The same thing could be accomplished with an MPI_SENDRECV to yourself, but that’s not really an elegant solution to put out there.<div><br><div><div>On Dec 19, 2013, at 10:16 AM, Jim Dinan <<a href="mailto:james.dinan@gmail.com">james.dinan@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">On Thu, Dec 19, 2013 at 11:06 AM, Wesley Bland <span dir="ltr"><<a href="mailto:wbland@mcs.anl.gov" target="_blank">wbland@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
* Function to query the status of a communicator (is it revoked or not).<br>
        * If this were done via a communicator attribute, it would be the only one I’m aware of that provides information to the user that is set by the library. All others are stored by the user and retrieved by the user.<br>

        * Do we want to add a new API to take care of this, or can we confirm that it’s ok to do this via an attribute?<br></blockquote><div><br></div><div>Sorry, I guess I was thinking of RMA when I suggested this; I don't know if it's feasible to use communicator attributes in this way.  MPI_Win_get_attr() has several predefined keys for querying window properties, e.g. MPI_WIN_BASE, etc.  Described in section 11.2.6 in MPI 3.0.</div>
<div><br></div><div> ~Jim.</div></div></div></div>
_______________________________________________<br>mpiwg-ft mailing list<br><a href="mailto:mpiwg-ft@lists.mpi-forum.org">mpiwg-ft@lists.mpi-forum.org</a><br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpiwg-ft</blockquote></div><br></div></body></html>