<div dir="ltr">OK, so I can use %D ... done.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 20, 2015 at 12:36 AM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Barry Smith <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> writes:<br>
<br>
>> On Apr 19, 2015, at 3:54 PM, Mark Adams <<a href="mailto:mfadams@lbl.gov">mfadams@lbl.gov</a>> wrote:<br>
>><br>
>><br>
>><br>
>> On Tue, Apr 7, 2015 at 12:56 AM, Barry Smith <<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>> wrote:<br>
>><br>
</span><span class="">>>   Note that in maint all your verbose printf used %d which gives nonsense for 64 bit integers so is unreliable. For example N=0<br>
>><br>
>> Is there a way to fix this?  %ld?<br>
><br>
>   Not portable.<br>
<br>
</span>inttypes.h defines the macro PRId64 (and many related) that expand to<br>
correctly print int64_t.  PetscPrintf translates %D so you don't need to<br>
use the inttypes.h macros.<br>
</blockquote></div><br></div>