<div dir="ltr"><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"><div class="im"><br>
>   else ! 1 field 00 solver, no prefix<br>
>      call PetscOptionsClearValue('-ksp_monitor',ierr)<br>
>      call PetscOptionsClearValue('-ksp_converged_reason',ierr)<br>
<br>
</div>Yuck.  The options table is for the (run-time) user.  Manually futzing<br>
with options, especially clearing options, is a dirty hack that should<br>
not be used by choice.<br>
<div class="im"><br></div></blockquote><div>What is an alternative?  We have several solves on subcommuncators and I don't want to clutter the output with the monitors from all of these solves.  This is effective and it is just used for diagnostics. </div>
</div></div></div>