<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; ">Okay, I'm glad we're all on the same page. So what's the best way to fix this? I suggest:<div><br></div><div>page 579, line 27:</div><div>For any routine in this section, if the handle argument passed in is not associated with the session argument, <span style="font-size: 14px; ">MPI_T_ERR_INVALID_HANDLE is returned.</span></div><div><br></div><div>page 580, line 17:</div><div>same text</div><div><br></div><div>Thoughts?</div><div><br></div><div>Kathryn</div><div><br><div><div>On Jul 26, 2013, at 4:51 AM, Jeff Squyres (jsquyres) <<a href="mailto:jsquyres@cisco.com">jsquyres@cisco.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">+1<br><br>(meaning: yes -- INVALID_HANDLE :-) )<br><br>On Jul 26, 2013, at 2:27 AM, "Schulz, Martin" <<a href="mailto:schulzm@llnl.gov">schulzm@llnl.gov</a>> wrote:<br><br><blockquote type="cite">Yes, sorry - that was a typo on my side: it should be INVALID_HANDLE. I think we are all in agreement. <br><br>Martin<br><br><br>On Jul 25, 2013, at 6:29 PM, Anh Vo <<a href="mailto:Anh.Vo@microsoft.com">Anh.Vo@microsoft.com</a>><br>wrote:<br><br><blockquote type="cite">Yeah, I was a bit confused, too.<br>I agree with Kathryn. Each session has a bunch of handles that were allocated for it, and thus any inquiry should first reference the session, and then the handle. In this case the scope is session2, and handle is not part of session2’s scope, so a search in session2 should not be able to locate the handle, thus MPI_T_ERR_INVALID_HANDLE<br><br>--Anh<br><br>From: <a href="mailto:mpi3-tools-bounces@lists.mpi-forum.org">mpi3-tools-bounces@lists.mpi-forum.org</a> [mailto:mpi3-<a href="mailto:tools-bounces@lists.mpi-forum.org">tools-bounces@lists.mpi-forum.org</a>] On Behalf Of Kathryn Mohror<br>Sent: Thursday, July 25, 2013 5:37 PM<br>To: <a href="mailto:mpi3-tools@lists.mpi-forum.org">mpi3-tools@lists.mpi-forum.org</a><br>Subject: Re: [Mpi3-tools] Bad handle return error code<br><br>I suggested MPI_T_ERR_INVALID_HANDLE not SESSION. Is that what you meant?<br><br>Kathryn<br><br>On Jul 25, 2013, at 4:38 PM, Jeff Squyres (jsquyres) <<a href="mailto:jsquyres@cisco.com">jsquyres@cisco.com</a>> wrote:<br><br><br>+1<br><br>On Jul 25, 2013, at 6:15 PM, "Schulz, Martin" <<a href="mailto:schulzm@llnl.gov">schulzm@llnl.gov</a>> wrote:<br><br><br>Yes, I agree - the handle is invalid in the session referenced in the argument. Therefore MPI_T_ERR_INVALID_SESSION seems reasonable to me.<br><br>Martin<br><br><br>On Jul 25, 2013, at 2:03 PM, Kathryn Mohror <<a href="mailto:kathryn@llnl.gov">kathryn@llnl.gov</a>><br>wrote:<br><br><br>Hi everybody,<br><br>I got asked a question from Nathan:<br><br>What should (MPI_T_pvar_read, _write, _reset, etc) return if bad handle is given?<br><br>He gave this example of erroneous code:<br>{<br>MPI_T_pvar_session session1, session2;<br>MPI_T_pvar_handle handle;<br>char buffer[256];<br>int count;<br><br>MPI_T_pvar_session_create (&session1);<br>MPI_T_pvar_session_create (&session2);<br><br>MPI_T_pvar_handle_alloc (session1, 0, NULL, &handle, &count);<br><br>MPI_T_pvar_start (session1, handle);<br><br>/* erroneus statement. should return MPI_T_ERR_INVALID_SESSION or MPI_T_ERR_INVALID_HANDLE */<br>MPI_T_pvar_read (session2, handle, buffer);<br>}<br><br>I argue it should return MPI_T_ERR_INVALID_HANDLE since the session is good, it's just that the handle doesn’t match.<br><br>Do you all agree? If so, we should specify it since it's ambiguous. I believe this is an errata item.<br><br>Kathryn<br>______________________________________________________________<br>Kathryn Mohror, <a href="mailto:kathryn@llnl.gov">kathryn@llnl.gov</a>, <a href="http://people.llnl.gov/mohror1">http://people.llnl.gov/mohror1</a><br>CASC @ Lawrence Livermore National Laboratory, Livermore, CA, USA<br><br><br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br><a href="mailto:Mpi3-tools@lists.mpi-forum.org">Mpi3-tools@lists.mpi-forum.org</a><br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br><br>________________________________________________________________________<br>Martin Schulz, schulzm@llnl.gov, http://people.llnl.gov/schulzm<br>CASC @ Lawrence Livermore National Laboratory, Livermore, USA<br><br><br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br>Mpi3-tools@lists.mpi-forum.org<br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br><br><br>-- <br>Jeff Squyres<br>jsquyres@cisco.com<br>For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/<br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br>Mpi3-tools@lists.mpi-forum.org<br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br><br>______________________________________________________________<br>Kathryn Mohror, kathryn@llnl.gov, http://people.llnl.gov/mohror1<br>CASC @ Lawrence Livermore National Laboratory, Livermore, CA, USA<br><br><br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br>Mpi3-tools@lists.mpi-forum.org<br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br></blockquote><br>________________________________________________________________________<br>Martin Schulz, <a href="mailto:schulzm@llnl.gov">schulzm@llnl.gov</a>, <a href="http://people.llnl.gov/schulzm">http://people.llnl.gov/schulzm</a><br>CASC @ Lawrence Livermore National Laboratory, Livermore, USA<br><br><br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br><a href="mailto:Mpi3-tools@lists.mpi-forum.org">Mpi3-tools@lists.mpi-forum.org</a><br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br></blockquote><br><br>-- <br>Jeff Squyres<br><a href="mailto:jsquyres@cisco.com">jsquyres@cisco.com</a><br>For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/<br><br><br>_______________________________________________<br>Mpi3-tools mailing list<br>Mpi3-tools@lists.mpi-forum.org<br>http://lists.mpi-forum.org/mailman/listinfo.cgi/mpi3-tools<br></blockquote></div><br><div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>______________________________________________________________<br>Kathryn Mohror, <a href="mailto:kathryn@llnl.gov">kathryn@llnl.gov</a>, <a href="http://people.llnl.gov/mohror1">http://people.llnl.gov/mohror1</a><br>CASC @ Lawrence Livermore National Laboratory, Livermore, CA, USA</div><div><br></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>