<div dir="ltr">On Tue, Apr 2, 2013 at 12:09 PM, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov" target="_blank">bsmith@mcs.anl.gov</a>></span> wrote:<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">    You can use PetscGetArgs() followed by by PetscOptionsInsert(). Let us know if you have any troubles with this.<br>
</blockquote><div><br></div><div style>Hmmm... any chance of getting a version of that function that takes an MPI_Comm?  It is using PETSC_COMM_WORLD implicitly inside it.... and I need to call it asynchronously on sub-communicators.</div>
<div style><br></div><div style>For now I have it working by swapping out PETSC_COMM_WORLD with my sub-communicator before calling that function.... but that's less than ideal ;-)</div><div style><br></div><div style>
Derek</div></div></div></div>