<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; ">Hi everybody,<div><br></div><div>I got asked a question from Nathan:</div><div><br></div><div><div>What should (MPI_T_pvar_read, _write, _reset, etc) return if bad handle is given?</div><div><br></div><div>He gave this example of erroneous code:</div><div>{</div><div> MPI_T_pvar_session session1, session2;</div><div> MPI_T_pvar_handle handle;</div><div> char buffer[256];</div><div> int count;</div><div><br></div><div> MPI_T_pvar_session_create (&session1);</div><div> MPI_T_pvar_session_create (&session2);</div><div><br></div><div> MPI_T_pvar_handle_alloc (session1, 0, NULL, &handle, &count);</div><div><br></div><div> MPI_T_pvar_start (session1, handle);</div><div><br></div><div> /* erroneus statement. should return MPI_T_ERR_INVALID_SESSION or MPI_T_ERR_INVALID_HANDLE */</div><div> MPI_T_pvar_read (session2, handle, buffer);</div><div>}</div><div><br></div><div>I argue it should return MPI_T_ERR_INVALID_HANDLE since the session is good, it's just that the handle doesn’t match.</div><div><br></div><div>Do you all agree? If so, we should specify it since it's ambiguous. I believe this is an errata item.</div><div><br></div><div>Kathryn</div><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>