<div dir="ltr">







<p class=""></p>It is a minor issue. In the Standard, the description for <div>   int MPI_T_pvar_get_info(..., int *readonly, int *continuous, int *atomic)<br>says:<br>  Upon return, the argument readonly is set to zero if the variable can be written or reset by the user. It is set to <b><i>one</i></b> if the variable can only be read. </div>
<div>  (Same thing happens to continuous and atomic.)</div><div><br></div><div>The description mandates an implementation must return 1 as TRUE, which does not follow C's convention. Other parts of MPI use true/false instead of 1/0 in description.  Section 2.6.3 make it clear that true means non-zero.</div>
<div><p class="">Thanks.</p><div><div dir="ltr">--Junchao Zhang</div></div>
</div></div>